COORD-Harness CLAUDE.md

COORD-Harness CLAUDE.md is an instructions file for coding agents from 0marm0/COORD-Harness. It costs 731 tokens per session, scanned A, a copy of COORD-Harness AGENTS.md, MIT.

Repository instructions for CoordHarness, a local system that coordinates work between multiple coding agents. They describe how agents start, claim, hand off, and finish tasks using a shared SQLite database.

In plain words
What is it for?
Starting and finishing coordinated work, claiming tasks, renewing temporary leases, retrieving limited context, handing work to another agent, and recording proof that a task is complete.
Why use it?
They give agents one reliable record of task ownership and progress, reducing conflicting edits, lost handoffs, and unclear completion status.

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/0marm0/coord-harness/claude-md
Clone the repo
git clone --depth 1 https://github.com/0marm0/COORD-Harness

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 COORD-Harness CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/0marm0/coord-harness/claude-md.svg)](https://agentmods.dev/instructions/0marm0/coord-harness/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/0marm0/coord-harness/claude-md"><img src="https://agentmods.dev/badge/instructions/0marm0/coord-harness/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 731 This file is loaded in full into every session.
When invoked 731 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin 94% copy Near-identical to another mod 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.00731 $0.00731
Opus 5 $0.00365 $0.00365
Sonnet 5 $0.00146 $0.00146
Haiku 4.5 $0.00073 $0.00073

Measured today against content hash f8ee364c3f35, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

COORD-Harness 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 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.

Origin

This is a copy

94% identical to COORD-Harness AGENTS.md — 12 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

CLAUDE.md · 56 lines

How it starts

The opening of the file, as written. The whole thing — 56 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CoordHarness Claude 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

  1. If .venv/bin/coord is missing, run ./scripts/setup.sh, then restart this session — the checked-in MCP launcher (scripts/coord-mcp-launch.sh) fails closed with that same instruction instead of a raw ENOENT. Setup is done when .venv/bin/coord doctor exits 0, .venv/bin/coord onboard reports PASS, and MCP preflight returns query_core.mode="generic_coord_db" (docs/agent-onboarding.md §5, "Use the bounded MCP reads").
  2. Use the operating-coordharness repo skill at .claude/skills/operating-coordharness/, and the packaged commands in .claude/commands/, invoked as /coord-start.
  3. Run coord-start: it fixes one stable session identity, runs .venv/bin/coord onboard once, then MCP preflight. If the board is empty, use .venv/bin/coord create with a concrete repository-relative done_signal.
  4. Expand with bounded board, next_work, and work_context reads. Use the context lenses only when the active row needs broader history or source evidence.
  5. Claim before substantive work (coord-claim): check the row's done_signal and acceptance first, then renew only near lease expiry or a material milestone.
  6. Close with coord-close: complete only after the declared proof passes, otherwise park, block, or release with a resume contract. coord-handoff moves responsibility with exact row fences; coord-recover reconciles a row the board is wrong about.

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.

Read the full file on GitHub · 56 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. today Changed · +17 lines · +277 tokens per session f8ee364c3f35
  2. 4d ago First seen · 39 lines · 454 tokens per session scan A bfdf6d642c05

Subscribe to this mod's changes

COORD-Harness CLAUDE.md is an instructions file published in the GitHub repository 0marm0/COORD-Harness (1 stars, last pushed today), licensed MIT. It adds 731 tokens to every session, about $0.0037 per session on Opus 5. A static security scan graded it A with 0 findings. It is 94% identical to COORD-Harness AGENTS.md, differing in 12 lines, and is treated as a copy.

Related

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.

TechTideOhio/swarm-357 · 2,582 tokens

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-systems/kungfu · 54 tokens

warren AGENTS.md

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

jayminwest/warren · 10,208 tokens

BuildersGate CLAUDE.md

Claude Code instructions for Thepizzapie/BuildersGate, covering setting up builders gate for a user, ask two things first, install, point it at a game and keys.

Thepizzapie/BuildersGate · 1,915 tokens

VisionClaw-Agent-Public-Release AGENTS.md

AGENTS.md instructions for Huskyauto/VisionClaw-Agent-Public-Release, covering agents.md — working in the visionclaw codebase, identity, the cardinal discipline: search before reading, hard rules (non-negotiable) and architecture map (entrypoints).

Huskyauto/VisionClaw-Agent-Public-Release · 2,657 tokens

open-bridge AGENTS.md

Instructions for bks-lab/open-bridge, covering the bridge — agent instructions, required reading, session start detection (automatic), theme and agents.

bks-lab/open-bridge · 8,154 tokens