ui-component-patterns
Installation
SKILL.md
UI Component Patterns
When to use this skill
- Building Component Libraries: Creating reusable UI components
- Implementing Design Systems: Applying consistent UI patterns
- Complex UI: Components requiring multiple variants (Button, Modal, Dropdown)
- Refactoring: Extracting duplicate code into components
Instructions
Step 1: Props API Design
Design Props that are easy to use and extensible.