ui-convert-coordinator
Installation
SKILL.md
Pipeline Coordinator
The coordinator is the single entry point for all UI-to-design-tool conversions. It orchestrates the full pipeline by dispatching to specialized skills and managing state transitions on disk.
Non-negotiable Rules
- Never skip preflight — always verify MCP connectivity before any write.
- Batch order is sacred — tokens → styles → components → pages. Never scramble.
- Resume, don't restart — always check
progress.jsonbefore beginning. - One writer at a time — MCP writes are serialized. Never parallelize writes.
- Stop on critical failure — if detection or MCP validation fails, halt and report.
- State on disk only — never store pipeline state in chat context.
Entry Flow
Related skills