What problem does it solve? UI features drift away from the design system over time, accumulating one-off components, hard-coded values, and inconsistent patterns that hurt usability and maintainability. ## Core Features & Use Cases - Design System Audit: Discovers and studies existing design system documentation, tokens, and component conventions before making changes. - Multi-Dimension Normalization: Systematically fixes typography, color, spacing, components, motion, responsive behavior, accessibility, and progressive disclosure to match established standards. - Cleanup and Consolidation: Removes orphaned code, consolidates reusable components into shared UI paths, and verifies quality with linting, type-checking, and tests. - Use Case: A settings page was built with custom buttons and hard-coded hex colors. Run this Skill to replace them with design system components and tokens, aligning the page with the rest of the product. ## Quick Start Ask the AI to normalize the settings page so it matches the design system standards and component patterns.