ui-convert-writer-stitch
Installation
SKILL.md
Stitch Writer
Converts Design IR files into Stitch MCP calls. Creates design artifacts in a Stitch project using the serialized write order: tokens → styles → components → pages.
Non-negotiable Rules
- Serialized writes — never parallelize MCP calls.
- Registry updates — update
registry.jsonafter every successful write. - Idempotency — check
registry.jsonbefore writing. Skip if hash matches. - Follow Stitch API conventions — use Stitch-native element types and properties.
Write Order
Phase 1: Tokens → Stitch Design Tokens
Map IR tokens to Stitch's token/variable system:
Related skills