What problem does it solve? When AI writes directly to Figma, it hardcodes hex colors, raw spacing values, and rebuilds components from primitives instead of using your design system. This Skill prevents that drift by binding every visual property to tokens and forcing component-instance usage. ## Core Features & Use Cases - Preflight Check: Loads a Token Map and Component Registry from your Figma file in a 3-step parallel check before any design work begins. - Component-First Rules: Searches the component registry and creates instances with validated variant properties instead of building from scratch. - Token Binding with QA: Binds fills, text styles, and spacing to variables, then runs post-write verification that rejects hardcoded values. - Reference Interpreter: Converts screenshots or reference images into a structured Design Brief for confirmation before building. - Use Case: Ask Claude to build a login page in Figma; it runs preflight, finds Input/Email and Button/Primary components in your library, creates instances, binds all colors to tokens, and verifies compliance with a screenshot. ## Quick Start Install the Figma MCP server, copy the four skills and CLAUDE.md template into your project, then tell Claude to run preflight and start designing in your Figma file.