What problem does it solve? Bridging the gap between visual designs and frontend implementation requires manually translating layouts, colors, and spacing into code, which is slow and error-prone. This Skill guides the full design-to-code workflow using Figma MCP, Pencil MCP, and Pencil-to-code export so implementations match the design source of truth. ## Core Features & Use Cases - Figma MCP Integration: Fetch design context, extract design tokens and variables, capture screenshots, and use Code Connect to link Figma components to code implementations. - Pencil MCP Rendering: Create and edit .pen design files (pure JSON, schema v2.9) with batch_design operations, style guides, design tokens, and visual screenshot validation. - Pencil-to-Code Export: Convert finalized .pen frames into React components with Tailwind CSS classes, preserving component hierarchy and design tokens. - Use Case: A developer receives a Figma design for a dashboard. They fetch the design context and variable definitions via Figma MCP, map tokens to tailwind.config.js, implement the components, and verify the result against the captured screenshot. ## Quick Start Ask the agent to fetch the design context and variables from your Figma file and generate a React component with Tailwind styling that matches the design.