Index live · v1.3.0 · MAY 26 2026
173+ skills indexed200+ MCP servers18+ platforms tracked
DevelopmentIntermediate
Design-to-Code
Powered by the Figma MCP and Anthropic's frontend-design skill. Claude reads your actual Figma file — components, variables, spacing, colors — and generates React code that matches the design. The frontend-design skill ensures bold, intentional styling instead of generic AI output. No more constant context-switching between Figma and your editor.
10 min setup4 components3 skills1 MCP serverLast updated
Skills
Frontend Design
Bold, intentional UI design — ensures Claude makes distinctive visual decisions.
npx skills add anthropics/skills/frontend-designFigma Implement Design
Translates Figma design tokens, components, and layouts into production code.
npx skills add figma-implement-designReact Best Practices
Modern React patterns ensuring the generated components are architecturally sound.
npx skills add vercel-labs/agent-skills/react-best-practicesSetup
Add the frontend design, Figma implementation, and React best practices skills.
npx skills add anthropics/skills/frontend-design
npx skills add figma-implement-design
npx skills add vercel-labs/agent-skills/react-best-practicesAdd the Figma MCP server for live design file access.
{
"mcpServers": {
"figma": { "url": "https://mcp.figma.com" }
}
}Use Cases
- Translating Figma mockups to React components
- Design system implementation from Figma tokens
- Pixel-accurate frontend development
- Rapid prototyping from design files
Figmadesign-to-codefrontendReactdesign systemUI implementation