Marketplace
openwebf-bridge-module-codegen
Build a WebF bridge module/native plugin using the module-codegen workflow (*.module.d.ts → codegen → Dart implementation → registration → JS usage). Use when the user mentions module-codegen, bridge module, native plugin, *.module.d.ts, or registering a module.
allowed_tools: Read, Grep, Glob, Bash, Edit, Write, mcp__openwebf__docs_search, mcp__openwebf__docs_get_section, mcp__openwebf__docs_related, mcp__openwebf__templates_get, mcp__openwebf__templates_render
$ Installer
git clone https://github.com/archview-ai/webf-plugin /tmp/webf-plugin && cp -r /tmp/webf-plugin/webf-plugin/skills/openwebf-bridge-module-codegen ~/.claude/skills/webf-plugin// tip: Run this command in your terminal to install the skill
SKILL.md
name: openwebf-bridge-module-codegen description: Build a WebF bridge module/native plugin using the module-codegen workflow (*.module.d.ts → codegen → Dart implementation → registration → JS usage). Use when the user mentions module-codegen, bridge module, native plugin, *.module.d.ts, or registering a module. allowed-tools: Read, Grep, Glob, Bash, Edit, Write, mcp__openwebf__docs_search, mcp__openwebf__docs_get_section, mcp__openwebf__docs_related, mcp__openwebf__templates_get, mcp__openwebf__templates_render
OpenWebF Bridge: Module Codegen Workflow
Instructions
- Confirm the desired API surface and keep it minimal, typed, and versioned.
- Follow the official flow:
- TypeScript
*.module.d.ts webf module-codegen- Dart module implementation
- Registration in the host
- JS usage example
- TypeScript
- Add guardrails: availability checks, permission handling, explicit errors.
- Use MCP docs for authoritative steps and templates for scaffolding.
More:
Repository

archview-ai
Author
archview-ai/webf-plugin/webf-plugin/skills/openwebf-bridge-module-codegen
0
Stars
0
Forks
Updated2h ago
Added1w ago