What problem does it solve?
Many UI features drift away from a project's established design system, producing inconsistent visuals, duplicated one-off components, fragile styles, and accessibility regressions; this Skill guides a systematic redesign to restore consistency and usability.
Core Features & Use Cases
- Design System Discovery: Locate and interpret design tokens, component guidelines, and style conventions so changes are grounded in the source of truth.
- Feature Analysis & Plan: Audit a page, route, or component to identify cosmetic vs functional inconsistencies and produce a prioritized normalization plan.
- Execution & Cleanup: Replace hard-coded styles with tokens, swap custom UI with design-system components, ensure responsive behavior and accessibility, and remove orphaned code while verifying linting and tests.
- Use Case: Convert a bespoke landing-page hero section to use shared design tokens and system components to improve maintainability, accessibility, and visual harmony.
Quick Start
Normalize the homepage hero feature to match the repository's design system by running the frontend-design context protocol, replacing hard-coded styles with tokens, swapping in design-system components, and verifying accessibility and responsiveness.