Manage — UI design system toolkit for Senior UI Designer including design token generation, component documentation, responsive design calculations, and developer handoff tools. Use for cre
Manage — UI design system toolkit for Senior UI Designer including design token generation, component documentation, responsive design calculations, and developer handoff tools. Use for cre
[{"name":"code_or_task","type":"string","description":"Code snippet, script, or task description to process","required":true}]
output_schema
[{"name":"result","type":"string","description":"Generated or refactored code output"},{"name":"explanation","type":"string","description":"Explanation of changes or implementation decisions"}]
UI Design System
Generate design tokens, create color palettes, calculate typography scales, build component systems, and prepare developer handoff documentation.
Reference: See references/responsive-calculations.md
Workflow 4: Developer Handoff
Situation: You need to hand off design tokens to development team.
Steps:
Export tokens in required formats
# For CSS projects
python scripts/design_token_generator.py "#0066CC" modern css
# For SCSS projects
python scripts/design_token_generator.py "#0066CC" modern scss
# For JavaScript/TypeScript
python scripts/design_token_generator.py "#0066CC" modern json
Color algorithms, HSV space, WCAG contrast, type scales
component-architecture.md
Atomic design, naming conventions, props patterns
responsive-calculations.md
Breakpoints, fluid typography, grid systems
developer-handoff.md
Export formats, framework setup, Figma sync
Validation Checklist
Token Generation
Brand color provided in hex format
Style matches project requirements
All token categories generated
Semantic colors include contrast values
Component System
All sizes implemented (sm, md, lg)
All variants implemented (primary, secondary, ghost)
All states working (hover, active, focus, disabled)
Uses only design tokens (no hardcoded values)
Accessibility
Color contrast meets WCAG AA
Focus indicators visible
Touch targets ≥ 44×44px
Semantic HTML elements used
Developer Handoff
Tokens exported in required format
Framework integration documented
Design tool synced
Component documentation complete
Why This Skill Exists
Manage — UI design system toolkit for Senior UI Designer including design token generation, component documentation, responsive design calculations, and developer handoff tools. Use for cre
When to Use
Use this skill when the task requires ui design system capabilities.
What If Fails
If this skill fails to produce the expected output: (1) verify input completeness, (2) retry with more specific context, (3) fall back to the parent workflow without this skill.