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/evo-design/proto-tools/claude-mdgit clone --depth 1 https://github.com/evo-design/proto-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/evo-design/proto-tools/claude-md)<a href="https://agentmods.dev/instructions/evo-design/proto-tools/claude-md"><img src="https://agentmods.dev/badge/instructions/evo-design/proto-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.1 | $0.01585 | $0.01585 |
| Opus 5 | $0.00792 | $0.00792 |
| Sonnet 5 | $0.00317 | $0.00317 |
| Haiku 4.5 | $0.00159 | $0.00159 |
Grade C, and why
proto-tools CLAUDE.md scanned grade C with 1 finding 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 6d 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.
Hidden instructionshighPrompt injection
Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.
`<!-- docs:ignore start -->` / `<!-- docs:ignore end -->`. See `notes/README.md`. How it starts
The opening of the file, as written. The whole thing — 168 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Project Overview
proto_tools is the Proto Bio library of typed bioinformatics tool wrappers.
It provides uniform Python APIs, schemas, docs, examples, citations, licenses,
and isolated execution environments for sequence, structure, ligand, genomic,
and publication/database tools.
Read Before Editing
README.md: user-facing setup, usage examples, gated model access, and tool catalog.- Toolkit docs under
proto_tools/tools/{category}/{toolkit}/: scientific context, metadata, examples, and standalone setup for the touched toolkit. - Relevant
notes/files before changing runtime behavior, standalone environments, logging, storage, seeding, error handling, testing, or platform support. - Source and tests: the final authority for signatures, schemas, exports, and behavior.
Development Setup
Use the active Python environment. For first-time development setup, install the package in editable mode with dev dependencies:
pip install -e ".[dev]" # first-time setup only
Do not manually create or activate tool-specific environments; proto-tools builds and manages standalone tool environments automatically.
Integration tests are skipped by default. See notes/testing.md for markers,
selection flags, logs, and test layout.
Do not write frivolous tests. A test that asserts Pydantic stored the default you
just wrote (test_sample_config_defaults, test_*_config_defaults) proves nothing:
it restates the source in a second place, so changing a default means editing both
and the test never catches a mistake. Test computed properties, validators,
normalization, error cases, and defaults that are derived from other fields.
Pinning a value is only worth it when it must agree with something external, such as
an upstream snapshot.
Before pushing any PR, run the full tests/style_consistency_tests/ suite (fast,
CPU-only, no env). These run in CI and enforce consistency checks (docstring style,
config/schema field metadata including the <100-char description limit,
README/license/version consistency, tool I/O round-trip, and more) that ruff and
mypy do not catch (ruff ignores E501). Failures propagate through configs
embedded by other tools, e.g. an over-long Mmseqs2HomologySearchConfig field description
fails every predictor that nests it.
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.
- 6d ago First seen · 168 lines · 1,585 tokens per session scan C 364ee2e3cb66
proto-tools CLAUDE.md is an instructions file published in the GitHub repository evo-design/proto-tools (125 stars, last pushed yesterday), licensed MIT. It adds 1,585 tokens to every session, about $0.0079 per session on Opus 5. A static security scan graded it C with 1 finding (hidden instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
viral-ngs copilot-instructions.md
Copilot instructions for broadinstitute/viral-ngs, covering copilot instructions, quick reference, running tests and key files.
PortfolioOptimisers.jl copilot-instructions.md
Copilot instructions for dcelisgarza/PortfolioOptimisers.jl, covering copilot instructions for portfoliooptimisers.jl, project overview, architecture & key patterns, developer workflows and required before each commit.
StatsPAI CLAUDE.md
Claude Code instructions for brycewang-stanford/StatsPAI, covering claude.md — statspai, 1. 项目定位, 2. 仓库结构, 3. 设计原则 and 4. 代码规范.
panoptes-utils AGENTS.md
AGENTS.md instructions for panoptes/panoptes-utils, covering ai agent guidelines for panoptes utilities, project overview, essential reading, project structure and development workflow.
jax-numerics-agent AGENTS.md
Instructions for quattro/jax-numerics-agent, covering agents.md, scope, source of truth, agent workflow and global install note.
saruca GEMINI.md
Gemini CLI instructions for mdfranz/saruca, covering core instructions for python, python coding style, instructions for marimo, marimo fundamentals and code requirements.