What problem does it solve? Manually translating Figma designs into code is slow and error-prone: developers eyeball colors, spacing, and typography, then hand-write values into config files. This Skill connects Claude Code to the official Figma MCP server so design data flows directly from Figma files into your codebase. ## Core Features & Use Cases - Design Token Extraction: Read colors, typography, spacing, and variables from a Figma frame link and write them into files like tailwind.config.ts. - Figma-to-Code Generation: Convert a selected Figma frame into a React component using live layout, position, and structure data. - Component Mapping: Map Figma components to existing codebase components for design system work. - Use Case: You receive a Figma link for a new landing page section. Paste the frame link into Claude Code, and it reads the design tokens, updates your Tailwind config, and generates a matching React component. ## Quick Start Run "claude mcp add --scope user --transport http figma https://mcp.figma.com/mcp", restart Claude Code, authenticate via /mcp, then paste a Figma frame link and ask Claude to convert it to a React component.