What problem does it solve? Frontend projects accumulate invisible design and code debt: ad-hoc color values, mismatched font pairings, prop-heavy components, accessibility violations, janky animations, and slow page loads. This Skill provides ten coordinated workflows that audit, score, and generate fixes across the full UI lifecycle. ## Core Features & Use Cases - React Health & Performance Audits: Score a React codebase 0-100 across six dimensions and audit Core Web Vitals (LCP, CLS, INP) against Google thresholds. - Design System Generation: Produce 3-layer design tokens, curated color palettes with contrast verification, and typography pairings with Google Fonts and Tailwind config output. - Accessibility & Motion: Run axe-core scans plus manual WCAG 2.1 AA checks (focus traps, skip nav, ARIA), and apply motion patterns that always respect prefers-reduced-motion. - Use Case: When starting a new SaaS dashboard, run design-decision to map the product domain to a full style recommendation, then chain palette-picker and type-system to emit ready-to-use CSS custom properties and font configuration. ## Quick Start Ask the AI to run a React health score and accessibility audit on your frontend project and generate a design token file with a verified color palette.