Skill
Design System
Define design foundation: brand identity, design tokens, colour palette, typography, spacing, and component standards.
// ui-design;Behaviour
What it does
- Establishes semantic design tokens for colours, typography, and spacing
- Defines component creation vs. extension decision framework
- Creates single source of truth for all UI decisions
- Maps design decisions to source requirements with ownership tags
- Prevents component proliferation through clear standards
- Ensures brand consistency across the application
When to use
Good fits
Once per project before any UI work
When establishing design standards for component development
Before component-library setup
When brand guidelines need to be translated into tokens
Development harness
Design foundation
Part of the design-to-ship pipeline: brainstorming → technical-documentation → conformance-check → reconciling-changes → planning → project-setup → executing-plans → shipping. Install the full set for structured feature work.
Install
Get this skill
Uses Agent Kit via npx; no global install required.
Quick install
sh
npx @levi-putna/agent-kit@latest add levi-putna/skills --skill design-systemGlobal (Cursor)
sh
npx @levi-putna/agent-kit@latest add levi-putna/skills --skill design-system --global --agent cursorGlobal (Claude)
sh
npx @levi-putna/agent-kit@latest add levi-putna/skills --skill design-system --global --agent claudeProject install
sh
npx @levi-putna/agent-kit@latest add levi-putna/skills --skill design-system --projectInteractive install
sh
npx @levi-putna/agent-kit@latest add levi-putna/skillsUninstall
sh
npx @levi-putna/agent-kit@latest remove design-systemExample
Example prompt
Design System
Define the design system including brand colours, typography, and component standards.
Flow
How the skill works
- Gather brand assets and requirements
- Define semantic colour tokens and palette
- Establish typography and spacing scales
- Create component decision framework
- Document component audit process
- Map decisions to source with ownership tags