Catalog
UI_DESIGN_SYSTEMDesign
UI Design System
Design token generation, component docs and developer handoff for scalable design systems.
Membership required
// What this skill does
Senior UI designer toolkit: generates complete color, typography and 8pt spacing tokens from a brand color, documents component systems, runs responsive and accessibility calculations, and exports JSON, CSS or SCSS for developer handoff.
// How to install
- 01Download the skill archive from this page.
- 02Unzip it and locate the SKILL.md file inside.
- 03Place the folder in your assistant's skills directory (or upload it to your project).
- 04Reference the skill by name in your prompt to invoke it.
// SKILL.md
Preview--- name: ui-design-system description: UI design system toolkit for Senior UI Designer including design token generation, component documentation, responsive design calculations, and developer handoff tools. Use for creating design systems, maintaining visual consistency, and facilitating design-dev collaboration. --- # UI Design System Professional toolkit for creating and maintaining scalable design systems. ## Core Capabilities - Design token generation (colors, typography, spacing) - Component system architecture - Responsive design calculations - Accessibility compliance - Developer handoff documentation ## Key Scripts ### design_token_generator.py Generates complete design system tokens from brand colors. **Usage**: `python scripts/design_token_generator.py [brand_color] [style] [format]` - Styles: modern, classic, playful - Formats: json, css, scss **Features**: - Complete color palette generation - Modular typography scale - 8pt spacing grid system - Shadow and animation tokens - Responsive breakpoints - Multiple export formats