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/rtk-ai/grit/agents-mdgit clone --depth 1 https://github.com/rtk-ai/gritWhat 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.00242 | $0.00242 |
| Opus 5 | $0.00121 | $0.00121 |
| Sonnet 5 | $0.00048 | $0.00048 |
| Haiku 4.5 | $0.00024 | $0.00024 |
Grade A, and why
grit AGENTS.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 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.
What it actually says
Persistent memory (ICM)
This project uses ICM for persistent memory across sessions.
Recall (before starting work)
icm recall "topic keywords" # search memories
icm recall-context "query" --limit 5 # formatted for prompt injection
Store (after completing significant work)
icm store -t "topic" -c "summary" -i medium # importance: critical|high|medium|low
icm store -t "decisions" -c "chose X over Y because..." -i high
icm store -t "errors-resolved" -c "fix: ..." -k "error,fix"
Other commands
icm update <id> -c "updated content" # edit memory in-place
icm health # topic hygiene audit
icm topics # list all topics
icm feedback record -t "topic" -c "context" -p "predicted" --corrected "actual"
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.
- 2d ago First seen · 27 lines · 242 tokens per session scan A 12386748c4bc
grit AGENTS.md is an instructions file published in the GitHub repository rtk-ai/grit (114 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 242 tokens to every session, about $0.0012 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.
Other instructions, from other repositories
icm CLAUDE.md
Instructions for rtk-ai/icm, covering projet: icm (infinite context memory), objectif, stack technique, structure du workspace and modèles de données.
navegador CLAUDE.md
Instructions for ConflictHQ/navegador, covering navegador — claude context, what it is, stack, package layout and falkordb connection.
aptu-coder AGENTS.md
AGENTS.md instructions for clouatre-labs/aptu-coder, covering agents.md, project structure, ci runners, commands and observability.
coldstart CLAUDE.md
Instructions for AkashGoenka/coldstart: Lightweight navigation layer for AI agents. Answers one question: which files are relevant to this task? Fast static index over file paths, symbol names, and exports — queried via two operations, find (ranked file paths matched against declared names: filenames, path segments…
codeTree CLAUDE.md
Instructions for ThinkyMiner/codeTree, covering claude.md, what this is, structural analysis tools (13), graph & onboarding tools (10) and supported languages.
aptu-coder src-languages.instructions.md
Instructions for clouatre-labs/aptu-coder, covering languageinfo registration, tree-sitter query strings, handler function signatures, optional fields and kotlin-specific notes.