plugins marketplace
← All plugins

wondelai-ux-heuristics

v1.0.0

Usability heuristics and principles for UX audits

Claude Code1 skill

by Wondel.aiMIT2.6kupdated 9 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone 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

plugins/design/wondelai-ux-heuristics/
├── .claude-plugin/plugin.json
└── SKILL.md

Skills1

ux-heuristicsSKILL.md

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

plugins/design/wondelai-ux-heuristics/.claude-plugin/plugin.json
{
  "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"
  ]
}