A community-driven registry for the Claude Code ecosystem. Not affiliated with Anthropic.
Are you the author? Sign in to claim
The definitive UX/UI design mastery plugin for Claude Code — 19 skills, 55 references, 10 commands, 310K+ words
v3.0.0 | 19 Skills | 55 References | 10 Commands | 310,000+ Words | 87 Files
"Every pixel on a screen is ultimately processed by a human brain. This plugin ensures Claude understands that brain."
Most design tools give you components. Most AI assistants give you opinions. Neither gives you the science of why users behave the way they do — and the production code to act on it.
This plugin gives Claude Code the equivalent of a senior UX designer's entire career knowledge: cognitive psychology, battle-tested heuristics, platform-native component code, real product case studies, and the latest 2025-2026 research — all activated automatically when you need it.
The result: Claude doesn't just suggest "make the button bigger." It tells you Fitts's Law predicts a 23% improvement at 48px, generates the accessible React component with all 10 states, and flags that your 14-option dropdown violates Hick's Law.
| Before (v2.0) | After (v3.0) |
|---|---|
| 12 skills, 30 references | 19 skills, 55 references |
| ~170K words of theory | 310K+ words of theory AND implementation |
| Zero code examples | 40+ production React, SwiftUI, and CSS components |
| Zero case studies | 18+ product deep-dives and failure analyses |
| No cognitive science | 25+ Laws of UX, 50+ cognitive biases, neurodesign |
| No Figma integration | Full Figma MCP design-to-code flywheel |
| Outdated platforms | iOS 26 Liquid Glass, Material 3 Expressive, modern CSS |
| No design critique tools | Structured critique with Liz Lerman methodology |
| 6 commands | 10 commands |
This is the standard way to install Claude Code plugins. Run these commands inside a Claude Code session:
/plugin marketplace add phazurlabs/ux-ui-mastery
/plugin install ux-ui-mastery@ux-ui-mastery-marketplace
That's it. The plugin is now permanently installed and available in every session.
To choose installation scope:
~/.claude/settings.json.claude/settings.json in your project.claude/settings.local.jsonClone the repo anywhere, then load it with the --plugin-dir flag:
git clone https://github.com/phazurlabs/ux-ui-mastery.git
claude --plugin-dir ./ux-ui-mastery
This loads the plugin for that session only. Great for testing or development.
Step 1: Clone into the plugins directory:
mkdir -p ~/.claude/plugins
cd ~/.claude/plugins
git clone https://github.com/phazurlabs/ux-ui-mastery.git
Step 2: Register the plugin in your Claude Code settings. Edit ~/.claude/settings.json:
{
"enabledPlugins": {
"ux-ui-mastery": true
}
}
Step 3: Restart Claude Code. The plugin loads automatically every session.
Start Claude Code and run any slash command:
/ux-audit
/cognitive-check
/component-build
/design-critique
/figma-to-code
Commands appear as /ux-ui-mastery:command-name (e.g., /ux-ui-mastery:ux-audit).
You can also test skill activation by asking about any trigger topic:
"What does Fitts's Law say about button sizing?"
"Audit this component for cognitive load"
"Build me a React modal with all states"
"What went wrong with the Snapchat 2018 redesign?"
The relevant skill and deep references load automatically based on your query.
| Problem | Solution |
|---|---|
| Commands not showing up | Restart Claude Code after installation |
/plugin command not recognized | Update Claude Code to the latest version |
| Skills not activating on topics | Verify plugin.json exists at .claude-plugin/plugin.json |
| Want to uninstall | Run /plugin uninstall ux-ui-mastery or remove from settings.json |
| Command | What It Does |
|---|---|
/ux-audit | Audit any interface against Nielsen's 10 heuristics. Get severity ratings, location-specific findings, and prioritized fixes. |
/cognitive-check | Audit against 25+ Laws of UX, Gestalt principles, and cognitive biases. Score decision architecture, visual cognition, memory load, attention, and bias ethics. |
/component-build | Generate a production-ready component (React/SwiftUI/CSS) with full state matrix (10 states), ARIA, keyboard nav, design tokens, and test skeleton. |
/design-critique | Run a Liz Lerman Critical Response Process. Score 10 dimensions. Get must-fix, should-fix, and could-improve findings grounded in heuristics. |
/figma-to-code | Extract tokens, decompose component trees, and generate platform code from Figma specs. Validate accessibility. Output handoff docs. |
/design-review | Full design review scoring across all 19 skill domains. |
/accessibility-check | Deep WCAG 2.2 compliance audit with specific code fixes and WCAG 3.0 readiness notes. |
/generate-design-tokens | Generate a complete W3C Design Tokens system (Oct 2025 stable spec) with multi-platform output. |
/ai-ux-audit | Audit AI features across 4 dimensions: Trust, Safety, Usability, Accessibility. Detect AI anti-patterns. |
/ux-metrics-plan | Generate a HEART framework metrics plan with KPIs, tracking implementation, and dashboards. |
| Skill | What Claude Knows |
|---|---|
| Cognitive Psychology UX | 25+ Laws of UX with formulas. 50+ cognitive biases with ethical annotations. Neurodesign. Attention science. Memory constraints. Flow state design. Hick's Law, Fitts's Law, Miller's Law, Peak-End Rule, Doherty Threshold — all with code examples and anti-patterns. |
| NNG UX Heuristics | Nielsen's 10 heuristics with modern 2025+ interpretation. Severity rating scales. Evaluation protocols. Cross-mapped to cognitive principles. |
| UX Research Methods | Contextual inquiry, usability testing, card sorting, diary studies, A/B testing, surveys. AI-augmented synthesis. JTBD, journey mapping, affinity diagramming. |
| UX Metrics & Measurement | HEART framework, SUS, UEQ, SUPR-Q. Task-based metrics. A/B testing statistics. AI-specific metrics (hallucination rate, trust calibration). Design system ROI. |
| Skill | What Claude Knows |
|---|---|
| Component Patterns & Code | 40+ production components across React/TypeScript, SwiftUI, and CSS. Every component has: typed props, all 10 states (default through skeleton), ARIA attributes, keyboard handling, design token consumption, and prefers-reduced-motion respect. |
| Design Systems Architecture | W3C Design Tokens (Oct 2025 stable). Style Dictionary pipelines. Multi-brand token architecture. 5-level maturity model. Governance. DesignOps. ROI measurement. |
| Figma Design Tool Workflows | Auto Layout mastery. Variable modes. Dev Mode handoff. Figma MCP server integration. Code Connect. The full design-to-code flywheel that cuts development time 50-70%. |
| UI Visual Design System | Typography scales. Color theory (oklch, color-mix, light-dark). Spacing systems. Visual hierarchy. Modern CSS: container queries, :has(), anchor positioning, view transitions, @layer, subgrid. |
| Skill | What Claude Knows |
|---|---|
| Mobile UX Design | iOS 26 Liquid Glass (.glassEffect, GlassEffectContainer). Material 3 Expressive (spring motion, morphing FAB). Touch, gesture, and wearable/IoT patterns. NNGroup usability critique of Liquid Glass. |
| Desktop App Design | Enterprise dashboards. Data-dense interfaces. Keyboard-first design. Data visualization (chart selection matrix, D3 patterns, accessible charts with sonification). Industry-vertical patterns. |
| Cross-Cultural i18n UX | RTL layout with CSS logical properties. CJK typography. Hofstede's 6 cultural dimensions mapped to interface design. Payment diversity by region. Trust signals by culture. Pseudo-localization testing. |
| Performance States Patterns | Skeleton screens, optimistic UI, progressive loading (with React/SwiftUI code). Notification system architecture (toast, banner, badge, push). Empty/error/onboarding state patterns. Perceived performance psychology. |
| Skill | What Claude Knows |
|---|---|
| Interaction & Motion Design | Animation timing curves. Micro-interactions. M3 Expressive spring physics (stiffness/damping/mass). iOS Core Haptics + Android haptics. Brand haptic vocabulary. Emotional design (Norman's 3 levels). |
| Accessibility & Inclusive Design | WCAG 2.2 full coverage. WCAG 3.0 April 2026 preview. ARIA authoring practices. Cognitive accessibility (ADHD, dyslexia, autism spectrum). Neurodiversity accommodations. AI-adaptive patterns. |
| Design Critique & Case Studies | Liz Lerman Critical Response Process. 10 product deep-dives: Stripe, Linear, Notion, Airbnb, Figma, Arc Browser, Duolingo, Vercel, Apple Health, Discord. 10 redesign failures: Snapchat, Windows 8, Digg v4, Sonos 2024, Healthcare.gov. |
| UX Ethics & Content Strategy | Dark pattern detection and avoidance. 2025-2026 regulatory landscape. Privacy UX. Sustainable/green UX. Microcopy pattern library: 30+ action verbs, 20+ error templates, empty/loading/confirmation/permission copy. |
| Skill | What Claude Knows |
|---|---|
| Agentic AI & Generative UX | Multi-agent orchestration UX. Generative UI. RAG interfaces. LLM hallucination guardrails (taxonomy, confidence indicators, verification UX). Conversational AI dialogue patterns. Smashing Magazine Feb 2026 control/consent/accountability triad. |
| AI, Spatial & Voice UX | AI-native interface patterns. AR/VR spatial design. Voice-first UX. Multimodal interaction. The post-UI paradigm (NNGroup 2026). |
| Ambient Calm & Zero UI | Amber Case's 8 principles of calm technology. Ambient displays. Proactive intelligence. Smart home/office/automotive patterns. Privacy in ambient computing. Peripheral attention design. |
The plugin uses progressive disclosure — the same cognitive principle it teaches. Only the relevant skill and its references load based on your query, keeping Claude's context lean while providing deep expertise on demand.
Ask about "cognitive load" and Claude loads the cognitive psychology skill with 25+ Laws of UX. Ask about "React button component" and Claude loads the component patterns skill with the full React cookbook. Ask about "iOS 26" and Claude loads mobile UX with the Liquid Glass deep-dive.
Every skill cross-references every other skill. Critique methodology connects to heuristic evaluation. Component code connects to accessibility. Figma workflows connect to design tokens. Cognitive biases connect to ethics. It's a web of knowledge, not a stack of silos.
Built on the shoulders of giants:
| Thinker | Contribution to This Plugin |
|---|---|
| Don Norman | Affordances, emotional design, the 3 levels of processing |
| Jakob Nielsen | 10 usability heuristics, evidence-based evaluation |
| Daniel Kahneman | Peak-End Rule, cognitive biases, System 1/System 2 |
| John Sweller | Cognitive Load Theory (intrinsic, extraneous, germane) |
| Dieter Rams | "Less, but better" — systematic minimalism |
| Edward Tufte | Data visualization, information density with clarity |
| Amber Case | Calm technology, peripheral attention |
| Luke Wroblewski | Mobile-first, form design |
| Julie Zhuo | Design leadership, scaling quality |
| Liz Lerman | Critical Response Process for design critique |
ux-ui-mastery/ 310K+ words across 87 files
├── .claude-plugin/
│ └── plugin.json v3.0.0 manifest
├── marketplace.json Distribution metadata
│
├── skills/ 19 skill domains
│ ├── cognitive-psychology-ux/ Laws of UX, biases, neurodesign
│ │ ├── SKILL.md 2K words — overview + cross-refs
│ │ └── references/
│ │ ├── laws-of-ux-encyclopedia.md 25+ laws with formulas
│ │ ├── cognitive-biases-design-patterns.md 50+ biases + dark pattern alerts
│ │ └── neurodesign-engagement-science.md Eye tracking, flow, dopamine
│ │
│ ├── component-patterns-code/ Production component code
│ │ ├── SKILL.md State matrix methodology
│ │ └── references/
│ │ ├── react-component-cookbook.md 15 React/TS components
│ │ ├── swiftui-component-cookbook.md 10 SwiftUI views + iOS 26
│ │ └── css-modern-patterns.md 12 modern CSS patterns
│ │
│ ├── design-critique-case-studies/ Critique + real-world analysis
│ │ ├── SKILL.md Liz Lerman, 30/60/90 framework
│ │ └── references/
│ │ ├── critique-methodology.md Session formats + frameworks
│ │ ├── product-deep-dives.md 10 product analyses
│ │ └── redesign-failure-analysis.md 10 failure post-mortems
│ │
│ ├── figma-design-tool-workflows/ Figma MCP + design-to-code
│ │ ├── SKILL.md Figma mastery overview
│ │ └── references/
│ │ ├── figma-mastery-workflows.md Auto Layout, variables, Dev Mode
│ │ ├── figma-mcp-ai-flywheel.md MCP pipeline + 50-70% time savings
│ │ └── design-to-code-pipeline.md Style Dictionary, CI/CD, visual regression
│ │
│ ├── performance-states-patterns/ Loading, errors, notifications
│ ├── cross-cultural-i18n-ux/ i18n, RTL, cultural dimensions
│ ├── ambient-calm-zero-ui/ Calm technology, ambient computing
│ ├── nng-ux-heuristics/ Nielsen's 10 heuristics
│ ├── ux-research-methods/ Research methodology
│ ├── mobile-ux-design/ iOS 26, M3 Expressive, wearable
│ ├── desktop-app-design/ Dashboards, data viz, keyboard-first
│ ├── ui-visual-design-system/ Typography, color, spacing, modern CSS
│ ├── accessibility-inclusive-design/ WCAG 2.2 + 3.0, ARIA, neurodiversity
│ ├── interaction-motion-design/ Animation, haptics, spring physics
│ ├── ai-spatial-voice-ux/ AI, AR/VR, voice, multimodal
│ ├── design-systems-architecture/ Tokens, governance, multi-brand
│ ├── ux-ethics-content-strategy/ Ethics, microcopy, sustainable UX
│ ├── agentic-ai-generative-ux/ Agentic AI, generative UI, hallucinations
│ └── ux-metrics-measurement/ HEART, SUS, A/B testing, AI metrics
│
├── commands/ 10 executable commands
│ ├── ux-audit.md NNG heuristic audit
│ ├── design-review.md Full design review
│ ├── accessibility-check.md WCAG 2.2 compliance
│ ├── generate-design-tokens.md W3C token generation
│ ├── ai-ux-audit.md AI trust/safety audit
│ ├── ux-metrics-plan.md HEART metrics plan
│ ├── component-build.md Production component builder
│ ├── design-critique.md Liz Lerman critique
│ ├── figma-to-code.md Design-to-code pipeline
│ └── cognitive-check.md Cognitive psychology audit
│
└── README.md This file
| Metric | Count |
|---|---|
| Total words | 310,407 |
| Skill domains | 19 |
| Deep reference files | 55 |
| Executable commands | 10 |
| Production code components | 40+ |
| Laws of UX (with formulas) | 25+ |
| Cognitive biases (with ethical flags) | 50+ |
| Product case studies | 10 |
| Redesign failure analyses | 10 |
| Eye tracking patterns | 6 |
| Platform cookbooks | 3 (React, SwiftUI, CSS) |
| Haptic feedback patterns | 30+ |
| Microcopy templates | 50+ |
| Cultural dimension mappings | 6 |
| Design system maturity levels | 5 |
Every claim in this plugin traces back to authoritative research:
Cognitive Science Kahneman (Peak-End Rule, System 1/2), Sweller (Cognitive Load Theory), Cowan (Working Memory), Iyengar & Lepper (Choice Overload), Fitts, Hick, Miller, Gestalt school, Simon (Satisficing), Csikszentmihalyi (Flow)
Academic Research arXiv: UX 3.0 Paradigm, GenAI for UX Research, EvAlignUX, Emotion-Aware Interaction, LLM Hallucination Detection | ACM CHI 2025: Designing UIs with AI, Screen Reader + AI Coding, Multi-Agent GenAI, AI Literacy
Industry Standards W3C: WCAG 3.0 April 2026 Draft, Design Tokens Oct 2025 Stable, WAI-ARIA | NNG Group 2025-2026: State of UX, AI Literacy, "AI Slop" Quality Gates, iOS 26 Usability Critique
Platform Sources Apple WWDC 2025 (iOS 26 Liquid Glass) | Google I/O 2025 (Material 3 Expressive) | Figma Config 2025 (MCP, Code Connect)
Industry Voices Smashing Magazine Feb 2026 (Agentic UX) | Microsoft Copilot Framework | OpenAI Apps SDK | Sparkbox (Design System ROI) | Amber Case (Calm Technology) | Liz Lerman (Critical Response Process)
Case Studies Stripe, Linear, Notion, Airbnb, Figma, Arc Browser, Duolingo, Vercel, Apple Health, Discord | Failures: Snapchat 2018, Windows 8, Digg v4, Sonos 2024, Healthcare.gov, Twitter/X, Google Plus, Reddit API, YouTube Dislikes, Skype
MIT
Built with obsessive attention to detail by Design Tribe Republic. Powered by Claude Opus 4.6.
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