When your UI starts drifting from your design system, this skill audits everything and brings it back into alignment. It systematically replaces hard-coded values with design tokens, swaps custom components for design system equivalents, and fixes spacing, typography, and color inconsistencies. The preparation phase is thorough, requiring you to invoke /frontend-design first and study your design system documentation before making changes. It's particularly effective when you inherit messy code or notice visual inconsistencies creeping into features. The cleanup is comprehensive, removing orphaned styles and consolidating duplicate components.
npx skills add https://github.com/pbakaus/impeccable --skill normalize