Agents & MCP
Use when running more than a couple of subagents against one repo and the hard part has shifted from splitting the work to merging it back safely: who owns which file, how results get reconciled, and how you prove the merged commit actually builds. Covers the orchestrator, finder, and verifier roles, single-writer file ownership, and a collect-then-apply harvest loop. Also use when two agents have overwritten each other, or a merged commit passed review and failed the build. If several agents share a repo, use this skill.
4 files
Description
Use when running more than a couple of subagents against one repo and the hard part has shifted from splitting the work to merging it back safely: who owns which file, how results get reconciled, and how you prove the merged commit actually builds. Covers the orchestrator, finder, and verifier roles, single-writer file ownership, and a collect-then-apply harvest loop. Also use when two agents have overwritten each other, or a merged commit passed review and failed the build. If several agents share a repo, use this skill.
This is the coordination layer that sits on top of a fanned-out fleet. Basic decomposition and briefing is covered by agent-fleet-orchestration. Reach for this skill once you have several agents touching the same repo at once and the risk is no longer "did I split the work" but "will the merged result be coherent and green".
decompose -> fan out -> collect distilled results -> reconcile -> apply serially -> verify the commit -> (re-fan or stop)
reference/file-ownership.md.reference/roles.md.file:line, a diff, a pass/fail), never the raw material.scripts/verify-commit-tree.sh before pushing.reference/harvest-loop.md.reference/roles.md - the orchestrator / finder / verifier patterns: each role's single objective, its tool budget, and the exact deliverable shape it returns.reference/file-ownership.md - single-writer scopes, serializing shared state, and why you verify the commit tree and not the working tree.reference/harvest-loop.md - the collect-then-apply merge loop, re-fanning a second wave, and knowing when to stop.Added 2026-07-01. Back to the Skill Library.

New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.