What problem does it solve? Building visually consistent interfaces is hard when teams rely on arbitrary values, mismatched fonts, and inaccessible colors. This Skill provides ready-to-use design token systems and implementation patterns so typography scales, spacing grids, color palettes, and icon systems stay cohesive and WCAG-compliant across a project. ## Core Features & Use Cases - Design Token Systems: Pre-built CSS custom property scales for typography (modular ratios), spacing (8-point grid), semantic colors, icon sizes, border radii, and aspect ratios. - Accessibility Tooling: WCAG contrast ratio calculators, accessible color pair generators, and color blindness simulation matrices to validate palettes. - Theming & Dark Mode: Two-tier semantic token architecture with light/dark theme switching via CSS custom properties and a React ThemeProvider. - Use Case: When starting a new web project, use this Skill to generate a complete Tailwind config with fluid typography, a perceptually uniform OKLCH color scale, and dark mode tokens before writing any component code. ## Quick Start Ask the AI to generate a complete design token system with a typography scale, 8-point spacing grid, and accessible color palette for your project.