review-agent-config

review-agent-config is a skill for Claude Code from kunalsuri/ai-fication-kit. It costs 45 tokens per session (1,306 once invoked), scanned A, original, Apache-2.0.

A read-only check of a project's CLAUDE.md and AGENTS.md instruction files, plus selected project maps and build settings. It produces a report of missing, conflicting, or outdated guidance.

In plain words
What is it for?
Use it after the project is first mapped and before adding a feature to review instruction files, required documentation paths, placeholders, and build or test references.
Why use it?
It helps catch setup problems before an agent starts work, so agents do not rely on incomplete or stale instructions.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: mentions CLAUDE.md; mentions subagents; mentions Claude Code.

Good fit Use it after the project is first mapped and before adding a feature to review instruction files, required documentation paths, placeholders, and build or test references.

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

Any agent
npx skills add kunalsuri/ai-fication-kit --skill review-agent-config
Clone the repo
git clone --depth 1 https://github.com/kunalsuri/ai-fication-kit

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/kunalsuri/ai-fication-kit/review-agent-config/github.svg)](https://agentmods.dev/skills/kunalsuri/ai-fication-kit/review-agent-config)
Your own site
<a href="https://agentmods.dev/skills/kunalsuri/ai-fication-kit/review-agent-config"><img src="https://agentmods.dev/badge/skills/kunalsuri/ai-fication-kit/review-agent-config/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 review-agent-config

Your own site · 80×15
<a href="https://agentmods.dev/skills/kunalsuri/ai-fication-kit/review-agent-config"><img src="https://agentmods.dev/badge/skills/kunalsuri/ai-fication-kit/review-agent-config.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,306 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.00045 $0.01306
Opus 5 $0.00023 $0.00653
Sonnet 5 $0.00009 $0.00261
Haiku 4.5 $0.00005 $0.00131

Measured 12d ago against content hash a474957be860, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, 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 12d 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/skills/review-agent-config/SKILL.md · 105 lines

How it starts

The opening of the file, as written. The whole thing — 105 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 Glob

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 · 105 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. 12d ago First seen · 105 lines · 45 tokens per session scan A a474957be860

Subscribe to this mod's changes

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

Related

Other skills, from other repositories

doubt-driven-development

Subjects every non-trivial decision to a fresh-context adversarial review before it stands. Use when you want every assumption cross-examined before proceeding, when stress-testing a plan for hidden failure modes, when correctness matters more than speed, when working in unfamiliar code, when stakes are high…

addyosmani/agent-skills · 96 tokens

gsd-ns-review

Route to the appropriate quality / review skill based on the user's intent. gsd-code-review-fix was absorbed by gsd-code-review --fix in #2790.

open-gsd/gsd-core · 16 tokens

ai-development-guide

Applies language-agnostic and backend technical decision criteria, anti-pattern detection, debugging, and quality gates. Use when reviewing general/backend implementation choices, code smells, failures, or implementation completeness.

shinpr/claude-code-workflows · 43 tokens

fix

Dispatch fix subagent for FIX-FIRST gaps from review, re-review, then diagnose unresolved failures after 2 loops.

automagik-dev/genie · 25 tokens

codebase-audit

A read-only method for auditing an entire codebase across contracts, data integrity, errors, security, architecture, technical debt, configuration, and caching. It produces prioritized findings and a repair roadmap.

majiayu000/spellbook · 176 tokens

codex-agent

Use when you want a second-opinion review via Codex CLI, cross-verification after another agent implements changes, debugging help, or alternative implementation proposals. Requires Codex CLI to be installed and authenticated.

majiayu000/spellbook · 45 tokens