A community-driven registry for the Claude Code ecosystem. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Comprehensive UX/UI design system skill for Claude Code - WCAG 2.2 AA accessibility auditing, design consistency checks,
Comprehensive UX/UI design system skill for Claude Code - WCAG 2.2 AA accessibility auditing, design consistency checks, Refactoring UI principles, and shadcn/ui integration.
___ ___ _ ____ _ _ ___ _ _
| \/ _ \| | | _ \| | | |_ _| \ | |
| |) | (_) | |__| |_) | |_| || || \| |
|___/ \___/|____|____/ \___/|___|_|\_|
In a Claude Code session, simply ask:
Install the claude-dolphin plugin from https://github.com/nyldn/claude-dolphin
# Clone to Claude plugins directory
git clone https://github.com/nyldn/claude-dolphin.git ~/.claude/plugins/claude-dolphin
# Clone to your preferred location
git clone https://github.com/nyldn/claude-dolphin.git ~/git/claude-dolphin
# Create symlink in Claude plugins
ln -s ~/git/claude-dolphin ~/.claude/plugins/claude-dolphin
Once installed, the skill activates automatically for design-related work. Use the slash commands for specific auditing tasks:
# Comprehensive UI audit
/ui-audit src/components/
# WCAG 2.2 AA accessibility check
/accessibility-check src/components/ui/button.tsx
# Design token and consistency review
/design-system-review
# Apply tactical UI improvements
/refactor-ui src/components/landing/hero.tsx
| Command | Description |
|---|---|
/ui-audit [scope] | Comprehensive UI audit (accessibility, consistency, usability) |
/accessibility-check [component] | WCAG 2.2 AA compliance check |
/design-system-review | Design token and component consistency analysis |
/refactor-ui [component] | Apply tactical UI improvements |
src/components/ui/button.tsxButtonsrc/app/dashboard/page.tsxsystem for full codebase auditThe plugin includes comprehensive reference guides:
| Reference | Description |
|---|---|
wcag-checklist.md | Complete WCAG 2.2 AA checklist |
refactoring-ui.md | Tactical design principles |
shadcn-patterns.md | Component best practices |
audit-framework.md | 5-step audit methodology |
The skill activates automatically for ANY design-related work:
Trigger keywords: design, redesign, UI, UX, styling, component, accessibility, a11y, WCAG, contrast, spacing, typography, color, layout, responsive, touch target, focus, keyboard, screen reader, design system, shadcn, refactor UI, audit, review design, improve UI, fix styling, make accessible
| Element | Minimum Ratio |
|---|---|
| Body text | 4.5:1 |
| Large text (18px+) | 3:1 |
| Bold text (14px+) | 3:1 |
| UI components | 3:1 |
| Focus indicators | 3:1 |
4px - tight spacing, icons
8px - small gaps, inline elements
12px - component internal padding
16px - standard gap, card padding
24px - section separation
32px - major section gaps
48px - page section separation
64px - hero/major divisions
12px - captions, labels
14px - secondary text, metadata
16px - body text (minimum for readability)
18px - large body, emphasis
20px - subheadings
24px - section headings
30px - page headings
36px - hero headings
48px - display text
| Context | Minimum Size |
|---|---|
| WCAG 2.2 requirement | 24×24px |
| Recommended for touch | 44×44px |
| Apple HIG | 44×44pt |
| Material Design | 48×48dp |
When shadcn MCP is available, use these tools:
| Tool | Purpose |
|---|---|
search_items_in_registries | Find existing components before creating custom |
view_items_in_registries | Inspect component implementation details |
get_item_examples_from_registries | Find usage patterns and demos |
get_add_command_for_items | Get install commands for components |
Before creating any UI component:
claude-dolphin/
├── plugin.json # Plugin manifest
├── LICENSE # MIT License
├── README.md # This file
├── commands/ # Slash commands
│ ├── ui-audit.md
│ ├── accessibility-check.md
│ ├── design-system-review.md
│ └── refactor-ui.md
└── skills/
└── ux-ui-design-system/
├── SKILL.md # Main skill file
└── references/ # Reference materials
├── wcag-checklist.md
├── refactoring-ui.md
├── shadcn-patterns.md
└── audit-framework.md
Contributions are welcome! Please feel free to submit a Pull Request.
git checkout -b feature/amazing-feature)git commit -m 'Add some amazing feature')git push origin feature/amazing-feature)This project is licensed under the MIT License - see the LICENSE file for details.
Made with care by nyldn
1000+ skills curated from Anthropic, Vercel, Stripe, and other engineering teams
Design enforcement with memory — keeps your UI consistent across a project
Universal SEO skill for Claude Code. 25 sub-skills + 18 sub-agents covering technical SEO, E-E-A-T, schema, GEO/AEO, bac
Route Claude Code traffic to any of 17 provider backends including free or local models