ingenious: Command for Claude Code

.claude/commands/ai-config/verify-readme.md

verify-readme is a command for Claude Code from Insight-Services-APAC/ingenious. It costs 0 tokens per session (660 once invoked), scanned A, original, MIT.

A README verification command that checks whether the project guide matches the code and whether its instructions work.

In plain words
What is it for?
Use it to review prerequisites, installation and run commands, configuration, file paths, and README code blocks.
Why use it?
It finds outdated descriptions, broken setup steps, missing files, and code examples that no longer run.

Command for Claude Code

Written for Claude Code: installed under .claude/.

This is Insight-Services-APAC/ingenious's own configuration. It tells Claude Code how to work on ingenious itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything ingenious configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Insight-Services-APAC/ingenious. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Insight-Services-APAC/ingenious/main/.claude/commands/ai-config/verify-readme.md
Clone the repo
git clone --depth 1 https://github.com/Insight-Services-APAC/ingenious

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 verify-readme

README.md
[![agentmods](https://agentmods.dev/badge/commands/insight-services-apac/ingenious/verify-readme.svg)](https://agentmods.dev/commands/insight-services-apac/ingenious/verify-readme)
Your own site
<a href="https://agentmods.dev/commands/insight-services-apac/ingenious/verify-readme"><img src="https://agentmods.dev/badge/commands/insight-services-apac/ingenious/verify-readme.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 660 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.00000 $0.00660
Opus 5 $0.00000 $0.00330
Sonnet 5 $0.00000 $0.00132
Haiku 4.5 $0.00000 $0.00066

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

Security

Grade A, and why

verify-readme 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 2d 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/commands/ai-config/verify-readme.md · 93 lines

How it starts

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

Verify README.md Accuracy

Audit README.md to ensure it accurately reflects the current state of the codebase and provides working instructions.

Step 1: Read Current README.md

Read and understand all content in README.md.

Step 2: Verify Each Section Against Reality

For each section in README.md:

  1. Project Description - Does it accurately describe what the code actually does?
  2. Prerequisites - Are version requirements correct?
    node --version 2>/dev/null
    python --version 2>/dev/null
    go version 2>/dev/null
    
  3. Installation Commands - Execute each installation step and verify it works
  4. Run/Start Commands - Verify the main execution command works
  5. Configuration - Check that documented config files and environment variables exist
  6. File Paths - Verify all referenced directories and files exist

Step 3: Test All Code Examples

For every code block in README.md:

  1. Copy the exact command or code
  2. Execute it in the project root
  3. Verify it produces the documented result
  4. Note any errors or unexpected output
# Example: test documented npm commands
npm install
npm run build
npm test

Step 4: Check for Missing Essentials

Identify critical information not in README.md:

  1. Environment Variables - Are required env vars documented?
    grep -r "process.env\|os.environ\|os.Getenv" --include="*.js" --include="*.ts" --include="*.py" --include="*.go" . 2>/dev/null | head -20
    
  2. Dependencies - Are system dependencies (databases, services) mentioned?
  3. Port Numbers - Are default ports documented?
  4. Common Errors - Are known setup issues addressed?

Step 5: Check for Outdated Information

Look for:

  • References to removed files or deprecated features
  • Old version numbers or requirements
  • Broken links (both internal and external)
  • Commands that fail or have changed
  • Screenshots that no longer match the UI
# Check for broken internal links
grep -oE '\[.*\]\((\.?/[^)]+)\)' README.md | grep -oE '\(.*\)' | tr -d '()' | while read path; do
  [ ! -e "$path" ] && echo "Broken: $path"
done

Read the full file on GitHub · 93 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. 2d ago First seen · 93 lines · 0 tokens per session scan A 39bbc47ca714

Subscribe to this mod's changes

verify-readme is a command published in the GitHub repository Insight-Services-APAC/ingenious (24 stars, last pushed 7mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 660 tokens. 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-09-04.