JakemoCode

UX Check — Security skill for Claude Code

Security community

Audit a frontend surface through the Laws of UX and Motion lenses.

How to install UX Check

Installs to ~/.claude/skills/jakemocode-frontend-tools-ux-check/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jakemocode-frontend-tools-ux-check && curl -fsSL https://raw.githubusercontent.com/JakemoCode/frontend-tools/HEAD/commands/ux-check.md -o ~/.claude/skills/jakemocode-frontend-tools-ux-check/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What UX Check does


name: ux-check description: Audit a frontend surface through the Laws of UX and Motion lenses. Fitts's law, Hick's law, Doherty threshold, tap-target sizing, choice overload, and whether each animation does a real usability job or is decoration. Measures rendered reality at desktop and mobile widths when a browser is available. Use when the user says "/ux-check", "check the UX", "audit the interaction design", "is this animation doing anything", or asks about cognitive load, friction, or mot

Alternatives in Security

Full documentation available on GitHub

View Source Repository