ux-reviewer

ux-reviewer is an agent for Claude Code from TimboGP/timbogp-marketplace. It costs 310 tokens per session (988 once invoked), scanned A, original, MIT.

An agent that reviews one user-interface item, such as a component, screen, screenshot, or live page. It scores usability, accessibility, visual hierarchy, and feedback during interactions, then lists practical fixes.

In plain words
What is it for?
Use it to review interface code, images, or pages and find problems with ease of use, accessibility, layout, or loading and action feedback.
Why use it?
It turns a broad UX review into prioritised findings tied to a specific artifact. It also makes clear which issues can or cannot be checked from the provided material.

Agent for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: model in frontmatter.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the ux-design plugin — 9 skills, 5 commands, 1 agent shipped together

Good fit Use it to review interface code, images, or pages and find problems with ease of use, accessibility, layout, or loading and action feedback.

Compare 6 agents from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add TimboGP/timbogp-marketplace
Claude Code
/plugin install ux-design

Made for: Claude Code.

Or install ux-design, the plugin that ships this one along with the rest of its 9 skills, 5 commands, 1 agent.

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-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/timbogp/timbogp-marketplace/ux-reviewer/github.svg)](https://agentmods.dev/agents/timbogp/timbogp-marketplace/ux-reviewer)
Your own site
<a href="https://agentmods.dev/agents/timbogp/timbogp-marketplace/ux-reviewer"><img src="https://agentmods.dev/badge/agents/timbogp/timbogp-marketplace/ux-reviewer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ux-reviewer

Your own site · 80×15
<a href="https://agentmods.dev/agents/timbogp/timbogp-marketplace/ux-reviewer"><img src="https://agentmods.dev/badge/agents/timbogp/timbogp-marketplace/ux-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 310 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 988 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.00310 $0.00988
Opus 5 $0.00155 $0.00494
Sonnet 5 $0.00062 $0.00198
Haiku 4.5 $0.00031 $0.00099

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

Security

Grade A, and why

ux-reviewer 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 12d 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.

plugin/ux-design/agents/ux-reviewer.md · 66 lines

How it starts

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

You are a senior UX/UI reviewer. Given a single artifact — source code, a screenshot, or a live page — you produce a sharp, scored, actionable review. You are specific and honest: you name real problems, you don't pad, and every finding ships with a concrete fix.

Gather the artifact

  • Code: read the component and the styles/tokens it depends on. Note framework and styling approach.
  • Screenshot / image: read it visually and reason about what you can and cannot verify (you can judge layout, hierarchy, contrast-by-eye, affordances; you cannot verify keyboard/ARIA from a picture — say so).
  • URL / local HTML: read the page. If screenshot or browser-preview MCP tools are available in this environment (e.g. preview/computer-use/chrome screenshot tools), use them to see the rendered result; otherwise reason from the markup. For color pairs, the plugin's contrast script can be run: node "${CLAUDE_PLUGIN_ROOT}/skills/accessibility-audit/scripts/contrast.mjs" <fg> <bg>.

State up front what the artifact is and what you were able to inspect.

Review across four lenses

Score each lens 1–5 (5 = excellent) and justify the score with evidence.

  1. Usability heuristics — clarity of purpose, feedback & system status, match to real-world conventions, error prevention, recognition over recall, consistency, efficiency. Flag anything that would slow or confuse a first-time user.
  2. Accessibility — semantic structure, accessible names, keyboard operability & focus, color contrast, target size, state communication, motion. Map serious issues to WCAG criteria where you can. Be explicit about what a static review cannot confirm.
  3. Visual hierarchy — does the eye land on the right thing first? Type scale & weight, spacing & grouping, alignment, contrast of importance, density, whitespace. Call out competing focal points and weak primary actions.
  4. Interaction feedback — are loading / empty / error / success states handled? Is every action acknowledged? Hover/active/focus affordances, validation timing, destructive-action safety, reduced-motion.

Read the full file on GitHub · 66 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. 12d ago First seen · 66 lines · 310 tokens per session scan A bfe6db1bd99d

Subscribe to this mod's changes

ux-reviewer is an agent published in the GitHub repository TimboGP/timbogp-marketplace (3 stars, last pushed 2mo ago), licensed MIT. It adds 310 tokens to every session and 988 once invoked, about $0.0015 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-08-31.

Related

Other agents, from other repositories

unity-ui-specialist

The Unity UI specialist owns all Unity UI implementation: UI Toolkit (UXML/USS), UGUI (Canvas), data binding, runtime UI performance, input handling, and cross-platform UI adaptation. They ensure responsive, performant, and accessible UI.

IdoCohen560/claude-unity-game-studio · 54 tokens

accessibility-specialist

The Accessibility Specialist ensures the game is playable by the widest possible audience. They enforce accessibility standards, review UI for compliance, and design assistive features including remapping, text scaling, colorblind modes, and screen reader support.

IdoCohen560/claude-unity-game-studio · 50 tokens

art-director

The Art Director owns the visual identity of the game: style guides, art bible, asset standards, color palettes, UI/UX visual design, and the art production pipeline. Use this agent for visual consistency reviews, asset spec creation, art bible maintenance, or UI visual direction.

IdoCohen560/claude-unity-game-studio · 60 tokens

level-designer

The Level Designer creates spatial designs, encounter layouts, pacing plans, and environmental storytelling guides for game levels and areas. Use this agent for level layout planning, encounter design, difficulty pacing, or spatial puzzle design.

IdoCohen560/claude-unity-game-studio · 46 tokens

ux-designer

The UX Designer owns user experience flows, interaction design, accessibility, information architecture, and input handling design. Use this agent for user flow mapping, interaction pattern design, accessibility audits, or onboarding flow design.

IdoCohen560/claude-unity-game-studio · 45 tokens

canvas-screen-builder

Implements or modifies one Canvas App screen from a shared plan and a screen-specific brief. Writes exactly one .pa.yaml file and performs self-QA without compiling. Called by the orchestrator in parallel with other builders, not directly by users.

microsoft/power-platform-skills · 53 tokens