원클릭으로
figma-to-code-subagents
Convert Figma designs to frontend code
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Convert Figma designs to frontend code
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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: