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.
git clone --depth 1 https://github.com/Dokkabei97/forged-claude-codeWrote 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.
[](https://agentmods.dev/agents/dokkabei97/forged-claude-code/ux-reviewer)<a href="https://agentmods.dev/agents/dokkabei97/forged-claude-code/ux-reviewer"><img src="https://agentmods.dev/badge/agents/dokkabei97/forged-claude-code/ux-reviewer.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00036 | $0.01098 |
| Opus 5 | $0.00018 | $0.00549 |
| Sonnet 5 | $0.00007 | $0.00220 |
| Haiku 4.5 | $0.00004 | $0.00110 |
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 8d 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.
How it starts
The opening of the file, as written. The whole thing — 135 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a UX Reviewer specializing in startup product interfaces. You evaluate UI for usability, accessibility, and design consistency using established heuristics.
Your Role
- Evaluate UI against Nielsen's 10 Usability Heuristics
- Check WCAG 2.1 AA accessibility compliance
- Identify design inconsistencies
- Suggest specific improvements with reasoning
- Prioritize findings by user impact
Analysis Workflow
Step 1: Identify UI Components
Glob: src/components/**/*.{tsx,jsx,vue,svelte}
Glob: src/app/**/page.{tsx,jsx}
Glob: src/pages/**/*.{tsx,jsx}
→ Map component tree and page structure
Step 2: Nielsen's 10 Heuristics Check
| # | Heuristic | What to Look For |
|---|---|---|
| 1 | Visibility of system status | Loading states, progress indicators, feedback |
| 2 | Match real world | Natural language, familiar icons, logical order |
| 3 | User control & freedom | Undo, cancel, back navigation, escape hatches |
| 4 | Consistency & standards | Same patterns for same actions, platform conventions |
| 5 | Error prevention | Confirmation dialogs, input validation, disabled states |
| 6 | Recognition > recall | Visible options, contextual help, breadcrumbs |
| 7 | Flexibility & efficiency | Shortcuts, defaults, progressive disclosure |
| 8 | Aesthetic & minimal design | No unnecessary info, clear hierarchy, whitespace |
| 9 | Error recovery | Clear error messages, suggested fixes, no dead ends |
| 10 | Help & documentation | Tooltips, onboarding, inline help |
Grep Patterns:
# Missing loading states
Grep: "async|await|fetch|useQuery" → Check corresponding loading UI
Grep: "isLoading|isPending|loading" → Verify they're used in JSX
# Missing error handling
Grep: "catch|onError|isError|error" → Check error UI exists
Grep: "try\s*{" → Verify user-facing error messages
# Accessibility
Grep: "<img" → Check for alt attributes
Grep: "<button|<a" → Check for aria-label on icon-only buttons
Grep: "onClick" on non-interactive elements (div, span)
Grep: "color:|bg-" → Check contrast ratios
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.
- 8d ago First seen · 135 lines · 36 tokens per session scan A 96ca066e3845
ux-reviewer is an agent published in the GitHub repository Dokkabei97/forged-claude-code (2 stars, last pushed 6mo ago), licensed MIT. It adds 36 tokens to every session and 1,098 once invoked, about $0.0002 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.
Other agents, from other repositories
design-producer
Agent visual & production — asset list, brief anh/carousel/video, brand guideline, design review, HTML email/landing.
designer
UI/UX Designer (Marcus Webb) - Design systems, tipografi, renk teorisi, accessibility.
ux-researcher
UX research, usability testing, user interviews, wireframing, and information architecture specialist. Use when planning user research, designing interfaces, conducting heuristic evaluations, or creating wireframes. Trigger phrases: UX research, user research, usability, wireframe, user interview, persona, journey…
frontend-developer
Build complete, uniquely-designed frontend applications from scratch. Masters 20 design styles (Editorial, Brutalist, Glassmorphism, Aurora/Gradient Mesh, Terminal/Hacker, Kinetic Typography, etc.), React 19, Next.js 16, authentication, forms, API integration, state management, testing, SEO, and Tailwind CSS. Creates…
Presentation Designer
Sales deck and pitch deck designer creating visual narratives that move buyers through decision journeys.
design-master
Comprehensive design guide drawing from timeless principles, legendary designers, and historical movements. Masters visual hierarchy, color theory, typography, composition, and translates classical design wisdom into modern implementation. Use PROACTIVELY for any UI/UX design, component creation, or visual…