design-system-foundation
Installation
SKILL.md
Design System Foundation
Overview
Establishes complete design system foundation for greenfield projects, including token system, folder structure, and base component architecture.
When to Use
- Starting new React Native app
- Starting new Next.js project
- Establishing design system for new product
- Setting up component library from scratch
- Need design tokens and theme system
When NOT to Use
- Refactoring existing projects (use
ui-refactoring-workflowinstead) - Adding single component (use
component-library-scaffolderinstead) - Just documentation (use
design-documentation-generatorinstead)