wondelai-ux-heuristics
v1.0.0Usability heuristics and principles for UX audits
by Wondel.aiMIT2.6kupdated 9 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/design/wondelai-ux-heuristics/ inside the repository.
Layout
├── .claude-plugin/plugin.json└── SKILL.md
Skills1
Evaluate and improve interface usability using heuristic analysis. Use when the user mentions "usability audit", "users are confused", "form usability", "navigation problems", "Nielsen heuristics", "cognitive walkthrough", or "is this easy to use". Also trigger when reviewing a design for usability issues, improving form-completion rates, or evaluating information architecture and navigation. Covers Krug's laws, Nielsen's 10 heuristics, severity ratings, dark-pattern recognition, and accessibility. For visual design fixes, see refactoring-ui. For conversion-focused audits, see cro-methodology.
Manifests1
{
"name": "wondelai-ux-heuristics",
"version": "1.0.0",
"description": "Usability heuristics and principles for UX audits",
"author": {
"name": "Wondel.ai"
},
"license": "MIT",
"repository": "https://github.com/wondelai/skills",
"keywords": [
"design",
"wondelai",
"skills"
]
}