Takes your scattered UI code and systematically extracts reusable components and design tokens into a proper design system. Scans for repeated patterns, hard-coded values, and inconsistent implementations, then builds well-designed components with proper TypeScript interfaces, accessibility features, and documentation. Migrates existing code to use the new shared versions and cleans up the duplicates. Smart about what to extract versus leave alone, following existing design system conventions when they exist. Honest take: finally automates the tedious but crucial work of turning ad-hoc UI code into maintainable, consistent systems.
npx skills add https://github.com/pbakaus/impeccable --skill extract