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/coleam00/archon/agents-mdgit clone --depth 1 https://github.com/coleam00/ArchonWrote 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/coleam00/archon/agents-md)<a href="https://agentmods.dev/instructions/coleam00/archon/agents-md"><img src="https://agentmods.dev/badge/instructions/coleam00/archon/agents-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.03429 | $0.03429 |
| Opus 5 | $0.01715 | $0.01715 |
| Sonnet 5 | $0.00686 | $0.00686 |
| Haiku 4.5 | $0.00343 | $0.00343 |
Grade A, and why
Archon AGENTS.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 today.
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 — 195 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Working on Archon
Archon is a self-hostable, governed agentic automation engine. It runs workflows that mix deterministic steps, AI agents, human gates, and audit trails. Coding automation is its most mature surface, but the engine is intended for general business operations too.
This file is the canonical project guidance for coding agents. Keep it short, durable, and about judgment. Put changing product direction in .archon/direction.md, workflow-language design in .archon/workflow-language-constitution.md, aspirational engineering craft and review values in .archon/engineering.md, user documentation in the docs site, and machine-checkable rules in code, types, tests, lint, or CI.
Read before changing code
- Treat the source, its call sites, and its tests as the current evidence. The request defines the goal and constraints, but a prompt may describe old code.
- Read every relevant consumer before changing a producer, contract, path, identifier, schema, or generated artifact.
- Reproduce bugs when practical. If reproduction is impossible, establish another concrete causal chain before editing.
- Do not trust a passing test by itself. Check that it exercises the behavior it claims to protect.
- A question is read-only. Explain first; change code only when the user asks for a change.
- Do not stop at editing. Finish the requested change and verify the outcome.
- If the implementation keeps getting more complicated, stop and reconsider the model. Solve the underlying problem.
Product boundaries
- Archon is a governed automation engine, not a replacement for the coding agents it orchestrates.
- One install serves one operator or client. Client isolation belongs at the deployment layer. Multiple users within one install are supported and are not multi-tenancy.
- Keep the conversation layer platform-agnostic. Platform adapters translate transport details; core behavior should not depend on Slack, Telegram, GitHub, Discord, CLI, or Web UI semantics.
- Keep the core self-hostable. Do not make a proprietary hosted service a runtime dependency.
- Keep the core small and flexible. Agentic engineering changes too quickly for one monolith to encode every useful workflow or integration; give users stable seams to assemble and extend the rest.
- Treat bundled workflows as reference implementations, not a frozen compatibility surface.
- A git worktree separates checkouts; it is not an execution or security sandbox.
- Consult
.archon/direction.mdbefore making product-scope or architecture-direction decisions.
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.
- today First seen · 195 lines · 3,429 tokens per session scan A c05a8c09d758
Archon AGENTS.md is an instructions file published in the GitHub repository coleam00/Archon (23,366 stars, last pushed yesterday), licensed MIT. It adds 3,429 tokens to every session, about $0.0171 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-09-03.
Other instructions, from other repositories
oh-my-pi AGENTS.md
AGENTS.md instructions for can1357/oh-my-pi, covering development rules, default context, package structure, github and code quality.
tinycode AGENTS.md
AGENTS.md instructions for bobbyjohnstx/tinycode, covering commits and pr titles, style guide, general principles, destructuring and variables.
kana AGENTS.md
Instructions for longyijdos/kana, covering agents.md, scope and workflow, implementation, tests and documentation.
tinycode CLAUDE.md
Claude Code instructions for bobbyjohnstx/tinycode, covering claude.md, commands, install dependencies (from repo root, development only), run in development (tui mode) and other dev modes.
gini-agent AGENTS.md
AGENTS.md instructions for Open-Curiosity/gini-agent, covering gini agent instructions, shape, adrs, boundaries and branches.
agentconfig.org AGENTS.md
Instructions for agentconfig/agentconfig.org, covering agent instructions for agentconfig.org, project overview, target audience, site structure and tech stack.