ui-design-system
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.
Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security
Installation for Agentic Skill
View all platforms →skilz install alirezarezvani/claude-skills/ui-design-systemskilz install alirezarezvani/claude-skills/ui-design-system --agent opencodeskilz install alirezarezvani/claude-skills/ui-design-system --agent codexskilz install alirezarezvani/claude-skills/ui-design-system --agent geminiFirst time? Install Skilz: pip install skilz
Works with 22+ AI coding assistants
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/alirezarezvani/claude-skillscp -r claude-skills/product-team/ui-design-system ~/.claude/skills/Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
automating-mail
by SpillwaveSolutions
Automates Apple Mail via JXA with AppleScript dictionary discovery. Use when asked to "automate email", "send mail via script", "JXA Mail automatio...
automating-reminders
by SpillwaveSolutions
Automates Apple Reminders using JavaScript for Automation (JXA). Use when asked to "create reminders programmatically", "automate reminder lists", ...
mastering-postgresql
by SpillwaveSolutions
PostgreSQL development for Python with full-text search (tsvector, tsquery, BM25 via pg_search), vector similarity (pgvector with HNSW/IVFFlat), JS...
automating-contacts
by SpillwaveSolutions
Automates macOS Contacts via JXA with AppleScript dictionary discovery. Use when asked to "automate contacts", "JXA contacts automation", "macOS ad...
Agentic Skill Details
- Owner
- alirezarezvani (GitHub)
- Repository
- claude-skills
- Stars
- 579
- Forks
- 112
- Type
- Other
- Meta-Domain
- Primary Domain
- Market Score
- 0
Agent Skill Grade
D Score: 65/100 Click to see breakdown
Score Breakdown
Areas to Improve
- Missing layered structure
- No TOC in 530-line script
- Vague trigger terms
Recommendations
- Address 2 high-severity issues first
- Add trigger phrases to description for discoverability
- Add table of contents for files over 100 lines
Graded: 2026-01-24
Developer Feedback
I've been exploring design systems lately and noticed your skill takes a pretty opinionated stance on component organization—curious what drove those specific choices versus the more traditional atomic design approach.
Links:
The TL;DR
You're at 65/100, landing in D territory. This is graded against Anthropic's best practices for skill architecture. Your spec compliance is solid (12/15), but you're losing points where it matters most: the Progressive Disclosure Architecture (18/30) and how discoverable this actually is for users (15/25).
What's Working Well
- Spec compliance is clean - Your frontmatter is valid YAML, naming follows conventions, and the core structure is sound
- Consistent terminology - Design tokens, components, breakpoints—you stick with your terms throughout, which helps readability
- Real utility address - You're solving an actual problem: design token generation and system consistency, not solving for a problem that doesn't exist
The Big One: Missing Layered Documentation Structure
Here's what's holding you back: everything is compressed into a 33-line SKILL.md, but you've got a 530-line Python script that desperately needs navigation. This is a Progressive Disclosure problem.
Why it matters: When Claude encounters this skill, users have no clear entry points. Is this for brand color generation? Component libraries? Both? The current structure makes Claude guess.
The fix: Create a references/ directory with focused guides:
references/token-generation.md- Color palette algorithms, WCAG contrast checkingreferences/component-architecture.md- System design patterns you're enforcingreferences/responsive-calculations.md- How breakpoint mat...
AI-Detected Topics
Extracted using NLP analysis
Report Security Issue
Found a security vulnerability in this agent skill?
Report Security Issue
Thank you for helping keep SkillzWave secure. We'll review your report and take appropriate action.
Note: For critical security issues that require immediate attention, please also email security@skillzwave.ai directly.