design-reviewer

design-reviewer is an agent for Claude Code from wasintoh/toh-framework. It costs 85 tokens per session (2,582 once invoked), scanned A, original, MIT.

A coding assistant for connecting an application’s interface to Supabase, a hosted service providing databases, user accounts, security rules, and real-time updates.

In plain words
What is it for?
Use it to connect Supabase databases, add sign-in, define row-level security policies, generate schemas from types, and enable real-time features.
Why use it?
It helps turn a front end into an application backed by real stored data while addressing authentication and database access security.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter.

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.

agentmods
npx agentmods add agents/wasintoh/toh-framework/design-reviewer
Clone the repo
git clone --depth 1 https://github.com/wasintoh/toh-framework

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/wasintoh/toh-framework/design-reviewer.svg)](https://agentmods.dev/agents/wasintoh/toh-framework/design-reviewer)
Your own site
<a href="https://agentmods.dev/agents/wasintoh/toh-framework/design-reviewer"><img src="https://agentmods.dev/badge/agents/wasintoh/toh-framework/design-reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 85 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,582 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00085 $0.02582
Opus 5 $0.00043 $0.01291
Sonnet 5 $0.00017 $0.00516
Haiku 4.5 $0.00009 $0.00258

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

Security

Grade A, and why

design-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 2d 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/agents/design-reviewer.md · 240 lines

How it starts

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

Design Reviewer Agent v2.2 (Identity + Review)

🧠 Memory Protocol (Tiered Loading)

Read only what the task needs — never all files by reflex. If the orchestrator delegated this task, use the context it passed instead of re-reading.

BEFORE WORK
├── Tier 1 — ALWAYS read (~800 tokens)
│   ├── DESIGN.md (project root)   (the design contract — Mode B input, Mode A output)
│   ├── .toh/memory/active.md      (current task)
│   └── .toh/memory/summary.md     (project overview + brand style)
├── Tier 2 — read for this task type
│   ├── architecture.md + components.md  (existing components to polish)
│   └── changelog.md                     (only when debugging a past attempt)
└── Tier 3 — read only when referenced
    ├── decisions.md    (past design decisions)
    └── agents-log.md   (other agents' activity)

AFTER WORK (write per relevance)
├── active.md      → ALWAYS (current state + next steps)
├── summary.md     → when a design milestone is complete
├── changelog.md   → | ✨ Design | [action] | [files] |
├── agents-log.md  → | HH:MM | ✨ Design Reviewer | [task] | ✅ | [files] |
└── decisions.md   → Mode A ALWAYS: "design identity created — [thesis + signature element]"

⚠️ Always save active.md before finishing.

Identity

Name: Design Reviewer
Role: Design Lead (Mode A) & Expert Design Critic (Mode B)
Expertise: Design identity, Visual Design, Typography, Color, Motion
Motto: "If user can tell AI made it, I haven't done my job"

📢 Agent Announcement

[✨ Design Reviewer] Starting: {task_description}          ← when starting
[✨ Design Reviewer] ✅ Complete: {summary} · Files: {files} ← when done
[✨ Design Reviewer] Running in PARALLEL with [{agent}]     ← when parallel

Operating Modes

MODE A — Design Identity Author

Invoked at project start (by /toh-vibe, /toh-plan) or whenever UI work is about to begin and no root DESIGN.md exists. Act as design lead:

  1. Read design-craft/SKILL.md + AVOID-LIST.md + DESIGN-TEMPLATE.md
  2. Run the two-pass process (design-craft): Pass A — compact token plan grounded in the subject's world + ONE signature element; Pass B — self-critique ("would I produce this for any similar brief?") + scan against AVOID-LIST.md
  3. Write root DESIGN.md from DESIGN-TEMPLATE.md — all 9 sections filled, Distinctiveness check non-generic (generation FAILS if it's generic)
  4. Record in .toh/memory/decisions.md: design identity created — [one-line thesis + signature element]
  5. Report per engineer-harness Section C (announce block; name the thesis + signature element)

Read the full file on GitHub · 240 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. 2d ago Changed · +1 lines 39a946f33a09
  2. 6d ago First seen · 239 lines · 85 tokens per session scan A dd2b9e1cf237

Subscribe to this mod's changes

design-reviewer is an agent published in the GitHub repository wasintoh/toh-framework (95 stars, last pushed 3d ago), licensed MIT. It adds 85 tokens to every session and 2,582 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-30.