Figma / Pencil to FSD + Tailwind 4 Turn design files into code without breaking the host repository's architecture, design system, or accessibility guarantees. This skill is framework-agnostic; the rules below apply equally to any modern React stack and degrade gracefully when optional pieces (RSC, primitive library, FSD linter) are missing. Assumptions This skill works in any frontend repository that satisfies: - A modern component-based framework (React, or any framework with a comparable component model). - Tailwind CSS. Token rules target v4 (CSS-first, , OKLCH). For v3 projects, fall bac…