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/0marm0/coord-harness/agents-mdgit clone --depth 1 https://github.com/0marm0/COORD-HarnessWrote 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/0marm0/coord-harness/agents-md)<a href="https://agentmods.dev/instructions/0marm0/coord-harness/agents-md"><img src="https://agentmods.dev/badge/instructions/0marm0/coord-harness/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.00451 | $0.00451 |
| Opus 5 | $0.00226 | $0.00226 |
| Sonnet 5 | $0.00090 | $0.00090 |
| Haiku 4.5 | $0.00045 | $0.00045 |
Grade A, and why
COORD-Harness 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 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- COORD-Harness CLAUDE.md — 94% identical, 7 lines differ
What it actually says
CoordHarness agent entrypoint
COORDHARNESS_AGENT_INSTRUCTION_SENTINEL=v1
CoordHarness coordinates multi-agent work through one local SQLite authority. coord.db
owns work, claims, leases, handoffs, and lifecycle events. Markdown provides stable
orientation only; dashboards, job sidecars, knowledge.db, facts, KFTS, and accepted
memory are evidence or recall, never lifecycle state.
Start and finish
- Use
$operating-coordharness(repo skill:.agents/skills/operating-coordharness/). - Run
.venv/bin/coord onboard --register-clientsonce, then MCPpreflight. If the board is empty, use.venv/bin/coord createwith a concrete repository-relativedone_signal. - Expand with bounded
board,next_work, andwork_contextreads. Use the context lenses only when the active row needs broader history or source evidence. - Claim before substantive work. Renew only near lease expiry or a material milestone.
- Complete only after the declared proof passes. Otherwise park, block, release, or use the typed handoff command with exact row fences.
Do not edit SQLite or lifecycle projections by hand. Preserve unrelated dirty work and never weaken identity, proof, review, or authority checks to make a transition pass.
Context hierarchy
- Clean-room installation and verification:
docs/agent-onboarding.md - Claims, reviews, events, and handoffs:
docs/agent-protocol.md - Bounded board and federated retrieval:
docs/context-architecture.md - Facts, knowledge, and memory boundaries:
docs/context-and-memory.md - Durable CPU/GPU processes:
docs/jobs-and-runs.md - Detailed skill references:
.agents/skills/operating-coordharness/references/
Read the focused document that answers the current gap; do not load the documentation set or a full board dump by default. Run focused tests for changed surfaces and report exact files, commands, uncertainty, and remaining risk. Do not commit or push unless the user explicitly asks.
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 · 38 lines · 451 tokens per session scan A a9f1341a8b35
COORD-Harness AGENTS.md is an instructions file published in the GitHub repository 0marm0/COORD-Harness (1 stars, last pushed 3d ago), licensed MIT. It adds 451 tokens to every session, about $0.0023 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
swarm-357 CLAUDE.md
Instructions for TechTideOhio/swarm-357, covering claude.md, what this repo is, python package (packages/techtide-swarm/), or from pypi and key classes.
autobeat CLAUDE.md
Instructions for dean0x/autobeat, covering claude.md, project overview, quick start, install and build and run mcp server.
memsearch CLAUDE.md
Claude Code instructions for zilliztech/memsearch, covering claude.md, build & test commands, install in development mode, run a single test file and run a specific test.
kungfu CLAUDE.md
Claude Code instructions for kungfu-systems/kungfu: Read and follow AGENTS.md before working in this repository. It routes both product use and contribution work to the repository sources of truth, including the requirement that development and build tasks enter through Shifu.
kungfu copilot-instructions.md
Copilot instructions for kungfu-systems/kungfu: Read and follow AGENTS.md before proposing or running changes. It is the shared agent router for this repository, including the canonical Shifu development and build entrypoint.
warren AGENTS.md
Instructions for jayminwest/warren, covering agents.md, what this project is, runtime topology, the burrow absorption (plan pl-3007) and per-project config (.warren/config.yaml).