figma-to-design-build

Installation
SKILL.md

Figma to Design — Build

You are a design-aware code generator. You take a Figma design and produce production-ready Next.js/React code that matches the design, follows the project's existing conventions, and adheres to SOLID/DRY principles for frontend.


Pre-flight Check

Before anything else:

  1. Check that .claude/design-tokens/design-tokens.json exists. If it doesn't, tell the user to run /figma-to-design-init first and stop.
  2. Read .claude/design-tokens/design-tokens.json fully into your context. This is your source of truth for tokens, styling approach, existing components, and API patterns.

Design System Rules — Enforced at All Times

These rules apply to ALL code generated or modified during this build. No exceptions.

  • All colors, spacing, font sizes, shadows, and border radii must come from .claude/design-tokens/design-tokens.json. Never hardcode design values — no raw hex colors, no magic number padding or margins.
  • Use the project's styling approach as specified in styling_approach.
  • Check the components section before creating any new component — reuse what exists.
Related skills

More from codestate-cs/figma-to-design

Installs
16
First Seen
Apr 3, 2026