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 agentmods add instructions/beppetemp/cartographer/claude-mdgit clone --depth 1 https://github.com/BeppeTemp/cartographerWrote 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/instructions/beppetemp/cartographer/claude-md)<a href="https://agentmods.dev/instructions/beppetemp/cartographer/claude-md"><img src="https://agentmods.dev/badge/instructions/beppetemp/cartographer/claude-md.svg" alt="Measured on agentmods" 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 | $0.01695 | $0.01695 |
| Opus 5 | $0.00847 | $0.00847 |
| Sonnet 5 | $0.00339 | $0.00339 |
| Haiku 4.5 | $0.00169 | $0.00169 |
Grade A, and why
cartographer CLAUDE.md scanned grade A 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 5d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
make smoke-http # operator-level HTTP smoke test (creates temp KBs via curl) How it starts
The opening of the file, as written. The whole thing — 102 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md — Cartographer
Go MCP server for the Agentic Wiki (Karpathy pattern + OKF). The agent never touches files directly: it operates via MCP tools; the server enforces the invariants. → docs/overview.md
Where to look for what (not duplicated here):
| Need | Source of truth |
|---|---|
| Full doc map + reading paths | docs/index.md (read that first, then only the relevant pages) |
| Project status and planned work | GitHub issues, pull requests and releases (links in docs/index.md) |
| Why behind a choice (AD/D entries) | docs/decisions.md routes to the topic registers; search docs/decisions/ |
| List of MCP tools | docs/control-plane.md §API MCP |
CARTOGRAPHER_* env vars, YAML config, deploy |
docs/deployment.md |
| Client subcommands / TUI | docs/configurator.md |
| Test strategy and pre-release checklist | docs/testing.md |
| Go conventions | docs/conventions.md |
Commands
make build # → bin/cartographer
make test # go test ./...
make vet # go vet ./...
make fmt # gofmt -w .
make run # stdio with demo KB
make run-http # HTTP on :39273 with demo KB
make smoke # build + quick stdio test
make smoke-http # operator-level HTTP smoke test (creates temp KBs via curl)
make e2e # deterministic HTTP/CLI end-to-end scenarios
make test-install # network-free install.sh/Cask packaging suite + goreleaser guard
make docker # build Docker image
make clean # removes bin/ and demo-kb/
./bin/cartographer serve --kb /path/to/kb --init # local stdio server
./bin/cartographer serve --config config.yaml # HTTP/stdio server (YAML, see config.example.yaml)
./bin/cartographer connect|disconnect|status|sync # multi-provider client (HTTP)
./bin/cartographer # TUI dashboard (if TTY), otherwise usage
Protocol: JSON-RPC 2.0. Stdio = newline-delimited. HTTP = POST /mcp. Logs on stderr.
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.
- 5d ago First seen · 102 lines · 1,695 tokens per session scan A 2a142f0ec7f0
cartographer CLAUDE.md is an instructions file published in the GitHub repository BeppeTemp/cartographer (17 stars, last pushed 6d ago), licensed Apache-2.0. It adds 1,695 tokens to every session, about $0.0085 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
dev-loop AGENTS.md
AGENTS.md instructions for choiyounggi/dev-loop, covering dev-llm-wiki — agent schema, what this wiki is, directory layout, routing protocol (how to consume) and page format (how to write).
fkf AGENTS.md
Instructions for fmind/fkf, covering agents.md (project), status, workflow, product boundaries and trust and execution.
fkf CLAUDE.md
Instructions for fmind/fkf, a project described as: Local-first Go CLI that turns plain JSON and Markdown work history into reproducible context packs for coding agents.
mcp-memory-libsql-go copilot-instructions.md
Instructions for ZanzyTHEbar/mcp-memory-libsql-go, covering github copilot instructions for mcp-memory-libsql-go, project overview, technology stack, code organization and coding standards.
azure-sdk-for-go go-code.instructions.md
Instructions for Azure/azure-sdk-for-go: All code should follow the guidelines from the Azure Go SDK Guidelines. This document is a summary of the most important guidelines to follow when contributing to the Azure Go SDK.
chatgpt-cli CLAUDE.md
Claude Code instructions for kardolus/chatgpt-cli, covering chatgpt-cli — release runbook, prerequisites, 1. cut the release, 2. publish the github release + binaries and 3. update the homebrew tap.