A community-driven registry for the Claude Code ecosystem. Not affiliated with Anthropic.
Are you the author? Sign in to claim
UX guidance synthesized from 19 sources: Nielsen Norman, WCAG, Material, Apple HIG
A Claude Code skill that provides comprehensive UX/UI design guidance based on modern best practices (2026).
Gives Claude deep knowledge of user experience design principles so it can:
Copy or symlink the ux-designer-skill/ directory into your Claude Code skills location:
~/.claude/skills/ux-designer/
The skill is invocable by both user (/ux-designer) and Claude (auto-triggered when UX topics arise).
ux-designer/
├── SKILL.md # Main skill definition (297 lines)
└── references/ # 24 detailed reference files (~10,700 lines)
├── 01-core-principles.md # Nielsen heuristics, Gestalt, UX hierarchy
├── 02-laws-of-ux.md # Fitts's, Hick's, Miller's, Jakob's, etc.
├── 03-accessibility.md # WCAG 2.2 AA compliance
├── 04-visual-design.md # Typography, color, spacing, hierarchy
├── 05-information-architecture.md # Navigation, sitemaps, card sorting
├── 06-interaction-design.md # Modals, tooltips, drag-and-drop
├── 07-forms-and-inputs.md # Validation, field types, error handling
├── 08-mobile-ux.md # Touch targets, gestures, responsive
├── 09-ux-writing.md # Microcopy, tone, error messages
├── 10-user-research.md # Interviews, usability testing, surveys
├── 11-design-systems.md # Tokens, components, documentation
├── 12a-presence-awareness.md # Live cursors, avatars, typing indicators
├── 12b-conflict-resolution-sync.md # OT/CRDTs, locking, offline sync
├── 13a-canvas-navigation.md # Zoom, pan, selection, manipulation
├── 13b-canvas-objects-performance.md # Layers, snapping, LOD, culling
├── 14-ai-ux-patterns.md # Chat UI, copilots, agents, generative UI
├── 15-ethical-design.md # Dark patterns, consent, GDPR/DSA
├── 16-onboarding.md # First-run, activation, empty states
├── 17-notifications.md # Toasts, badges, push, attention management
├── 18-data-visualization.md # Charts, dashboards, KPIs
├── 19-search-ux.md # Autocomplete, filters, results ranking
├── 20-emotional-design.md # Trust, delight, brand personality
├── 21-data-tables.md # Sorting, pagination, bulk actions, inline edit
└── 22-performance-ux.md # Skeletons, optimistic updates, CLS, lazy loading
The main file (always loaded into context) includes:
Reference files are loaded on demand when the topic is relevant, keeping context usage efficient.
| Domain | References |
|---|---|
| Foundations | Core principles, Laws of UX, accessibility, visual design |
| Structure | Information architecture, interaction design, forms |
| Platform | Mobile UX, design systems |
| Content | UX writing, user research |
| Collaboration | Presence/awareness, conflict resolution/sync |
| Canvas/Spatial | Navigation/interaction, objects/performance |
| Modern | AI interfaces, ethical design, emotional design |
| Flows | Onboarding, notifications, search |
| Data | Data visualization, data tables, performance/loading |
The skill synthesizes guidance from 19 authoritative sources including Nielsen Norman Group, WCAG 2.2, Material Design, Apple HIG, Laws of UX, Google PAIR, Microsoft HAX Toolkit, Baymard Institute, The A11y Project, and web.dev.
Route Claude Code traffic to any of 17 provider backends including free or local models
ML engineering — model training, deployment, MLOps, monitoring
Codex / Claude Skill for editable thesis-defense PPTX from PDF or LaTeX while preserving a PowerPoint template. 从论文 PDF
Database performance — query plans, indexing strategies, N+1 detection, caching