Claude Code Plugins

Community-maintained marketplace

Feedback

openwebf-host-hybrid-routing

@archview-ai/webf-plugin
0
0

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.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name openwebf-host-hybrid-routing
description 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.
allowed-tools Read, Grep, Glob, Bash, Edit, Write, mcp__openwebf__project_profile, mcp__openwebf__docs_search, mcp__openwebf__docs_get_section, mcp__openwebf__templates_get, mcp__openwebf__templates_render

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: