ui-convert-writer-penpot

Installation
SKILL.md

Penpot Writer

Converts Design IR files into Penpot MCP calls. Creates design artifacts in a Penpot 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. Use Penpot design tokens — map IR tokens to Penpot's token system.
  5. Flex layout for containers — use Penpot flex layout for all directional containers.

Write Order

Phase 1: Tokens → Penpot Design Tokens

Related skills
Installs
2
First Seen
Apr 10, 2026