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/alanshurafa/co-evolution/claude-mdgit clone --depth 1 https://github.com/alanshurafa/co-evolutionWrote 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/alanshurafa/co-evolution/claude-md)<a href="https://agentmods.dev/instructions/alanshurafa/co-evolution/claude-md"><img src="https://agentmods.dev/badge/instructions/alanshurafa/co-evolution/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.03375 | $0.03375 |
| Opus 5 | $0.01688 | $0.01688 |
| Sonnet 5 | $0.00675 | $0.00675 |
| Haiku 4.5 | $0.00337 | $0.00337 |
Grade A, and why
co-evolution 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.
How it starts
The opening of the file, as written. The whole thing — 204 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Co-Evolution - Cross-AI Document Refinement
Tools for bouncing questions, documents, plans, and code workflows between AI
agents using structured [CONTESTED] / [CLARIFY] markers until convergence.
Default Rule
Three routes, lowest-ceremony first:
- co-evolution (default) — bounce protocol for questions, drafts, plans, specs, arguments, and markdown refinement.
- dev-review — interactive code pipeline (compose → bounce → execute → verify in one session) when the user wants repo files changed, a bug fixed, a feature implemented, or a code diff verified against a plan.
- codex-build — "build with codex": the session plans and reviews, Codex executes detached, with check-ins only at gates. Reach for this when the user wants Codex to grind on a build in the background while the session stays free (the model-ladder flavor of dev-review).
Components
Co-Evolution Skill (skills/co-evolution/)
Default Claude Code skill for questions, ideas, drafts, plans, specs, arguments, prompts, and markdown document refinement.
/co-evolution Stress test this launch plan
Co-Evolve Bouncer (co-evolve-bouncer.sh)
Primary standalone runner. It can compose from a prompt, bounce an existing document, or run staged critique -> defend -> tighten passes.
bash ./co-evolve-bouncer.sh --vanilla "What is the strongest version of this argument?"
bash ./co-evolve-bouncer.sh --vanilla --bounce-only docs/plan.md
bash ./co-evolve-bouncer.sh --vanilla --chain "Should we ship this migration?"
bash ./co-evolve-bouncer.sh --vanilla --adversarial --bounce-only docs/plan.md
bash ./co-evolve-bouncer.sh --vanilla --adversarial --agents claude,claude "Same-model adversarial review"
--adversarial swaps the reviewer's 1-line role for a structured falsification
persona (vendored from the compound-engineering adversarial-document-reviewer;
templates/co-evolve/role-reviewer-adversarial.md). Cross-AI by default; with
--agents claude,claude it is an internal same-model adversarial review. Pair
with --chain or --bounces 3 on dense documents (marker-flooding risk).
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 · 204 lines · 3,375 tokens per session scan A 3598dbbdd8c5
co-evolution CLAUDE.md is an instructions file published in the GitHub repository alanshurafa/co-evolution (3 stars, last pushed 4d ago), licensed MIT. It adds 3,375 tokens to every session, about $0.0169 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
sumulige-claude AGENTS.md
AGENTS.md instructions for sumulige/sumulige-claude, covering agents.md - agent 系统详解, technical co-founder working agreement (always-on), layer 1: 什么是 agent? (5 分钟), 最简单的解释 and 类比:餐厅团队.
crewplane GEMINI.md
Instructions for crewplaneai/crewplane, a project described as: Run reviewable, resumable coding-agent workflows across Claude Code, Codex, Gemini, GitHub Copilot CLI, or any CLI. You define the stages in Markdown; Crewplane runs the workflow, agents do the work, and every handoff stays on disk.
Herdforge CLAUDE.md
Claude Code instructions for Kampe/Herdforge, covering claude.md - build bootstrap & routing protocol, 1. quick invariants (hard rules), 2. fast commands, build binary and run preflight, unit tests, and build.
turnbreak AGENTS.md
AGENTS.md instructions for Milkeles/turnbreak, covering agent instructions file: turnbreak, 1. project overview, 2. commands, 3. code style and 4. repository conventions.
cogitator AGENTS.md
Instructions for guilhermehto/cogitator, covering agents.md, layout, commands, demo / readme screenshot and conventions.
areco AGENTS.md
Instructions for bb4407777/areco, covering agents.md(areco 仓内 agent 行为约束), 交接纪律(2026-07-19 定), 本仓操作, 复用模式清单(2026-07-24 高律师定:一套更换,改一处必同步) and 消息气泡版式(三处同构,改版式必须整组改).