Turns your Figma selections into production code that matches your actual project setup. It reads your existing components, design tokens, and styling conventions first, then translates the design evidence from TemPad Dev MCP into framework-appropriate markup. The skill is opinionated about evidence: it won't guess hidden states or invent behavior not shown in the design, and it asks you to decide when multiple valid approaches exist. Works best when your project already has clear conventions in AGENTS.md or similar docs. The workflow is fetch design truth, read local patterns, implement the smallest safe change. Supports JSX, Vue, and Tailwind projects with proper token and asset handling.
npx skills add https://github.com/ecomfe/tempad-dev --skill figma-design-to-code