critique

critique is a command for Claude Code from obiwancenobi/klamben. It costs 31 tokens per session (541 once invoked), scanned A, original, Apache-2.0.

A read-only review of a screen or interface component, focused on how its layout and wording guide people. It examines visual hierarchy, grouping, clickable controls, spacing, and user flow.

In plain words
What is it for?
Use it to review a widget before a design review or after code checks pass, and to suggest improvements without changing files.
Why use it?
A screen can be technically correct but still confusing to use. This review points out design problems that automated checks may miss.

Command for Claude Code

Written for Claude Code: a Claude Code command (commands/*.md).

Good fit Use it to review a widget before a design review or after code checks pass, and to suggest improvements without changing files.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/obiwancenobi/klamben/critique
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.

Clone the repo
git clone --depth 1 https://github.com/obiwancenobi/klamben

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 critique

README.md
[![agentmods](https://agentmods.dev/badge/commands/obiwancenobi/klamben/critique/github.svg)](https://agentmods.dev/commands/obiwancenobi/klamben/critique)
Your own site
<a href="https://agentmods.dev/commands/obiwancenobi/klamben/critique"><img src="https://agentmods.dev/badge/commands/obiwancenobi/klamben/critique/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 critique

Your own site · 80×15
<a href="https://agentmods.dev/commands/obiwancenobi/klamben/critique"><img src="https://agentmods.dev/badge/commands/obiwancenobi/klamben/critique.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 541 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.00031 $0.00541
Opus 5 $0.00015 $0.00270
Sonnet 5 $0.00006 $0.00108
Haiku 4.5 $0.00003 $0.00054

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

Security

Grade A, and why

critique 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 9d 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.

src/commands/critique.md · 68 lines

What it actually says

/critique

Subjective UX critique of a screen or widget. Not a linter — a design review.

When to use

  • User asks "how does this look" / "is this good UX" / "what would you change"
  • Before a visual design review
  • After /audit is clean but the UX still feels off

Process

  1. Check design context: If .klamben.md exists in the project root, read it first. Apply the project's brand, platform targets, accessibility tier, and existing patterns to your work below.
  2. Read the target widget file
  3. Build a mental model of the rendered layout (visual hierarchy, grouping, flow)
  4. Apply principles from skill/references/ (especially spacing, typography, interaction, ux-writing)
  5. Review for:
    • Hierarchy: Is the primary action obvious? Is less-important content visually recessed?
    • Grouping: Are related elements close? Are unrelated elements separated?
    • Affordance: Is it clear what's tappable? Are disabled states distinguishable?
    • Copy: Are button labels verbs? Are errors actionable?
    • Flow: Does the user's eye follow a sensible path?
  6. Do not modify any file. Write comments only.

Output format

Critique of home_screen.dart

HIERARCHY
- "Save" is the primary action but rendered as OutlinedButton.
  Consider FilledButton to match its importance.
- Card headers all use titleMedium — consider titleLarge for the top
  one to create a clear anchor.

GROUPING
- Name field and avatar are visually distant. Moving avatar above name
  would match user mental model ("this is about [person]").

AFFORDANCE
- The gray row at L47 has an onTap but no ripple or chevron.
  Users won't know it's tappable. Add InkWell + trailing chevron icon.

COPY
- Button "Submit" (L62) → "Send feedback"
- Error "Try again" (L89) → "Couldn't send. Check your connection and
  try again."

FLOW
- The save CTA is below the fold on small phones. Sticky it to the
  bottom or move it above the optional fields.
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. 9d ago First seen · 68 lines · 31 tokens per session scan A 73fe3cb807ae

Subscribe to this mod's changes

critique is a command published in the GitHub repository obiwancenobi/klamben (2 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 31 tokens to every session and 541 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.