# Openwebf Host Hybrid Routing

> Implement hybrid routing between Flutter and WebF using WebFSubView and go_router (route mapping and layouts). Use when the user mentions WebFSubView, go_router, hybrid routing, or mapping Flutter routes to WebF routes.

- Skill: `majiayu000/openwebf-host-hybrid-routing` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/openwebf-host-hybrid-routing`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/openwebf-host-hybrid-routing/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/openwebf-host-hybrid-routing

---


# OpenWebF Host: Hybrid Routing (WebFSubView + go_router)

## Instructions

1. Detect whether the project uses `go_router` and whether `WebFSubView` exists (via project profile and code search).
2. Define the desired route mapping (Flutter path → WebF path) and layout responsibilities.
3. Use MCP docs for recommended patterns and constraints.
4. Offer the routing scaffold template when appropriate (`routing/go-router-webfsubview`).

More:
- [reference.md](reference.md)
- [doc-queries.md](doc-queries.md)
- [examples.md](examples.md)

