What problem does it solve? Maintaining consistent colors, typography, spacing, and theming across a design system is error-prone when values are hardcoded. This Skill produces structured DTCG-format token files that follow a strict 3-tier architecture, keeping primitives, semantic aliases, and component tokens cleanly separated. ## Core Features & Use Cases - Token Generation: Create or extend DTCG JSON tokens for colors, typography, spacing, shadows, borders, breakpoints, motion, gradients, opacity, blur, sizing, states, and theming. - Accessible Palette Creation: Generate 11-shade OKLCH color palettes with contrast verification (500 ≥ 4.5:1 on white for text, 600 ≥ 3:1 for UI). - Multi-Brand Theming: Manage brand and density variations through a dedicated theming.json file. - Use Case: When adding a new brand to your product, ask the Skill to generate a full OKLCH palette, wire it into the semantic layer for dark mode support, and validate the output with the token validation script. ## Quick Start Generate a new accessible color palette as DTCG design tokens and add it to my tokens directory with dark mode support.