ux-audit

ux-audit is a skill for Claude Code, Codex from beel-collab/presets.dev. It costs 24 tokens per session (494 once invoked), scanned A, original, MIT.

A usability audit guide based on Nielsen's 10 heuristics, which are common rules for making interfaces easier to understand and use. It also checks mobile concerns such as touch targets, reachability, and input effort.

In plain words
What is it for?
Use it to review screens and mobile product flows, prioritize usability issues, explain their effect on users, and suggest specific fixes.
Why use it?
It finds problems that visual polish or technically correct code may not reveal, such as unclear feedback, poor recovery, or confusing navigation.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to review screens and mobile product flows, prioritize usability issues, explain their effect on users, and suggest specific fixes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/beel-collab/presets.dev/ux-audit
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add beel-collab/presets.dev --skill ux-audit
Clone the repo
git clone --depth 1 https://github.com/beel-collab/presets.dev

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ux-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/beel-collab/presets.dev/ux-audit.svg)](https://agentmods.dev/skills/beel-collab/presets.dev/ux-audit)
Your own site
<a href="https://agentmods.dev/skills/beel-collab/presets.dev/ux-audit"><img src="https://agentmods.dev/badge/skills/beel-collab/presets.dev/ux-audit.svg" alt="Measured on agentmods" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 494 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00024 $0.00494
Opus 5 $0.00012 $0.00247
Sonnet 5 $0.00005 $0.00099
Haiku 4.5 $0.00002 $0.00049

Measured 3d ago against content hash 357778f3b120, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

ux-audit scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

claude/skills/design/ux-audit/SKILL.md · 62 lines

How it starts

The opening of the file, as written. The whole thing — 62 lines — stays where its author put it; the contents beside it link to each section on GitHub.

UX Audit

Overview

Part of StyleSeed, this skill audits usability rather than just visuals. It uses Nielsen's 10 heuristics plus modern mobile UX expectations to find issues in navigation, feedback, recovery, hierarchy, and cognitive load.

When to Use

  • Use when a screen feels awkward even though the code and styling seem correct
  • Use when evaluating a flow before or after implementation
  • Use when reviewing a mobile-first product for usability regressions
  • Use when you want findings framed as user experience problems with remediation

Audit Framework

Review the target against:

  • visibility of system status
  • match between system and real-world language
  • user control and freedom
  • consistency and standards
  • error prevention
  • recognition rather than recall
  • flexibility and efficiency
  • aesthetic and minimalist design
  • recovery from errors
  • help, onboarding, and empty-state guidance

Add mobile-specific checks for reachability, touch ergonomics, input burden, and thumb-friendly action placement.

Output

Return:

  1. A prioritized issue list
  2. The heuristic violated by each issue
  3. Why the issue matters to real users
  4. Specific remediation suggestions for the page, component, or flow

Best Practices

  • Judge the experience from the user's point of view, not the implementer's
  • Separate high-severity flow blockers from minor polish issues
  • Include recovery and state-management guidance, not only layout comments
  • Tie recommendations back to concrete UI changes

Additional Resources

Limitations

  • Use this skill only when the task clearly matches the scope described above.
  • Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
  • Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.

Read the full file on GitHub · 62 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 62 lines · 24 tokens per session scan A 357778f3b120

Subscribe to this mod's changes

ux-audit is a skill published in the GitHub repository beel-collab/presets.dev (2 stars, last pushed 4mo ago), licensed MIT. It adds 24 tokens to every session and 494 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.