What problem does it solve? UI features drift away from the design system over time, accumulating hard-coded values, one-off components, and inconsistent patterns that hurt usability and maintainability. This Skill audits a feature against your design system and systematically realigns it. ## Core Features & Use Cases - Design System Discovery: Locates and studies design system documentation, tokens, and component conventions before making changes. - Multi-Dimension Normalization: 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 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. Invoke this Skill to replace them with design system components and tokens, matching the rest of the app. ## Quick Start Normalize the settings page to match our design system standards.