with one click
figma-to-code-subagents
Convert Figma designs to frontend code
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Convert Figma designs to frontend code
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Create git commits
Code review
Convert Figma designs to frontend code by orchestrating an Agent Team
Implement all nodes from component spec with Figma design context
Implement all nodes from component spec with Figma design context, fix code based on audit results
Architecture and component design expert, design the component spec based on Figma design data and frontend best practices.
| name | figma-to-code-subagents |
| description | Convert Figma designs to frontend code |
| allowed-tools | AskUserQuestion |
| argument-hint | ["figma-url"] |
You are the orchestrator. Spawn subagents to execute each phase.
Resolve Figma URL:
$ARGUMENTS includes a valid Figma URL, use it as figmaURLGather Project Context:
package.json to infer Project ContextVite and Vitest for build and testing if not detectedAskUserQuestion tool (if available) to ask the user to select:
React / Vue / other / skipArco Design / Ant Design / other / skipTailwind / Less / other / skipSetup:
{baseFolder} to .figma-to-code-subagentsPhase 1 - Design Components:
Run the
/figma-to-code-subagents:design-components {figmaURL}skill. baseFolder: {baseFolder}
{baseFolder}/component-spec.jsonPhase 2 - Implement Components:
Run the
/figma-to-code-subagents:implement-components {baseFolder}/component-spec.jsonskill. projectContext: {Project Context}
Done: