Agent Skill
2/7/2026

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.

A
archview
0GitHub Stars
1Views
npx skills add archview-ai/webf-plugin

SKILL.md

Nameopenwebf-host
DescriptionDEPRECATED 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.

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

OpenWebF Host Skill

Deprecated

Prefer these focused Skills:

  • openwebf-host-bundle-loading
  • openwebf-host-controller-manager
  • openwebf-host-embedding-constraints
  • openwebf-host-hybrid-routing
  • openwebf-host-theming-sync
  • openwebf-host-caching-httpcachemode
  • openwebf-host-performance-metrics

Instructions

If this umbrella Skill is active, route to the most relevant focused Skill using trigger terms:

  • WebFBundleopenwebf-host-bundle-loading
  • WebFControllerManager / “pre-render” → openwebf-host-controller-manager
  • “constraints”, “ListView”, “unbounded” → openwebf-host-embedding-constraints
  • WebFSubView / go_routeropenwebf-host-hybrid-routing
  • “theme sync”, “prefers-color-scheme” → openwebf-host-theming-sync
  • HttpCacheMode / “stale content” → openwebf-host-caching-httpcachemode
  • dumpLoadingState / 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.”
Skills Info
Original Name:openwebf-hostAuthor:archview