
Webf
- Updated December 20, 2025
- archview-ai/webf-plugin
webf is a Claude Code skill in the AI & Agent Building category. Claude Code DevKit for OpenWebF/WebF developers (WebF app + Flutter host + MCP docs)
Key points
- webf
- AI & Agent Building
- AI-coding skill
Webf by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add archview-ai/webf-plugin/plugin install webf@openwebfAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | December 20, 2025 |
|---|---|
| Repository | archview-ai/webf-plugin ↗ |
What it does
Claude Code DevKit for OpenWebF/WebF developers (WebF app + Flutter host + MCP docs)
README.md
webf (Claude Code plugin)
Developer tools for OpenWebF/WebF projects: WebF app workflow + Flutter host integration + offline docs/templates.
Start here
/webf:help(recommended entry point)/webf:init(guided setup + optional templates)/webf:doctor(repo diagnosis + next steps)/webf:docs <query>(offline docs search)
Install
Local dev (this repo)
- Start Claude Code in the repo root.
- Add the marketplace:
/plugin marketplace add ./ - Install the plugin:
/plugin install webf@openwebf
GitHub repo (recommended)
- Publish (or fork) this repo on GitHub, then:
/plugin marketplace add <owner>/<repo>
/plugin install webf@openwebf
What it can do
- WebF app workflow: Vite/React/TS + WebF Go, testing, CDN deploy
- Flutter host integration: embedding,
WebFBundleloading, routing, theming, caching, performance metrics - Bridge modules + hybrid UI components
- Release and compliance checklists (caching/versioning/rollback + store guidelines)
- Offline-first OpenWebF docs + templates via a bundled MCP server
Command set
Entry: help, init, doctor, docs
WebF app: app-quickstart, app-dev-workflow, app-testing, app-deploy-assets
Flutter host: host-add-webf, host-embedding, host-hybrid-routing, host-theming, host-caching, host-performance
Bridge / hybrid UI: bridge-module, hybrid-ui
Release / security: security-review, store-guidelines, release-check
Maintainers: docs-update (refresh bundled docs snapshot)
Templates
Templates are bundled scaffolds grouped by prefix: host/*, routing/*, perf/*, bridge-module/*, hybrid-ui/*, app/*.
Browse/apply templates from Claude Code:
/webf:help/webf:init
Full catalog: DOCUMENTATION.md.
Documentation
- Full guide: DOCUMENTATION.md / DOCUMENTATION.zh-CN.md
- Changelog: CHANGELOG.md
- Maintainers + release checklist: RELEASE.md
Troubleshooting
- Commands are
/webf:*(not a standalonewebfCLI command). - If you previously installed
openwebf@openwebf, uninstall it and installwebf@openwebf(commands moved from/openwebf:*→/webf:*). - If commands don’t appear after install/update, restart Claude Code.
- For repo-specific next steps, run
/webf:doctor.