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/broomva/autoany/claude-mdgit clone --depth 1 https://github.com/broomva/autoanyWrote 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/broomva/autoany/claude-md)<a href="https://agentmods.dev/instructions/broomva/autoany/claude-md"><img src="https://agentmods.dev/badge/instructions/broomva/autoany/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.00512 | $0.00512 |
| Opus 5 | $0.00256 | $0.00256 |
| Sonnet 5 | $0.00102 | $0.00102 |
| Haiku 4.5 | $0.00051 | $0.00051 |
Grade A, and why
autoany 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 3d 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
Autoany — EGRI Framework
Project Structure
autoany/— Agent skill (Python): problem compilation, scaffolding, EGRI doctrineautoany-core/— Rust microkernel: loop orchestrator, traits, ledger, budget, promotion- New:
dead_ends.rs,stagnation.rs,strategy.rs,inheritance.rs
- New:
autoany-aios/— Arcan runtime adapter: EGRI execution via Arcan HTTP sessionsautoany-lago/— Lago persistence adapter: EGRI trials as EventKind::Custom with "egri." prefixexamples/— End-to-end demos (ticket-classifier)
Commands
make check # Lint + format check (Rust clippy + fmt, Python ruff)
make test # Run all tests (Rust + Python)
make build # Build Rust crate
make smoke # Quick validation: build + check + test
make fmt # Auto-format all code
# Adapter crates (standalone, not in workspace)
cd autoany-aios && cargo test # 9 tests
cd autoany-lago && cargo test # 10 tests
Architecture Rules
- Skill = compiler —
autoany/teaches agents to design EGRI systems - Core = microkernel —
autoany-core/is domain-agnostic loop substrate - Instance = generated — domain logic lives in user projects, not in core
- Never add domain-specific logic to
autoany-core/ - All trait implementations belong in user crates or
examples/
Rust Conventions
- Edition 2024
- All public items must have doc comments
cargo clippy -- -D warningsmust passcargo fmt --checkmust pass- Integration tests in
tests/, unit tests inline with#[cfg(test)]
Python Conventions
- Scripts must support
--helpand output JSON to stdout - No external dependencies in skill scripts (stdlib only)
EGRI Safety Laws (enforced in code)
- Never mutate evaluator and artifact in the same trial
- Never promote without constraint checks
- Budget fails closed — no "one more try"
- Rollback must always be available
- Every trial is logged to the ledger
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.
- 3d ago First seen · 54 lines · 512 tokens per session scan A 369a8254dc9c
autoany CLAUDE.md is an instructions file published in the GitHub repository broomva/autoany (2 stars, last pushed 4mo ago), licensed MIT. It adds 512 tokens to every session, about $0.0026 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
symphony CLAUDE.md
Instructions for broomva/symphony, covering claude.md - symphony, project, gathering context, commands and cli testing.
symphony AGENTS.md
Instructions for broomva/symphony, covering agents.md - symphony, repository purpose, architecture, key design decisions and gathering context from the knowledge graph.
codex-autoresearch AGENTS.md
Instructions for TheGreenCedar/codex-autoresearch, covering agents.md, purpose and scope, canonical sources, stable product boundaries and source and package boundaries.
OwnPilot AGENTS.md
Instructions for ownpilot/OwnPilot, covering ownpilot, architecture, key patterns, commands and tech stack.
nightshift AGENTS.md
AGENTS.md instructions for orwa-mahmoud/nightshift: AI-assisted contributions are welcome. The same correctness, security, licensing, testing, and quality standards apply regardless of which tools are used.
SeekMoney-ai CLAUDE.md
Claude Code instructions for zykooooooooo/SeekMoney-ai, covering claude.md, project overview, development commands, development and production.