co-evolution CLAUDE.md

co-evolution CLAUDE.md is an instructions file for coding agents from alanshurafa/co-evolution. It costs 3,375 tokens per session, scanned A, original, MIT.

A set of instructions and tools for refining questions, documents, plans, arguments, and code workflows through repeated exchange between AI agents. Markers such as [CONTESTED] and [CLARIFY] identify points that need review.

In plain words
What is it for?
Use it to stress-test a plan, refine a specification or Markdown document, review and verify code changes, or run a build with check-in points.
Why use it?
It exposes unclear or disputed parts of a draft and helps the agents work toward agreement. Different routes cover document refinement, code changes, or longer background builds.

Instructions file

Install

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.

agentmods
npx agentmods add instructions/alanshurafa/co-evolution/claude-md
Clone the repo
git clone --depth 1 https://github.com/alanshurafa/co-evolution

Wrote 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.

agentmods badge for co-evolution CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/alanshurafa/co-evolution/claude-md.svg)](https://agentmods.dev/instructions/alanshurafa/co-evolution/claude-md)
Your own site
<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>
Per session 3,375 This file is loaded in full into every session.
When invoked 3,375 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 4d ago against content hash 3598dbbdd8c5, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

CLAUDE.md · 204 lines

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).

Read the full file on GitHub · 204 lines

Changes

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.

  1. 4d ago First seen · 204 lines · 3,375 tokens per session scan A 3598dbbdd8c5

Subscribe to this mod's changes

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.

Related

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 类比:餐厅团队.

sumulige/sumulige-claude · 6,196 tokens

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.

crewplaneai/crewplane · 67 tokens

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.

Kampe/Herdforge · 933 tokens

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.

Milkeles/turnbreak · 2,937 tokens

cogitator AGENTS.md

Instructions for guilhermehto/cogitator, covering agents.md, layout, commands, demo / readme screenshot and conventions.

guilhermehto/cogitator · 869 tokens

areco AGENTS.md

Instructions for bb4407777/areco, covering agents.md(areco 仓内 agent 行为约束), 交接纪律(2026-07-19 定), 本仓操作, 复用模式清单(2026-07-24 高律师定:一套更换,改一处必同步) and 消息气泡版式(三处同构,改版式必须整组改).

bb4407777/areco · 1,350 tokens