swarm-protocol CLAUDE.md

swarm-protocol CLAUDE.md is an instructions file for coding agents from phuryn/swarm-protocol. It costs 1,026 tokens per session, scanned A, original, MIT.

A guide for Swarm Protocol, a server that coordinates multiple people and AI agents working on the same codebase. It focuses on sharing work state, preventing file conflicts, and tracking task dependencies.

In plain words
What is it for?
Use it when changing agent-team coordination, shared state, file-conflict handling, work tracking, task dependencies, or the protocol’s MCP tools.
Why use it?
It explains the project’s coordination model so contributors can preserve its distinction from ordinary project-management tools.

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/phuryn/swarm-protocol/claude-md
Clone the repo
git clone --depth 1 https://github.com/phuryn/swarm-protocol

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 swarm-protocol CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/phuryn/swarm-protocol/claude-md.svg)](https://agentmods.dev/instructions/phuryn/swarm-protocol/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/phuryn/swarm-protocol/claude-md"><img src="https://agentmods.dev/badge/instructions/phuryn/swarm-protocol/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,026 This file is loaded in full into every session.
When invoked 1,026 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.01026 $0.01026
Opus 5 $0.00513 $0.00513
Sonnet 5 $0.00205 $0.00205
Haiku 4.5 $0.00103 $0.00103

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

Security

Grade A, and why

swarm-protocol 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 · 77 lines

How it starts

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

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Project Overview

Swarm Protocol is a headless MCP server for AI agent team coordination. It solves state synchronization when multiple people work through AI agents (Claude Code, etc.) on the same codebase simultaneously — preventing file conflicts, tracking work in flight, and managing task dependencies.

Status: Alpha — all 19 MCP tools implemented, integration tests written. See docs/SPEC.md for the full design.

Philosophy & Positioning

This is a coordination protocol, not a project management tool. The origin insight: "Jira was built for humans clicking buttons. This is coordination infrastructure for agent-first teams." The problem isn't Kanban or sprints — it's state synchronization when agents are the primary interface.

Key differentiator: Every existing tool (Claude Code Agent Teams, CCPM, tick-md, Agent-MCP, 1Code, etc.) solves single-developer multi-agent coordination. Swarm Protocol solves multi-human multi-agent coordination across teams. See docs/LANDSCAPE.md for the full competitive analysis.

When making implementation decisions:

  • Protocol over product. Keep it minimal and composable. Resist feature creep toward traditional PM concepts (sprints, boards, velocity, story points).
  • MCP-native is the differentiator. The "UI" is Claude Code itself. No REST API or web dashboard in v1.
  • Ship fast, iterate in public. This is a first-mover play on the "agent coordination protocol" category. Simplicity and speed of adoption matter more than feature completeness.
  • The CLAUDE.md integration pattern is as important as the server itself. The drop-in snippet in claude-md/COORDINATION.md is what makes adoption zero-friction — agents coordinate automatically without humans configuring anything.

Tech Stack

  • Node.js + TypeScript
  • PostgreSQL (raw SQL via pg driver, no ORM)
  • @modelcontextprotocol/sdk for the MCP server
  • No auth layer or UI in v1

Read the full file on GitHub · 77 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 · 77 lines · 1,026 tokens per session scan A b03bfddcb3a4

Subscribe to this mod's changes

swarm-protocol CLAUDE.md is an instructions file published in the GitHub repository phuryn/swarm-protocol (53 stars, last pushed 5mo ago), licensed MIT. It adds 1,026 tokens to every session, about $0.0051 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-30.

Related

Other instructions, from other repositories