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/lka/recipe-tools/claude-mdgit clone --depth 1 https://github.com/lka/recipe-toolsWrote 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/lka/recipe-tools/claude-md)<a href="https://agentmods.dev/instructions/lka/recipe-tools/claude-md"><img src="https://agentmods.dev/badge/instructions/lka/recipe-tools/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.00550 | $0.00550 |
| Opus 5 | $0.00275 | $0.00275 |
| Sonnet 5 | $0.00110 | $0.00110 |
| Haiku 4.5 | $0.00055 | $0.00055 |
Grade A, and why
recipe-tools 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 4d 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
CLAUDE.md
Projektstruktur, Installation und Befehle stehen in der README.md. Hier nur Architektur-Wissen und Konventionen fuer die Entwicklung.
Architektur-Pattern
- Zentrale Server-Registrierung:
server.pyimportiert reine Funktionen austools/und wrapped sie mit@mcp.tool()+ Logging. Tool-Module haben keine FastMCP-Abhaengigkeit. - FastMCP-Internals in Tests (FastMCP >= 3.0):
asyncio.run(mcp.list_tools())liefert Liste mit.name;asyncio.run(mcp.get_tool("name"))liefert Tool-Objekt mit.fn(); analogmcp.list_prompts()/mcp.get_prompt("name")fuer Prompts. - Shared Utils in
core/: Gemeinsam genutzte Funktionen (get_working_dir,create_tmp_dir_if_needed,cleanup_tmp_dir,get_image_subdirectory) leben incore/utils.py. Image-selector-spezifisches (transform_coords) bleibt inimage_selector/utils.py. - Working Directory: Wird ueber
IMAGE_SELECTOR_WORKING_DIREnv-Var gesteuert (Fallback:os.getcwd()). Tests nutzenmonkeypatch.setenv()mittmp_path.
Code-Stil
- Formatter: black (bestimmt Quote-Style → double quotes)
- Linter: flake8 (Konfiguration in
.flake8)- max-line-length = 88 (kompatibel mit black)
- max-complexity = 10 (McCabe)
- extend-ignore: E203, E501, W503, E402
- Docstrings: Google-Style
- Kein flake8-quotes – bewusst entfernt, black steuert Quotes
- Sprache in Code/Docstrings: Deutsch (Umlaute in Docstrings vermieden, z.B. "ue" statt "ue")
Implementierungs-Details
- Build-System: hatchling (
build-backend = "hatchling.build") - Python >= 3.11 (verwendet
str | NoneUnion-Syntax) - gui.py-Methoden haben
# pragma: no cover(Tkinter nicht testbar in CI) _UNIT_PATTERNin html_builder.py: Case-sensitive (EL, TL sind Grossbuchstaben)_clean_sourceRegex:(?<!/)Negative Lookbehind verhindert, dass Jahreszahlen nach "/" entfernt werden (z.B. "03/2025")
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.
- 4d ago First seen · 39 lines · 550 tokens per session scan A 28b86ff50310
recipe-tools CLAUDE.md is an instructions file published in the GitHub repository lka/recipe-tools (0 stars, last pushed 1mo ago), licensed MIT. It adds 550 tokens to every session, about $0.0028 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
ocr-mcp AGENTS.md
AGENTS.md instructions for sandraschi/ocr-mcp, covering ocr-mcp — agent guide, entry points, quick ref, standards and key files.
ocr-mcp CLAUDE.md
Claude Code instructions for sandraschi/ocr-mcp, covering ocr-mcp — claude code guide, entry points, standards and key files.
ocr-mcp copilot-instructions.md
Copilot instructions for sandraschi/ocr-mcp: You have access to a FastMCP 3.4+ OCR server with 14 backends for document text extraction.
RivalSearchMCP AGENTS.md
AGENTS.md instructions for damionrashford/RivalSearchMCP, covering agents.md, project overview, development commands, setup & running and install dependencies.
mcp-outline CLAUDE.md
Instructions for Vortiago/mcp-outline, covering mcp outline server guide, purpose, architecture, tool categories and feature registration flow.
unraid CLAUDE.md
Claude Code instructions for dinglebear-ai/unraid, covering claude.md, what this is, identity and history (read before touching any url), "unraid-mcp" means five different things and agent plugins ship no claude code hooks.