From figma
Reads a Figma node and adapts the reference output (React + Tailwind with hints) into the target project's existing components, tokens, and conventions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/figma:figma-design-to-codeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to turn a Figma design into code in a target codebase. This is the **read-FROM-Figma** direction: pull design context out of Figma with `get_design_context`, then adapt it into the project's real stack. For the reverse direction — building or updating a design *in* Figma from code — use [figma-generate-design](../figma-generate-design/SKILL.md) instead.
Use this skill to turn a Figma design into code in a target codebase. This is the read-FROM-Figma direction: pull design context out of Figma with get_design_context, then adapt it into the project's real stack. For the reverse direction — building or updating a design in Figma from code — use figma-generate-design instead.
This skill owns the workflow for design-to-code. Parameter mechanics (nodeId / fileKey / branchKey extraction, URL parsing, format/query options, response shape) live on the get_design_context tool description itself — follow them there.
get_design_context on the target node before writing any code. It is your primary tool — a single call returns reference code, a screenshot, and contextual hints.get_metadata or get_screenshot as a substitute. Use them only to orient (e.g. picking a node) or to validate, not in place of get_design_context.Apply the hints in this order — earlier sources override later ones:
get_design_context error, STOP and read the message before retrying.node-id (a file-only URL), ask the user for a node-specific URL — You MUST NOT guess or pass an empty nodeId.get_design_context can still provide context.npx claudepluginhub ai-integr8tor/anthropics-claude-plugins-official --plugin figmaTranslates Figma designs into production-ready code with 1:1 visual fidelity. Use when implementing UI from Figma URLs, generating components, or matching Figma specs.
Translates Figma designs into production-ready application code with 1:1 visual fidelity using Figma MCP server integration.
Parses Figma links, extracts design specs, and generates UI code via Figma MCP. Useful for design-to-code translation and design token extraction.