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.
npx skills add alirezarezvani/ClaudeForge --skill claude-md-link-checkgit clone --depth 1 https://github.com/alirezarezvani/ClaudeForgeWrote 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.
[](https://agentmods.dev/skills/alirezarezvani/claudeforge/claude-md-link-check)<a href="https://agentmods.dev/skills/alirezarezvani/claudeforge/claude-md-link-check"><img src="https://agentmods.dev/badge/skills/alirezarezvani/claudeforge/claude-md-link-check/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.
<a href="https://agentmods.dev/skills/alirezarezvani/claudeforge/claude-md-link-check"><img src="https://agentmods.dev/badge/skills/alirezarezvani/claudeforge/claude-md-link-check.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00046 | $0.00592 |
| Opus 5 | $0.00023 | $0.00296 |
| Sonnet 5 | $0.00009 | $0.00118 |
| Haiku 4.5 | $0.00005 | $0.00059 |
Grade B, and why
claude-md-link-check scanned grade B with 1 finding 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 10d 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.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
1. **Inventory.** `find <root> -name "CLAUDE.md" -type f -not -path "*/.git/*" -not -path "*/node_modules/*"`. Also include `.claude/rules/*.md`. Record paths. What it actually says
CLAUDE.md Link Check (forked, read-only)
Optional path-glob: $ARGUMENTS (default . — entire tree).
Run these steps in order. Do not modify any file.
- Inventory.
find <root> -name "CLAUDE.md" -type f -not -path "*/.git/*" -not -path "*/node_modules/*". Also include.claude/rules/*.md. Record paths. - Extract candidates from each file:
- Chain imports — lines matching
^@\S+. The literal after@is a relative path. - Markdown links —
[text](target)wheretargetis not an HTTP(S) URL, notmailto:, not a bare anchor#section.
- Chain imports — lines matching
- Resolve each candidate relative to the file containing it (use
Readon the parent file to confirm position, thentest -e <resolved-path>orGlob).- For
@../CLAUDE.mdinsideskill/CLAUDE.md, resolved path isCLAUDE.md. - For
[Backend](backend/CLAUDE.md)inside the root, resolved path isbackend/CLAUDE.md.
- For
- Return the report in this exact shape:
## Link Check
Files inspected: <count>
References checked: <chain_imports> @-imports, <md_links> markdown links
### Broken
- <file>:<line> — `<original-target>` → does not resolve (expected `<absolute-path>`)
- ... (omit section if empty)
### Clean
<count> references resolved.
- If everything resolves, return exactly
## Link Check\n\nAll <N> references resolved across <M> files.. Do not pad.
Hard rule: never invent a fix. Report the broken target verbatim. Repair is the user's call (or /sync-claude-md's).
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.
- 10d ago First seen · 52 lines · 46 tokens per session scan B 3f471bb50d25
claude-md-link-check is a skill published in the GitHub repository alirezarezvani/ClaudeForge (424 stars, last pushed 3mo ago), licensed MIT. It adds 46 tokens to every session and 592 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
mcp-app-verification
Comprehensive verification checklists for MCP Apps. Tests with basic-host reference, validates handler-before-connect, text fallback, resource URI linking, single-file bundling, host styling, CSP, and legacy pattern detection.
behavior-contract
Bug condition/postcondition formalization as testable Behavior Contracts. Defines invariants that must be preserved across fixes.
quality-hooks
Language-specific auto-lint/format/typecheck pipeline. Supports Python (ruff+pyright), TypeScript (prettier+eslint+tsc), Go (gofmt+golangci-lint). Auto-fix and convergence loops.
hook-management
Session-scoped hook lifecycle management with enable/disable/status controls, execution profiling, and color-coded performance alerts.
spec-execution
6-phase iterative specification execution workflow covering implementation, testing, review, improvement, commit, and progress tracking with quality-gated convergence.
eval-harness
Evaluation harness for testing agent and skill quality through structured benchmarks, regression tests, and quality scoring.