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

  1. Serialized writes — never parallelize MCP calls.
  2. Registry updates — update registry.json after every successful write.
  3. Idempotency — check registry.json before writing. Skip if hash matches.
  4. 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
Installs
2
First Seen
Apr 10, 2026