Professional UX tooling for Claude Code. A knowledge-based skill that gives Claude structured UX workflows, reference materials, and templates.
.claude/
└── skills/
└── ux-webapp/
├── SKILL.md # Main skill definition
├── reference/
│ ├── HEURISTICS.md # Nielsen's heuristics + severity scale
│ └── CHECKLISTS.md # Forms, a11y, navigation, responsive
└── templates/
├── UX_AUDIT.md # Audit output template
├── DESIGN_SPEC.md # Implementation spec template
└── USABILITY_TEST.md # User testing plan template
/plugin marketplace add altock/ux-webapp
/plugin install ux-webapp
Copy the .claude/skills/ux-webapp/ directory to your project's .claude/skills/ folder:
cp -r .claude/skills/ux-webapp/ /path/to/project/.claude/skills/ux-webapp/- UX audits with Nielsen heuristics
- Design specs with acceptance criteria
- Accessibility reviews (WCAG 2.2 AA)
- User flow design and wireframes
- Usability test planning
- Microcopy improvements
See .claude/skills/ux-webapp/README.md for full documentation.
MIT