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

config-schema

01

punkadillo/figma-code-composer

Cursor rule Cursor

Supporting rule — Shape contract for .figma-pipeline/config.json. The config is rule 1's allowlist source AND every agent's branching input; the schema below must validate.

3 13d ago A 0 tokens original MIT

env-access

02

punkadillo/figma-code-composer

Cursor rule Cursor

Supporting rule — STRICT block on .env access (read AND write). Only .env.example is accessible. Backs rule 1 (write allowlist) with a stricter dual-key bypass.

3 13d ago A 363 tokens original MIT

figma-url-nudge

03

punkadillo/figma-code-composer

Cursor rule Cursor

Supporting rule — When a figma.com URL appears in the prompt, route to the right slash command. Backs the binding rules by ensuring builds always go through the coordinator (which validates the manifest contract).

3 13d ago A 265 tokens original MIT

frozen-paths

04

punkadillo/figma-code-composer

Cursor rule Cursor

Binding rule 1 — Write-access allowlist driven by .figma-pipeline/config.json. Write only inside config.writeScope.allowedDirs; everything else is read-only.

3 13d ago A 435 tokens original MIT

manifest-contract

05

punkadillo/figma-code-composer

Cursor rule Cursor

Binding rules 2-5 — Manifest is the single source of truth between agents; variable names preserved; unbound = flag; blocking ambiguities gate the run.

3 13d ago A 1,198 tokens original MIT

model-preference

06

punkadillo/figma-code-composer

Cursor rule Cursor

Cursor agent model preference for the figma-pipeline — PLAN-AWARE and ADVISORY. Free plan: model is locked to Auto, never force a model. Paid plan: prefer Composer 2.5, fallback Claude. The coordinator never overrides Cursor's live model selection.

3 13d ago A 674 tokens original MIT

pipeline-roles

07

punkadillo/figma-code-composer

Cursor rule Cursor

Supporting rule — Per-agent write scope. Backs rule 1 (allowlist) and rule 2 (manifest single writer) at the per-role level so Cursor doesn't role-bleed when running specialists sequentially.

3 13d ago A 504 tokens original MIT

use-skills

09

punkadillo/figma-code-composer

Cursor rule Cursor

Tells Cursor agents where the figma-pipeline skill catalog lives and how to consult a skill. Wizard-owned — overwritten on every /init-figma-compose when tools.cursor=true; deleted when tools.cursor=false.

3 13d ago A 436 tokens original MIT

verify-reality

10

punkadillo/figma-code-composer

Cursor rule Cursor

Binding rule 7 — Verify against reality, not reminders. Filesystem / git / fresh build is the source of truth, never a previous turn's claim.

3 13d ago A 410 tokens original MIT