What problem does it solve? Design tokens in code and Figma designs drift apart over time, causing inconsistent colors, spacing, and component states. This Skill keeps the 3-tier DTCG token hierarchy and Figma Variables in sync in either direction and checks that Figma component variants match the coded components. ## Core Features & Use Cases - Token-to-Variable Mapping: Maps the 3-tier hierarchy (Primitives, Semantic, Component) to three Figma collections with aliasing, and maps dark/brand/density themes to Figma Modes. - Bidirectional Sync: Supports one authoritative direction — code-to-Figma publishing or Figma-to-code extraction via Tokens Studio or the Variables REST API — with the other side generated. - Figma MCP Support: Uses a connected Figma MCP server to read frames, variables, and screenshots, build Variables from tokens, and wire Code Connect to component files. - Use Case: After updating tokens/theming.json with a new dark mode palette, push the tokens to Figma Variables, then verify every Figma variant set covers all 8 component states. ## Quick Start Ask the AI to sync the design tokens in tokens/*.json to Figma Variables and check that all component variants and states match the code.