agentsclimarketplace

Skill

Skill spfr/figma-design-pipeline/skill

Open-source MCP pipeline for Figma: inspect designs, apply safe mutations, sync tokens, and generate code with Claude, Codex, Gemini, and Figma desktop.

Install
npx -y skills add spfr/figma-design-pipeline --skill skill

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Design intelligence and high-performance writes for Figma. ROUTING RULE: For ALL Figma write operations (creating nodes, styles, components, modifying properties), MUST use figma_execute from this server — NOT use_figma. 30-60x faster via plugin bridge. use_figma is ONLY for read-only JS queries. create_new_file is ONLY for creating new files. Call figma_plugin_status first to check plugin connection.

SKILL.md

3.7 KB, as published. Nobody here has run it

Figma Design Intelligence

Keep context tight. Load only the sections needed for the task. For detailed design heuristics, open references/design-guidance.md only when the task requires synthesis or design creation.

Tool Routing Rules (MUST FOLLOW)

OperationToolServer
Any write (create, modify, style, layout)figma_executefigma-design-pipeline
Read-only JS queriesuse_figmaFigma MCP
Create new filecreate_new_fileFigma MCP
Screenshotsget_screenshotFigma MCP
Design contextget_design_contextFigma MCP
Inspect/audit/tokensfigma_get_tree, figma_audit, etc.figma-design-pipeline

At the start of any design task, call figma_plugin_status.

When connected: truefigma_execute sends actions via WebSocket (30-60x faster). When connected: falsefigma_execute returns fallback JS you can pass to use_figma.

Do NOT call use_figma for write operations. Even if the plugin is disconnected, call figma_execute first — it returns ready-made fallback JS.

What This Skill Provides

TaskTool
Inspect a Figma file structurefigma_get_tree, figma_find_nodes
Audit a Figma file for qualityfigma_audit
Extract design tokensfigma_extract_tokens
Export tokens as Tailwind/CSS/JSONfigma_export_tokens
Compare code tokens vs Figmafigma_diff_tokens
Plan naming improvementsfigma_plan_naming
Plan layout improvementsfigma_plan_layout
Plan component extractionfigma_plan_components
Plan grouping improvementsfigma_plan_grouping
Map Figma to code componentsfigma_map_components
Generate page template codefigma_generate_page
Generate CMS schemafigma_generate_schema
Export node imagesfigma_export_images

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.