What problem does it solve? Manually translating Figma designs into frontend code is slow and error-prone, often producing hardcoded hex values and inconsistent spacing that ignore the project's design system. This Skill automates the Figma-to-scaffold pipeline so a publisher refines a 70-95% ready draft in 1-2 hours instead of building from scratch over 1-2 days. ## Core Features & Use Cases - Figma metadata extraction: Pulls node trees and rendered PNGs via the Figma REST API using a Personal Access Token. - Automatic token mapping: The figma-to-spec.mjs script converts Figma colors, spacing, radii, and typography into the project's SCSS/CSS variables (e.g. $color-main, $space-4), guaranteeing zero hardcoded hex values. - Designer agent dispatch: Feeds the generated spec.md, design system docs, and render PNG to a designer agent that produces the scaffold, then verifies it with pixel-diff tooling (86-97% pixel match measured). - Use Case: Given a Figma URL with a node-id for an evaluation detail page, the pipeline outputs Vue single-file components mapped to the project's design tokens, plus a CHECKLIST.md of remaining publisher refinement items. ## Quick Start Give the AI a Figma file URL with node-id and your Figma PAT, and ask it to generate a frontend scaffold for your project using this skill.