indxr CLAUDE.md

indxr CLAUDE.md is an instructions file for Claude Code from bahdotsh/indxr. It costs 3,890 tokens per session, scanned A, original, MIT.

A repository instruction file for indxr, a Rust tool that builds structural maps of source code across many programming languages for AI agents.

In plain words
What is it for?
Use it when navigating indxr's code, symbols, imports, or files, particularly when following the required exploration sequence and MCP tools.
Why use it?
It tells agents how to explore the codebase efficiently, using indexed searches and summaries before opening full files.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: mentions CLAUDE.md; mentions Claude Code; mentions Codex.

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 instructions/bahdotsh/indxr/claude-md
Clone the repo
git clone --depth 1 https://github.com/bahdotsh/indxr

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 indxr CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/bahdotsh/indxr/claude-md.svg)](https://agentmods.dev/instructions/bahdotsh/indxr/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/bahdotsh/indxr/claude-md"><img src="https://agentmods.dev/badge/instructions/bahdotsh/indxr/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 3,890 This file is loaded in full into every session.
When invoked 3,890 The same file — it is already loaded in full.
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.1 $0.03890 $0.03890
Opus 5 $0.01945 $0.01945
Sonnet 5 $0.00778 $0.00778
Haiku 4.5 $0.00389 $0.00389

Measured 6d ago against content hash a5e49952e9e2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

indxr CLAUDE.md 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 6d 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.md · 255 lines

How it starts

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

indxr

A fast Rust codebase indexer for AI agents. Extracts structural maps (declarations, imports, tree) using tree-sitter and regex parsing across 27 languages.

Codebase Navigation — MUST USE indxr MCP tools

An MCP server called indxr is available. Always use indxr tools before the Read tool. Do NOT read full source files as a first step — use the MCP tools to explore, then read only what you need.

Token savings reference

The MCP server defaults to 3 compound tools (find, summarize, read). All 26 tools (3 compound + 23 granular) are available with --all-tools. With --features wiki, 9 additional wiki tools are available.

Action Approx tokens When to use
find(query) ~100-400 Find files/symbols by concept, name, callers, or signature pattern
summarize(path) ~200-600 Understand a file, batch of files, or symbol without reading source
read(path, symbol?) ~50-300 Read one function/struct. Supports symbols array and collapse.
Read (full file) 500-10000+ ONLY when editing or need exact formatting

Typical exploration: ~500 tokens vs ~3000+ for reading a full file (6x reduction).

Exploration workflow (follow this order)

The default 3 compound tools cover the most common exploration patterns:

  1. find(query) — find files/symbols by concept, partial name, or type pattern. Start here when you know what you're looking for but not where it is.
    • Default mode (relevant): multi-signal relevance search across paths, names, signatures, and docs. Supports kind filter.
    • mode: "symbol": find declarations by name (case-insensitive substring).
    • mode: "callers": find who references a symbol (imports + signatures).
    • mode: "signature": find functions by signature pattern (e.g., "-> Result<").
  2. summarize(path) — understand files and symbols without reading source code.
    • File path (e.g., "src/main.rs"): complete file overview (declarations, imports, counts).
    • Glob pattern (e.g., "src/mcp/*.rs"): batch summaries for multiple files.
    • Symbol name (no /, e.g., "Cache"): full interface details (signature, doc comment, relationships).
    • scope: "public": show only public API surface.
  3. read(path, symbol?) — read source code by symbol name or explicit line range. Cap: 200 lines. Use symbols array to read multiple in one call (500 line cap). Use collapse: true to fold nested bodies.

Read the full file on GitHub · 255 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. 6d ago First seen · 255 lines · 3,890 tokens per session scan A a5e49952e9e2

Subscribe to this mod's changes

indxr CLAUDE.md is an instructions file published in the GitHub repository bahdotsh/indxr (72 stars, last pushed 5mo ago), licensed MIT. It adds 3,890 tokens to every session, about $0.0194 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-30.