What problem does it solve? Maintaining visual consistency across components and presentations is difficult when colors, spacing, and typography are hardcoded. This Skill establishes a single source of truth through a three-layer token architecture (primitive, semantic, component) and automates the generation of token-compliant CSS and slide decks. ## 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 covering variants, sizes, states, and anatomy. - Slide Deck Generation: Build brand-compliant HTML presentations using BM25 search over strategy, layout, typography, color, and copywriting CSVs, with Chart.js integration and token compliance validation. - Use Case: A designer needs a 10-slide investor pitch. The Skill queries decision CSVs for layout and emotion arcs, generates HTML slides importing design-tokens.css, and validates the output for hardcoded colors. ## Quick Start Ask the AI to generate a brand-compliant pitch deck or generate CSS variables from your design tokens JSON config.