Developer Tools · Open Source
Design Pull — One Command to Sync Tokens to Figma
A CLI that reads design tokens from a markdown file and pushes them to Figma as variables. V1 was a Rube Goldberg machine — Claude API, Desktop Bridge plugin, WebSocket plumbing. Then Figma shipped their official MCP server and the entire architecture collapsed into something simple. 2,100 lines deleted, dependencies cut from 6 to 3.
→Ripped out working V1 entirely — Figma's official MCP made the custom plumbing unnecessary
→Claude Code subprocess over Anthropic SDK — less control, dramatically less code
→Open source from day one — forces better docs, cleaner boundaries