Identifies and consolidates reusable UI components, design tokens, and patterns into systematic design libraries.
This skill streamlines the evolution of frontend architectures by identifying redundant UI implementations and refactoring them into a unified design system. It analyzes workspaces for repeated patterns, hard-coded values, and inconsistent styles, then generates standardized, accessible components and semantic design tokens. By automating the migration of legacy code to these new shared resources using LSP-aware refactoring, it ensures codebase consistency while reducing technical debt in React, Vue, or other component-based projects.
Características Principales
01Automatic documentation generation for design system assets
02Automated pattern discovery via LSP and grep analysis
03Creation of accessible, production-ready UI components with TypeScript support
04Intelligent migration of existing instances to new shared components
05Extraction of hard-coded values into semantic design tokens
061 GitHub stars
Casos de Uso
01Transitioning hard-coded CSS values into a centralized, semantic token system
02Building a formal component library from an existing project's ad-hoc UI patterns
03Refactoring a codebase with multiple inconsistent button or input implementations