ui-design
Installation
SKILL.md
UI Design Patterns
Pre-Flight: Check Design Context
Before generating any UI code, check if the user has an active Figma file or design system context:
- Use
get_design_contextto retrieve any existing design tokens, color palettes, or component specs. - If a Figma URL is provided, pull metadata and screenshots to match the design precisely.
- If no design context exists, proceed with the opinionated defaults below.
1. Component Design Principles (Atomic Design)
Build UI in layers. Never start with a full page — start with the smallest pieces.