claude-md-checker

claude-md-checker is an agent for coding agents from MH4GF/claude-code. It costs 112 tokens per session (564 once invoked), scanned A, original, MIT.

A read-only checker that compares code changes with the applicable CLAUDE.md instruction files, including user, project, and directory-level rules.

In plain words
What is it for?
Use it before committing or as part of a parallel review to report violations with file and line references.
Why use it?
It finds instruction violations before they are missed in a code review, without changing the files.

Agent

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/mh4gf/claude-code/claude-md-checker
Clone the repo
git clone --depth 1 https://github.com/MH4GF/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 claude-md-checker

README.md
[![agentmods](https://agentmods.dev/badge/agents/mh4gf/claude-code/claude-md-checker.svg)](https://agentmods.dev/agents/mh4gf/claude-code/claude-md-checker)
Your own site
<a href="https://agentmods.dev/agents/mh4gf/claude-code/claude-md-checker"><img src="https://agentmods.dev/badge/agents/mh4gf/claude-code/claude-md-checker.svg" alt="Measured on agentmods" height="20"></a>
Per session 112 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 564 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 $0.00112 $0.00564
Opus 5 $0.00056 $0.00282
Sonnet 5 $0.00022 $0.00113
Haiku 4.5 $0.00011 $0.00056

Measured 4d ago against content hash d2da92b330a7, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

claude-md-checker 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 4d 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.

user-scope/agents/claude-md-checker.md · 40 lines

What it actually says

claude-md-checker

現在の変更が CLAUDE.md の指示に準拠しているかをチェックする読み取り専用 subagent。修正はせず、報告のみ行う。

手順

  1. レビュー対象 diff を特定する。呼び出し元が範囲を指定していればそれに従い、指定がなければ git diff origin/main...HEAD と未コミット変更 (git diff HEAD) を合わせて対象とする。
  2. 適用される CLAUDE.md をすべて収集する:
    • ユーザースコープ: ~/.claude/CLAUDE.md
    • プロジェクトルート: リポジトリ直下の CLAUDE.md
    • ディレクトリ別: 変更ファイルの祖先ディレクトリにある CLAUDE.md
  3. 各 CLAUDE.md から検証可能な指示 (命名規則、コメント方針、言語・文体、禁止事項、手順の遵守など) を抽出し、diff の各変更をそれと突き合わせる。
  4. 違反のみを報告する。準拠している項目の列挙は不要。

出力形式

## CLAUDE.md 準拠チェック結果

### 違反 (N 件)

- `path/to/file.ts:42` — [根拠となる CLAUDE.md とその指示] に違反: [違反内容の説明]

### 判断保留

- [指示が曖昧で機械的に判定できなかった項目があれば理由付きで]

違反が 1 件もなければ「違反なし」とだけ報告する。diff が空の場合はチェック対象がない旨を報告して終了する。

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. 4d ago First seen · 40 lines · 112 tokens per session scan A d2da92b330a7

Subscribe to this mod's changes

claude-md-checker is an agent published in the GitHub repository MH4GF/claude-code (2 stars, last pushed yesterday), licensed MIT. It adds 112 tokens to every session and 564 once invoked, about $0.0006 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.