What problem does it solve? Maintaining consistent colors, spacing, and typography across components and presentations is error-prone when values are hardcoded. This Skill provides a three-layer token architecture (primitive, semantic, component) with CSS variable generation, validation tooling, and a slide generation system that enforces token compliance. ## Core Features & Use Cases - Token Generation & Validation: Convert JSON token configs into CSS variables or Tailwind theme config, and scan source code for hardcoded values that violate the token system. - Component Specifications: Reference detailed specs for buttons, inputs, cards, badges, alerts, dialogs, and tables including variants, sizes, and state definitions. - Slide Deck Generation: Build brand-compliant HTML presentations using design tokens, Chart.js charts, BM25 search over strategy/layout/copy/chart CSV databases, and a contextual decision system with Duarte sparkline pattern breaking. - Use Case: A designer needs a 10-slide investor pitch. The Skill searches slide strategies, selects layouts and typography per position, generates HTML importing design-tokens.css, and validates the output for token compliance. ## Quick Start Ask the AI to generate design tokens from the starter JSON template and create a brand-compliant pitch deck using the slide generation scripts.