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/dennisdevulder/ltm/claude-mdgit clone --depth 1 https://github.com/dennisdevulder/ltmWrote 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/dennisdevulder/ltm/claude-md)<a href="https://agentmods.dev/instructions/dennisdevulder/ltm/claude-md"><img src="https://agentmods.dev/badge/instructions/dennisdevulder/ltm/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.00191 | $0.00191 |
| Opus 5 | $0.00096 | $0.00096 |
| Sonnet 5 | $0.00038 | $0.00038 |
| Haiku 4.5 | $0.00019 | $0.00019 |
Grade A, and why
ltm 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 3d 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
ltm — guidance for Claude Code sessions
Commit trailer convention
Agent-assisted commits use Assisted-by:, not Co-Authored-By:. Format:
Assisted-by: Claude:claude-opus-4-7
This mirrors the Linux kernel's AI Coding Assistants policy,
which is documented for outside contributors in CONTRIBUTING.md. The
framing is "agent as tool, human accountable," not "agent as co-author."
AGENT_NAMEis the CLI/framework name;MODEL_VERSIONis the exact model ID. Example for Claude Code on Opus 4.7:Claude:claude-opus-4-7.- Don't list basic tools (git, gcc, editors).
- Older commits keep their
Co-Authored-By:trailer. No history rewrite.
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.
- 3d ago First seen · 17 lines · 191 tokens per session scan A 8da396d27bce
ltm CLAUDE.md is an instructions file published in the GitHub repository dennisdevulder/ltm (8 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 191 tokens to every session, about $0.0010 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-31.
Other instructions, from other repositories
Commit Message
Comprehensive Conventional Commits guidelines for openwebui-extensions.
rp1 CLAUDE.md
Instructions for rp1-run/rp1, covering commit discipline, 1up — agent quick reference, tool selection, setup and commands.
bkn-foundry AGENTS.md
AGENTS.md instructions for openbkn-ai/bkn-foundry, covering agents.md, read before doing anything, hard rules for agents and commits & branches.
daisyui code_generation_with_git.instructions.md
Instructions for saadeghi/daisyui, covering activation, initial setup, development loop, error handling and session end.
cocoindex AGENTS.md
AGENTS.md instructions for cocoindex-io/cocoindex, covering agents.md, build and test commands, building, testing and code formatting and linting.
apm python.instructions.md
Python development guidelines.