What problem does it solve? Inconsistent visual design—arbitrary spacing values, poor color contrast, mismatched fonts, and ad-hoc icon sizing—leads to unpolished interfaces and accessibility failures. This Skill provides structured systems for typography, color, spacing, and iconography so designs stay consistent and WCAG-compliant. ## Core Features & Use Cases - Design Token Systems: Establish modular type scales, 8-point spacing grids, and semantic color tokens as CSS custom properties or Tailwind config. - Accessibility Compliance: Verify WCAG contrast ratios programmatically, plan dark mode theming, and account for color blindness. - Icon Systems: Implement sized SVG icon components, sprite generation, and icon button patterns with proper touch targets. - Use Case: When starting a new React project, use this Skill to generate a complete Tailwind theme with fluid typography, a two-tier semantic color system, and a dark mode strategy before writing any component code. ## Quick Start Ask the agent to create a design token system with a modular type scale, 8-point spacing grid, and accessible color palette for your project.