punkadillo/figma-code-composer

A simple orchestration for developing figma design to frontend components

3Stars on the repository
66Mods indexed here, across every type
13d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

code-reviewer

01

punkadillo/figma-code-composer

Agent Claude Code

Use to review recently written or modified code for complexity, risk, correctness, and convention-match. Trigger after an implementation agent (component-builder, test-author, story-author) finishes — or after work guided by the senior-frontend / senior-fullstack / senior-qa skills — or when the user asks for a PR /…

3 13d ago A 89 tokens original MIT

component-builder

02

punkadillo/figma-code-composer

Agent Claude Code

Builds framework-native components from the component nodes in a Figma manifest. Branches on configSnapshot.framework + cssSystem. Writes only inside configured component directories. Spawned by figma-coordinator after token-builder (when applicable).

3 13d ago A 49 tokens original MIT

figma-coordinator

03

punkadillo/figma-code-composer

Agent Claude Code

Orchestrator for the Figma→code pipeline. Invoked by /figma-build, /figma-update, /figma-icons, /figma-tokens. Reads .figma-pipeline/config.json, spawns figma-fetcher, validates the manifest, routes specialists, handles errors/retries/model-tier. Writes no source code.

3 13d ago A 75 tokens original MIT

figma-fetcher

04

punkadillo/figma-code-composer

Agent Claude Code

Fetches and parses Figma nodes via the Figma MCP and emits the canonical manifest every downstream agent consumes. Single writer of the manifest. Preserves Figma variable names (never resolves to values). Classifies nodes by layer per the active design methodology. Read/scratch only — never writes source code.

3 13d ago C 66 tokens original MIT

icon-generator

05

punkadillo/figma-code-composer

Agent Claude Code

Generates accessible framework-native icon components from manifest.icons[]. Single owner of config.icons.outputDir. Branches on configSnapshot.framework.

3 13d ago A 29 tokens original MIT

project-detector

06

punkadillo/figma-code-composer

Agent Claude Code

Reads the target project tree (package.json, lockfiles, config files, source fingerprints) and returns a structured detection report: framework, language, CSS system, candidate component/token/icon paths, design methodology guess. Read-only — never writes. Spawned by the wizard during /init-figma-compose step 3.

3 13d ago A 68 tokens original MIT

story-author

07

punkadillo/figma-code-composer

Agent Claude Code

Generates Storybook stories with interaction + a11y + visual regression tests for components built by component-builder, and refreshes icon stories when icon-generator changes icons. Branches on configSnapshot.framework. Spawned in parallel with test-author after component-builder.

3 13d ago A 54 tokens original MIT

tdd-guide

08

punkadillo/figma-code-composer

Agent Claude Code

Use PROACTIVELY before writing tests to plan the minimum test matrix and the red-green-refactor sequence. Trigger when the test-author agent (or work using the senior-qa skill) needs a principled test plan before writing test code. Returns a compact matrix: what to assert, at what level, and in what order. Keeps test…

3 13d ago A 80 tokens original MIT

test-author

09

punkadillo/figma-code-composer

Agent Claude Code

Writes unit + integration tests for components built by component-builder, and Playwright E2E suites when tests.e2e.enabled. Branches on configSnapshot.framework + tests.unit.framework + tests.unit.testingLibrary + tests.e2e.enabled. Spawned in parallel with story-author after component-builder.

3 13d ago A 62 tokens original MIT

token-builder

10

punkadillo/figma-code-composer

Agent Claude Code

Translates manifest.tokens into the project's native token format per config.tokens.strategy + config.cssSystem.name. Writes only inside config.tokens.outputDir. Spawned by figma-coordinator first when tokens changed; subsequent builders depend on its output.

3 13d ago A 50 tokens original MIT

wizard

11

punkadillo/figma-code-composer

Agent Claude Code

The /init-figma-compose wizard. Walks the user through project identity → Figma MCP connect (hard gate) → stack detection (via project-detector) → methodology + CSS-system pick → graphify project-skill registration → target .gitignore patch. Writes .figma-pipeline/config.json and verifies .mcp.json. Spawned by…

3 13d ago D 82 tokens original MIT