What problem does it solve? Features often drift from the design system through one-off components, hard-coded values, and inconsistent patterns. This Skill audits a page, route, or feature and rewrites it to match established design tokens, components, and UX conventions. ## Core Features & Use Cases - Design System Discovery: Searches the repository for style guides, component libraries, and design tokens before making any change, and asks when principles are unclear. - Multi-Dimension Normalization: Systematically fixes typography, color, spacing, components, motion, responsive behavior, accessibility, and progressive disclosure to match the design system. - Cleanup and Verification: Consolidates reusable components, removes orphaned code, and runs lint, type-check, and tests after refactoring. - Use Case: A settings page was built with custom buttons and hard-coded hex colors. Run normalize on it to replace them with design system components and tokens, then verify nothing regressed. ## Quick Start Ask the AI to normalize the settings page so it matches the design system.