Agent skill
openwebf-host
DEPRECATED umbrella Skill (backward compatibility). Use only when a Flutter host request spans multiple WebF integration areas (controllers + bundles + embedding + routing + caching/theming + perf). Prefer focused openwebf-host-* Skills.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/testing/openwebf-host
SKILL.md
OpenWebF Host Skill
Deprecated
Prefer these focused Skills:
openwebf-host-bundle-loadingopenwebf-host-controller-manageropenwebf-host-embedding-constraintsopenwebf-host-hybrid-routingopenwebf-host-theming-syncopenwebf-host-caching-httpcachemodeopenwebf-host-performance-metrics
Instructions
If this umbrella Skill is active, route to the most relevant focused Skill using trigger terms:
WebFBundle→openwebf-host-bundle-loadingWebFControllerManager/ “pre-render” →openwebf-host-controller-manager- “constraints”, “ListView”, “unbounded” →
openwebf-host-embedding-constraints WebFSubView/go_router→openwebf-host-hybrid-routing- “theme sync”, “prefers-color-scheme” →
openwebf-host-theming-sync HttpCacheMode/ “stale content” →openwebf-host-caching-httpcachemodedumpLoadingState/ FP/FCP/LCP →openwebf-host-performance-metrics
Keep fixes minimal, explain tradeoffs, and confirm store compliance when remote updates are involved.
If repo context is missing, start with /webf:doctor (optionally with a path) and then route to the focused Skill.
Examples
- “Add WebF to this Flutter app and load a remote bundle with a safe caching strategy.”
- “Fix my layout: WebF inside a ListView causes constraint errors.”
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?