What problem does it solve? Features often drift from the design system over time, accumulating hard-coded colors, one-off components, and inconsistent spacing that fragment the user experience. This Skill audits a feature against your design system and rewrites it to match established standards. ## Core Features & Use Cases - Design System Discovery: Locates and studies your style guides, component libraries, and design tokens before making any changes. - Systematic Normalization: Fixes typography, color, spacing, components, motion, responsive behavior, and accessibility to match design system conventions. - Cleanup & Consolidation: Moves reusable components into shared UI paths, removes orphaned code, and verifies quality with linting and type checks. - 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, then verify nothing regressed. ## Quick Start Ask the assistant to normalize the settings page feature so it matches the design system standards.