What problem does it solve? Maintaining visual consistency across components and presentations is hard when colors, spacing, and typography are hardcoded everywhere. This Skill establishes a single source of truth with a three-layer token architecture (primitive, semantic, component) and enforces it through generation and validation scripts. ## Core Features & Use Cases - Token Architecture & Generation: Define tokens in JSON and generate CSS variables or Tailwind config with generate-tokens.cjs, covering colors, spacing, typography, radius, shadows, and dark mode. - Component Specifications: Reference detailed specs for Button, Input, Card, Badge, Alert, Dialog, and Table with variants, sizes, and state definitions. - Slide Generation: Create brand-compliant HTML pitch decks using design tokens, Chart.js, BM25-based slide search, and a contextual decision system driven by strategy, layout, typography, and color CSVs. - Token Validation: Detect hardcoded hex colors and fonts in HTML/CSS with html-token-validator.py to enforce token compliance. - Use Case: Build a 10-slide investor pitch deck that imports design-tokens.css, uses only var(--token) references, includes Chart.js revenue charts, and passes automated token validation. ## Quick Start Ask the AI to generate a brand-compliant pitch deck or generate CSS design tokens from the starter JSON template using the included scripts.