What problem does it solve? Scattered hex colors and inconsistent typography across a CSS codebase make design unmaintainable. This Skill produces a single source of truth: a named token system in W3C DTCG format (colors in OKLCH, typography with roles, radius, shadows) that is automatically translated into the Tailwind v4 @theme block, where every token becomes a utility class and CSS variable. ## Core Features & Use Cases - DTCG token generation: Creates tokens.dtcg.json with $value/$type/$description structure, semantic naming, and aliasing (e.g., color.text.default → {color.neutral.900}). - Tailwind v4 translation: Derives the @theme block with --color-*, --text-*, --radius-*, and --shadow-* variables, kept in sync with the JSON source. - Accessibility verification: Measures (not presumes) contrast ratios of at least 4.5:1 for normal text and 3:1 for large text, reporting real values as evidence. - Use Case: Your project has hex colors spread across every stylesheet with a different blue on each screen. Ask for the design tokens and receive a named OKLCH palette with tinted neutrals, a typographic scale with display/heading/body/label/caption roles, and the matching @theme block ready for Tailwind v4. ## Quick Start Use design-tokens-gen to generate the design token system for this product in DTCG format with the Tailwind v4 @theme block.