ui-convert-writer-figma
Installation
SKILL.md
Figma Writer
Converts Design IR files into Figma MCP calls. Creates design artifacts in a Figma file 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. - Auto-layout first — use Figma auto-layout for all layout containers.
- Variables over raw values — use Figma variables for all token references.
Write Order
Phase 1: Tokens → Figma Variables
Related skills