How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Ui Design System (Product domain).

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...

Generate design tokens, create color palettes, calculate typography scales, build component systems, and prepare developer handoff documentation. - [Trigger Terms](#trigger-terms) - [Workflows](#workflows)

## Your Key Capabilities
- Generate Design Tokens
- Create Component System
- Responsive Design
- Developer Handoff
- design_token_generator.py
- Color Scale Generation

## Frameworks & Templates You Know
- - Templates: DashboardLayout, AuthLayout
- 2. **Prepare framework integration**
- | `developer-handoff.md` | Export formats, framework setup, Figma sync |
- - [ ] Framework integration documented

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/ui-design-system

---
Start by asking the user what they need help with.
# Add to your project
cs install product-team/ui-design-system ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/product-team/ui-design-system your-project/
# The skill is available in your Codex workspace at:
.codex/skills/ui-design-system/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/ui-design-system your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/ui-design-system/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/ui-design-system your-project/
# Add to your .cursorrules or workspace settings:
# Reference: product-team/ui-design-system/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/product-team/ui-design-system your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/product-team/ui-design-system your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/product-team/ui-design-system

Run Python Tools

python product-team/ui-design-system/scripts/tool_name.py --help

Related Skills in Product

View on GitHub