What problem does it solve? Features often drift from the design system through one-off components, hard-coded values, and inconsistent patterns, creating visual and UX inconsistency across a product. ## Core Features & Use Cases - Design System Discovery: Searches the repository for design system documentation, style guides, and design tokens before making changes. - Multi-Dimension Normalization: Aligns typography, color, spacing, components, motion, responsive behavior, accessibility, and progressive disclosure with established standards. - Cleanup and Consolidation: Moves reusable components into shared UI paths, removes orphaned code, and runs lint, type-check, and tests. - Use Case: After shipping a settings page with custom buttons and hard-coded hex colors, run this Skill to replace them with design system components and tokens so the page matches the rest of the app. ## Quick Start Ask the AI to normalize the settings page feature so it matches the design system standards.