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/retemper/litmus/claude-mdgit clone --depth 1 https://github.com/retemper/litmusWrote 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/retemper/litmus/claude-md)<a href="https://agentmods.dev/instructions/retemper/litmus/claude-md"><img src="https://agentmods.dev/badge/instructions/retemper/litmus/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.00573 | $0.00573 |
| Opus 5 | $0.00287 | $0.00287 |
| Sonnet 5 | $0.00115 | $0.00115 |
| Haiku 4.5 | $0.00057 | $0.00057 |
Grade A, and why
litmus 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 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.
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.
How it starts
The opening of the file, as written. The whole thing — 34 lines — stays where its author put it; the contents beside it link to each section on GitHub.
litmus — how to respond to it
litmus is a test-planning guardrail. When it speaks, it is reminding you not to finish a change without deciding how it gets tested.
When a litmus reminder appears
- Advisory message (
🧪 litmus …): a non-blocking nudge. Consider the suggested test types. If the change genuinely needs no tests, say why in one line and move on. Don't ignore it silently. - Block reason (
STOP — litmus (block mode) …): the turn is held. Do exactly what it says, in two steps:- Triage into one markdown table (test type · needed? · one-line reason · existing test path). Call the litmus
list_test_typestool for the full map, and search the repo for existing tests before deciding. Then stop and ask the user which types to write in detail. - Design only the confirmed types — load each type's rules with the litmus
get_guidetool (or readguides/NN-*.md) first, then write cases. Extend existing tests instead of duplicating.
- Triage into one markdown table (test type · needed? · one-line reason · existing test path). Call the litmus
Treat litmus signals as hints, not verdicts
The test types litmus suggests come from regex over file paths and diffs — it cannot read code semantics. Confirm each suggestion against what the change actually does. A medium confidence signal is "consider"; high is "likely needed".
Writing tests
- Always load the relevant guide before writing cases for that type — call the litmus
get_guidetool (e.g.get_guide "unit"), or readguides/NN-*.md. It lists the must-cover cases and the writing principles. - Test observable behaviour through the public interface; don't mock internal collaborators or test private methods.
- Use
/tddto drive a change test-first.
litmus MCP tools
The plugin runs a small MCP server exposing three tools:
list_test_types— the full four-level, nine-type map. Start here when unsure.get_guide— the full guide for one type; accepts a name, file, number, or alias.recommend_guide— suggests guides from a role and/or a short situation.
These read the guides at call time, so guide edits take effect without a rebuild.
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 · 34 lines · 573 tokens per session scan A 8ecca108f211
litmus CLAUDE.md is an instructions file published in the GitHub repository retemper/litmus (0 stars, last pushed 1mo ago), licensed MIT. It adds 573 tokens to every session, about $0.0029 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
living-manual CLAUDE.md
Instructions for dougstanford/living-manual, covering living-manual, start of every session, how work lands — non-negotiable, user's manual (living-manual) and releasing.
ship-it open-pr.instructions.md
Instructions for khrichtchatyi/ship-it: When the user asks to open, create, or submit a pull request, follow the skill in skills/open-pr/SKILL.md in full: verify gh is authenticated, resolve the target repository and default branch, push the current branch, open one pull request with a title and body derived from the…
agent-skills CLAUDE.md
Instructions for mindbox-cloud/agent-skills, covering agent-skills — developer guide for claude code, repository purpose, repository structure, how to add a new plugin and step 1 — create the directory structure.
my-claude-skills CLAUDE.md
Instructions for brody-0125/my-claude-skills, covering claude code skills repository, validation commands, sub-kopring-engineer: kotlin/java 코드 컨벤션 검증, numerical: 수치 연산 코드 검증 and sub-test-engineer: 문서 일관성 검증.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).