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/johnnichev/selectools/claude-mdgit clone --depth 1 https://github.com/johnnichev/selectoolsWhat 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.01672 | $0.01672 |
| Opus 5 | $0.00836 | $0.00836 |
| Sonnet 5 | $0.00334 | $0.00334 |
| Haiku 4.5 | $0.00167 | $0.00167 |
Grade A, and why
selectools 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 2d 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 — 73 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Selectools — Agent Instructions
Production-ready Python library for AI agents with tool calling, RAG, and multi-agent orchestration. OpenAI, Azure OpenAI, Anthropic, Gemini, Ollama, LiteLLM (100+ models), RouterProvider. Python 3.9+, src-layout, pytest, MkDocs Material.
- Version:
src/selectools/__init__.py - PyPI: https://pypi.org/project/selectools/
- Docs: https://selectools.dev
See AGENTS.md for commands, boundaries, and condensed landmines.
See subdirectory CLAUDE.md files for scoped rules: tests/, src/selectools/, docs/.
Session workflow: At ~40 messages or when context feels heavy: update HANDOFF.md with current state, run /clear, start fresh. This outperforms auto-compaction.
Commands
pytest tests/ -x -q # All tests
pytest tests/ -k "not e2e" -x -q # Skip E2E
ruff format src/ tests/ # Format (replaces Black + isort)
ruff check src/ tests/ --fix # Lint + auto-fix (replaces flake8)
mypy src/ # Type check
bandit -r src/ -ll -q -c pyproject.toml # Security
cp CHANGELOG.md docs/CHANGELOG.md && mkdocs build # Docs
Stability Markers
Apply to every public class/function in __init__.py exports:
| Marker | When |
|---|---|
@stable |
Core APIs, at least one release proven |
@beta |
First release, experimental |
@deprecated(since="0.X", replacement="Y") |
Removing/renaming. Keep 2 minor versions |
StepType Reference (27 types)
llm_call, tool_selection, tool_execution, cache_hit, error, structured_retry, guardrail, coherence_check, output_screening, session_load, session_save, memory_summarize, entity_extraction, kg_extraction, budget_exceeded, cancelled, prompt_compressed, graph_node_start, graph_node_end, graph_routing, graph_checkpoint, graph_interrupt, graph_resume, graph_parallel_start, graph_parallel_end, graph_stall, graph_loop_detected
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.
- 2d ago First seen · 73 lines · 1,672 tokens per session scan A 8dceda451d74
selectools CLAUDE.md is an instructions file published in the GitHub repository johnnichev/selectools (11 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 1,672 tokens to every session, about $0.0084 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-30.
Other instructions, from other repositories
Doberman-Core AGENTS.md
Instructions for DobermanCore/Doberman-Core, covering claude.md — doberman operating manual, 0. on startup (every session), 1. what this repository is, 2. architecture & extension points and 3. prime directives (non-negotiable).
agent-guardrails-template copilot-instructions.md
Instructions for TheArchitectit/agent-guardrails-template, covering github copilot instructions, the four laws of agent safety, code generation rules, scope (mandatory) and production-first.
agent-guardrails-template CLAUDE.md
Instructions for TheArchitectit/agent-guardrails-template, covering project guidelines, 0. navigation maps (read first), 0.1 agent-gdui-2026 initialization context, 1. context & setup and 2. token-saving rules (strict).
FeatherlaneAI AGENTS.md
Instructions for ducnguyen67201/FeatherlaneAI, covering repository agent instructions, skills, architecture: rust backend is the source of truth, page integration expectations and implementation checklist.
agent47 AGENTS.md
Instructions for bmdhodl/agent47, covering agents.md, read this first: sdk memory, cofounder inbox, what this is and agent contract (mandatory).
agent47 CLAUDE.md
Instructions for bmdhodl/agent47, covering claude.md, read first, repo boundary, claude repo contract and what claude should optimize for here.