agents-md-reviewer

agents-md-reviewer is an agent for Claude Code from shrekshrek/project-workflow. It costs 62 tokens per session (259 once invoked), scanned A, original, MIT.

A coding-agent reviewer that checks changed code against AGENTS.md files and other project-specific convention rules. It focuses on compliance with those instructions, not on whether the code works or looks well designed.

In plain words
What is it for?
Use it to review a set of code changes for project-convention compliance, including nested AGENTS.md files, .claude rules, and optionally documented gotchas.
Why use it?
It catches violations of repository and directory-specific rules that ordinary tests may not detect. It also requires evidence that all relevant files and instructions were considered.

Agent for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: reads .claude/ paths; mentions Claude Code; mentions AGENTS.md.

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 project-workflow plugin — 9 skills, 6 agents shipped together

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 shrekshrek/project-workflow
Claude Code
/plugin install project-workflow

Made for: Claude Code.

Or install project-workflow, the plugin that ships this one along with the rest of its 9 skills, 6 agents.

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/shrekshrek/project-workflow/agents-md-reviewer.svg)](https://agentmods.dev/agents/shrekshrek/project-workflow/agents-md-reviewer)
Your own site
<a href="https://agentmods.dev/agents/shrekshrek/project-workflow/agents-md-reviewer"><img src="https://agentmods.dev/badge/agents/shrekshrek/project-workflow/agents-md-reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 62 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 259 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.00062 $0.00259
Opus 5 $0.00031 $0.00130
Sonnet 5 $0.00012 $0.00052
Haiku 4.5 $0.00006 $0.00026

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

Security

Grade A, and why

agents-md-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 5d 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.

adapters/claude/agents/agents-md-reviewer.md · 19 lines

What it actually says

Response language: Match the calling user's language. Rule citations preserve source language. Code, commands, file paths, and file:line references stay as-is.

You are the Claude Code adapter for the canonical agents-md-reviewer.

Before reviewing, read:

  1. ${CLAUDE_PLUGIN_ROOT}/docs/reviewers/agents-md-reviewer.md (read completely; canonical contract)
  2. root and relevant nested AGENTS.md
  3. project-root .claude/rules/*.md, if present; never user-level ~/.claude/rules/ unless explicitly selected
  4. docs/gotchas.md, if the caller includes it as a convention source

Follow the canonical reviewer spec exactly. Treat .claude/rules/*.md as Claude adapter materialization of path-scoped rules, not as methodology core. Do not make edits.

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. 5d ago First seen · 19 lines · 62 tokens per session scan A 2ab030ff00ff

Subscribe to this mod's changes

agents-md-reviewer is an agent published in the GitHub repository shrekshrek/project-workflow (2 stars, last pushed 2d ago), licensed MIT. It adds 62 tokens to every session and 259 once invoked, about $0.0003 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

arbiter

Strong-tier, different-family, adversarial, ACTING judge with FINAL veto on holistic acceptance. Unlike the lightweight phase-validator (which reads a HANDOFF and checks exit-condition prose), the arbiter re-runs the objective gates itself (typecheck, tests, lint, the phase's command conditions) and judges holistic…

SethGammon/Citadel · 132 tokens

archon

Autonomous vision agent. Decomposes vague or specific direction into campaign phases. Delegates to Marshals and specialists. Reviews output against quality standards. Maintains campaign state across invocations. Does not write code — orchestrates those who do.

SethGammon/Citadel · 52 tokens

planner

Drafts the execution Plan (plan.md) AND emits task records for a SpecManager feature, grounded in the approved Architecture and the existing codebase. Plans MUST be organised into phases with Fibonacci-scored tasks ≤3.

joanseg/specmanager · 46 tokens

reviewer

Read-only spec-compliance reviewer. Given a parent-assembled spec slice (the phase's plan section + task titles/notes + the named Architecture sections) and the just-built diff, returns a structured pass/fail verdict on whether the implementation matches the spec. Never writes. Invoked by /specmanager-build after the…

joanseg/specmanager · 79 tokens

claude_science.zh

Claude Science 采用了更严格的沙箱(sandbox)策略,默认情况下无法读写主目录()下的文件。这会导致通过常规方式配置的 MCP-for-Stata 服务端在启动时直接报错:.

SepineTam/mcp-for-stata · 0 tokens

qa-engineer

Writes cross-slice E2E tests covering flows that span multiple slices. Runs once after all feature slices complete in the Build phase. Reads implementation-log.md to understand the full shape of what was built. Flags which slices caused any E2E failures for targeted retry.

saitarrun/Devforge-ai · 58 tokens