litmus CLAUDE.md

litmus CLAUDE.md is an instructions file for coding agents from retemper/litmus. It costs 573 tokens per session, scanned A, original, MIT.

A set of coding instructions for using litmus, a test-planning reminder and toolset. It explains how to review suggested test types and decide which tests a change needs.

In plain words
What is it for?
Use it to triage test needs, inspect existing tests, load guidance for approved test types, and write the selected cases.
Why use it?
It helps prevent changes from being completed without a clear testing decision, while avoiding unnecessary or duplicated tests.

Instructions file

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/retemper/litmus/claude-md.svg)](https://agentmods.dev/instructions/retemper/litmus/claude-md)
Your own site
<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>
Per session 573 This file is loaded in full into every session.
When invoked 573 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 $0.00573 $0.00573
Opus 5 $0.00287 $0.00287
Sonnet 5 $0.00115 $0.00115
Haiku 4.5 $0.00057 $0.00057

Measured 5d ago against content hash 8ecca108f211, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

CLAUDE.md · 34 lines

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:
    1. Triage into one markdown table (test type · needed? · one-line reason · existing test path). Call the litmus list_test_types tool 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.
    2. Design only the confirmed types — load each type's rules with the litmus get_guide tool (or read guides/NN-*.md) first, then write cases. Extend existing tests instead of duplicating.

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_guide tool (e.g. get_guide "unit"), or read guides/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 /tdd to 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.

Read the full file on GitHub · 34 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. 5d ago First seen · 34 lines · 573 tokens per session scan A 8ecca108f211

Subscribe to this mod's changes

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.

Related

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.

dougstanford/living-manual · 1,108 tokens

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…

khrichtchatyi/ship-it · 84 tokens

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.

mindbox-cloud/agent-skills · 1,143 tokens

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: 문서 일관성 검증.

brody-0125/my-claude-skills · 1,093 tokens

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.

openai/codex · 5,182 tokens

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).

microsoft/vscode · 6,785 tokens