What problem does it solve?
This Skill helps you identify and consolidate repeated UI patterns, reusable components, and hard-coded styling values into a maintainable design system instead of letting duplicates and inconsistencies grow over time.
Core Features & Use Cases
- Pattern detection: Finds repeated components, inconsistent variations, and general layout/composition patterns worth systematizing.
- Design-token extraction: Converts hard-coded colors, spacing, typography, and other values into a clear token hierarchy (primitive vs semantic) with documented usage.
- Component and migration workflow: Creates reusable components with accessible props APIs and variants, then migrates existing usages to the shared versions and updates documentation (e.g., component catalogs or Storybook).
Quick Start
Use the extract skill to analyze your UI directory for repeated components and hard-coded styling values and propose a targeted extraction plan.