From Figma MCP Express
Use when extracting a DESIGN.md from a Figma file, including tokens, text styles, component inventory, design rationale, and optional Tailwind or DTCG exports.
How this skill is triggered — by the user, by Claude, or both
Slash command
/figma-mcp-express:figma-design-mdThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read-only workflow for producing a `DESIGN.md` from a Figma file. The Figma tools are the source of truth; screenshots only provide aesthetic prose signals.
Read-only workflow for producing a DESIGN.md from a Figma file. The Figma tools are the source of truth; screenshots only provide aesthetic prose signals.
/figma-design-md <figma-file-url-or-filekey>
Extract fileKey from figma.com/design/<fileKey>/.... Default output is ./DESIGN.md; honor --output <path> when present.
list_channels, npx --yes @google/design.md spec --format json, and output-path resolution.export_tokens, get_styles, get_local_components, and get_pages.get_design_context detail:"full" and save_screenshots.<output>.new using tool data as factual truth. Never invent token values or override tool data with screenshot impressions.npx --yes @google/design.md lint <output>.new --format json; regenerate at most three times before asking the user.@google/design.md export.references/token-extraction-spec.md defines exactly what each Figma tool contributes and how gaps are handled.references/design-md-schema.md defines YAML front matter, section order, token types, and prose requirements.Report the output path, selected source frames, token/component counts, lint findings, and export files. If a token category is absent, say it was absent rather than fabricating placeholders.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub sunhome243/figma-mcp-express --plugin figma-mcp-express