phase-5-design-system
Installation
SKILL.md
Phase 5: Design System
Build a consistent component library
Components
1. Design Tokens
:root {
/* Colors */
--color-primary: #3b82f6;
--color-secondary: #64748b;
--color-success: #22c55e;
--color-error: #ef4444;