What problem does it solve?
It prevents inconsistent styling by turning scattered CSS or component patterns into a coherent design system, and by auditing UI for accessibility, hierarchy, spacing, and polish issues.
Core Features & Use Cases
- Design system generation: Scans your existing styling (CSS/Tailwind/styled-components), extracts reusable foundations (colors, typography, spacing, radius, shadows, breakpoints), and outputs a token set plus rationale.
- Visual audit scoring: Evaluates your UI across key dimensions like color consistency, typography hierarchy, responsive behavior, dark mode coverage, accessibility, and component consistency.
- AI slop detection: Flags common “generic AI” styling smells such as overuse of gradients, glass morphism without purpose, inconsistent rounding, and purposeless animation.
Quick Start
Run the design-system skill in generate mode against your codebase to produce DESIGN.md, design-tokens.json, and a self-contained design-preview.html.