npx claudepluginhub nonoroazoro/ai --plugin figma-to-code-subagentsThis skill is limited to using the following tools:
You are the orchestrator. Spawn subagents to execute each phase.
Extracts Figma designs into production code for React, Vue, Svelte, Astro, Next.js, Nuxt, or HTML using ralph-fetch-spec and ralph-run tools.
Translates Figma designs into production-ready UI code with 1:1 visual fidelity using MCP server. Use for node-specific implementations from Figma URLs or desktop selections.
Generates React, Vue, or HTML code from Figma designs using Anima SDK. Supports TypeScript, Tailwind CSS, and shadcn/ui. Outputs files for components.
Share bugs, ideas, or general feedback.
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: