review-agent-config

review-agent-config is a cursor rule for Cursor from kunalsuri/ai-fication-kit. It costs 41 tokens per session (1,299 once invoked), scanned A, original, Apache-2.0.

A read-only check of a repository's agent guidance files and related knowledge maps. It looks at files such as CLAUDE.md and AGENTS.md, which tell coding agents how to work in the project.

In plain words
What is it for?
Use it after a cold-start setup and before adding a feature to check the guidance files, build and test script references, and required map files.
Why use it?
It finds missing, inconsistent, outdated, or placeholder instructions before they cause an agent to work from incomplete project guidance.

Cursor rule for Cursor

Written for Cursor: installed under .cursor/. Also seen: mentions CLAUDE.md; mentions subagents; mentions Claude Code.

Good fit Use it after a cold-start setup and before adding a feature to check the guidance files, build and test script references, and required map files.

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/kunalsuri/ai-fication-kit/review-agent-config
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/kunalsuri/ai-fication-kit

Made for: Cursor.

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 review-agent-config

README.md
[![agentmods](https://agentmods.dev/badge/rules/kunalsuri/ai-fication-kit/review-agent-config.svg)](https://agentmods.dev/rules/kunalsuri/ai-fication-kit/review-agent-config)
Your own site
<a href="https://agentmods.dev/rules/kunalsuri/ai-fication-kit/review-agent-config"><img src="https://agentmods.dev/badge/rules/kunalsuri/ai-fication-kit/review-agent-config.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,299 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.00041 $0.01299
Opus 5 $0.00020 $0.00649
Sonnet 5 $0.00008 $0.00260
Haiku 4.5 $0.00004 $0.00130

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

Security

Grade A, and why

review-agent-config 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.

.cursor/rules/review-agent-config.mdc · 104 lines

How it starts

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

Run the review-agent-config diagnostic. Read-only. Produce a structured findings report; do NOT edit any file.

Inputs — read these files (and only these)

  1. CLAUDE.md (project root) — full read
  2. AGENTS.md (project root) — full read
  3. package.json (project root) — grep for "build" and "test" script keys only
  4. pom.xml (project root, if present) — grep <build> section only
  5. ai/guide/MODULE_MAP.md — check existence on disk; no deep read needed
  6. ai/INDEX.md — check existence on disk; no deep read needed
  7. Any ai/guide/*.md paths referenced in the knowledge-map sections — existence check only via a file search

Checks

Section A — CLAUDE.md structure

ID Check Severity
C1 Contains the literal @AGENTS.md directive (not just a comment or a markdown link [AGENTS.md](AGENTS.md))
C2 Has a "Hard rules" or equivalent section
C3 Has a "Where to look" or knowledge-map section with explicit pointers into ai/guide/
C4 Has a token-discipline or subagent-delegation section ⚠️
C5 No unfilled placeholders: regex <[a-zA-Z ]{3,}>, bare TODO, or the literal string fill in
C6 Build command is present and not a placeholder
C7 Test command is present and not a placeholder
C8 Test locations are filled in (not <fill in during cold start> or equivalent)
C9 No reference to CLAUDE_bkp_*.md files framed as active guidance (stale post-cold-start) ⚠️
C10 No Claude-specific directives duplicated wholesale from AGENTS.md ⚠️

Section B — AGENTS.md structure

ID Check Severity
A1 Contains no Claude Code-specific directives (@import, memory syntax, hook syntax) ⚠️
A2 Hard rule present: frozen upstream / don't touch inherited code
A3 Hard rule present: test before done — with actual build and test commands
A4 Hard rule present: surgical diffs
A5 Hard rule present: provenance tagging ([inferred] / [verified])
A6 Hard rule present: no phantom bugs / config churn
A7 Hard rule present: verify claims before declaring done
A8 Hard rule present: license-header matching for new files ⚠️
A9 Has a knowledge-map section pointing to ai/guide/
A10 No unfilled placeholders (same regex as C5)
A11 No reference to AGENTS_bkp_*.md files framed as active guidance ⚠️

Read the full file on GitHub · 104 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. 8d ago First seen · 104 lines · 41 tokens per session scan A 5d1726b0959e

Subscribe to this mod's changes

review-agent-config is a cursor rule published in the GitHub repository kunalsuri/ai-fication-kit (3 stars, last pushed 4d ago), licensed Apache-2.0. It adds 41 tokens to every session and 1,299 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.