What problem does it solve?
This Skill reduces duplicated UI work by finding repeated components, design tokens, and patterns that should be centralized in a design system instead of maintained in many places.
Core Features & Use Cases
- Pattern Discovery: Identifies repeated UI structures, inconsistent variants, and hard-coded style values that are good candidates for reuse.
- Extraction Planning: Prioritizes what to turn into shared components, tokens, or documented patterns based on reuse value and maintenance cost.
- System Enrichment: Helps define better APIs, variants, naming conventions, accessibility considerations, and migration steps for a healthier component library.
- Use Case: A frontend team notices three different card implementations and several repeated spacing values; this Skill helps consolidate them into a single reusable card component and aligned design tokens.
Quick Start
Analyze the target area, identify reusable patterns and tokens, and produce a practical extraction plan for the design system.