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 design-tokens.json exists at the project root. If it doesn't, tell the user to run /figma-to-design-init first and stop.
  2. Read design-tokens.json fully into your context. This is your source of truth for tokens, styling approach, and existing components.

Phase 1: Gather Inputs

1.1 — Get the Figma URL

Ask the user for the Figma Dev Mode URL for the design. This is required.

Related skills

More from codestate-cs/figma-to-design

Installs
1
First Seen
Apr 3, 2026