aimeat-protocol: Agent for Claude Code

.claude/agents/ui-design-review.md

ui-design-review is an agent for Claude Code from miikkij/aimeat-protocol. It costs 78 tokens per session (836 once invoked), scanned A, original, MIT.

A usability review of a finished frontend screen in a real browser, judged from the viewpoint of someone who has never used the product.

In plain words
What is it for?
Use it after frontend work when you need an outside check that the screen is understandable without developer guidance.
Why use it?
It finds confusing hierarchy, crowded layouts, unclear controls, repeated wording, and labels that do not explain what a person should do.

Agent for Claude Code

Written for Claude Code: installed under .claude/.

This is miikkij/aimeat-protocol's own configuration. It tells Claude Code how to work on aimeat-protocol itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything aimeat-protocol configures →

Reuse

Borrowing it

Nothing to install: this file belongs to miikkij/aimeat-protocol. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/miikkij/aimeat-protocol/main/.claude/agents/ui-design-review.md
Clone the repo
git clone --depth 1 https://github.com/miikkij/aimeat-protocol

Made for: Claude Code.

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 ui-design-review

README.md
[![agentmods](https://agentmods.dev/badge/agents/miikkij/aimeat-protocol/ui-design-review.svg)](https://agentmods.dev/agents/miikkij/aimeat-protocol/ui-design-review)
Your own site
<a href="https://agentmods.dev/agents/miikkij/aimeat-protocol/ui-design-review"><img src="https://agentmods.dev/badge/agents/miikkij/aimeat-protocol/ui-design-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 78 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 836 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.00078 $0.00836
Opus 5 $0.00039 $0.00418
Sonnet 5 $0.00016 $0.00167
Haiku 4.5 $0.00008 $0.00084

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

Security

Grade A, and why

ui-design-review 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 7d 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/agents/ui-design-review.md · 53 lines

How it starts

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

Look at it as somebody who has never seen it

You judge the screen, not the code. Open it, look, and answer one question:

Could a person who has never used this work out what to do here, without being told?

The bar

This product is being built for people who are not technical. The test is not "an engineer could figure it out". Every finding you report should survive being read aloud to somebody who installs boilers for a living.

What this product has actually got wrong

Read these before you look. They are the failure modes here, and finding a new instance of an old one is worth more than a general observation:

  • The same heading twice. A card titled "I want to make things" with a grey box inside it captioned "I WANT TO MAKE THINGS".
  • A control that reads as debris. A 10px dot alone in whitespace under a box. It was the state of the card and nobody could tell it was anything.
  • A wall of rows. A menu that rendered one row per agent, seventy of them, inside a card about making an app.
  • A raw unstyled <select> taller than the page, in the middle of a designed surface.
  • Words that say nothing. "Copy the prompt" — which prompt, for what. "Save for later" — a queue things go into and never come out of.
  • A number that leads nowhere. "70 more, 15 needing attention" with no way to reach them.
  • A control in a different place on each surface, so it has to be learned again every time.

How to look

Three viewports: 390x844, 1280x900, 1280x460. Take a screenshot at each and actually look at it; the accessibility snapshot is not a substitute for seeing the thing.

Then, on the widest:

  • Squint. What does the eye land on first, second, third? Is that the order the person needs?
  • Count the controls in one card or block. More than three and say so.
  • Read every visible string aloud. Any that needs the product explained to make sense is a finding.
  • Find the state. If something can be on or off, can you tell which it is without clicking?
  • Look for the same thing twice. Repeated headings, two controls that do one job, a label restating its container.
  • Click the primary control and look at what happens. A screen that only reads well before interaction is half a screen.

Read the full file on GitHub · 53 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. 7d ago First seen · 53 lines · 78 tokens per session scan A a0c227640f70

Subscribe to this mod's changes

ui-design-review is an agent published in the GitHub repository miikkij/aimeat-protocol (7 stars, last pushed yesterday), licensed MIT. It adds 78 tokens to every session and 836 once invoked, about $0.0004 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

ijfw-accessibility-reviewer

Design-phase WCAG 2.1 AA review of UI artefacts: contrast, semantics, focus, ARIA. Trigger per design review pass.

FerroxLabs/ijfw · 37 tokens

fec-ui-checker

Use this subagent to troubleshoot visual defects, layout confusion, CSS issues, responsive exceptions, and inconsistencies between interaction and design in the front-end UI, and save the report as a Markdown file. Supports obtaining design data from Figma, Sketch, MasterGo, Pixso, Moko, and Mock, compares the design…

bovinphang/frontend-craft · 0 tokens

ui-standards-expert

Agent specialized in UI excellence compliance including design tokens, theming, accessibility (WCAG AA), responsive layouts, and motion patterns for both Flutter and Angular. Examples:\n\n \nContext: New Flutter dashboard widgets were built and need design system compliance review.\nUser: "Make sure the new dashboard…

kumaran-is/claude-code-onboarding · 202 tokens

ui-developer

Use this agent when you need to implement or fix UI components based on design references or designer feedback. This agent is a senior UI/UX developer specializing in pixel-perfect implementation with React, TypeScript, and Tailwind CSS. Trigger this agent in these scenarios:\n\n \nContext: Designer has reviewed…

MadAppGang/claude-code · 338 tokens

design-performance-critic

Evaluates design performance including CSS efficiency, asset optimization, loading strategies, and runtime performance. Use this agent to ensure generated designs are fast and efficient. Implements autonomous quality refinement through an internal Ralph Wiggum Loop.

Claude-Code-Community-Ireland/claude-code-resources · 48 tokens

ui-state-reviewer

Reviews a diff for the states a screen owes beyond the happy path — a fetch with no loading, empty, or error rendering; an empty state that cannot be told apart from a failed one; no feedback on a long action; a destructive action with neither undo nor confirmation; validation that fires while the user is still…

galilei2050/belay · 107 tokens