fusion-to-publish-v2
Installation
SKILL.md
Fusion to Publish (v2)
Bridge Builder.io Fusion (code generation) and Publish (visual CMS) by registering React components for the visual editor.
What You'll Do
- Set up Publish integration — scaffold the catch-all route, registry, SDK config, and .builderrules
- Register a component — read TypeScript props, map to Builder input types, add to registry
- Bulk-register components — scan a directory and register all components at once
Quick Start: Detect Project State
Before starting any workflow, run this to understand the project's current state:
bash .builder/skills/fusion-to-publish-v2/scripts/detect-project.sh
This outputs the SDK version, Next.js version, app root, registry status, API key status, and catch-all route status. Use this to decide which scaffolding steps to skip.