Swarm Protocol
Description
Coordination protocol for agent-first teams. No UI. No sprints. No Jira. Just state sync.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
🐝 Swarm Protocol
[](https://github.com/phuryn/swarm-protocol/actions/workflows/test.yml) [](https://github.com/phuryn/swarm-protocol/blob/main/LICENSE) [](https://github.com/phuryn/swarm-protocol/blob/main/CONTRIBUTING.md)
**Coordination protocol for agent-first teams. No UI. No sprints. No Jira. Just state sync.**
**Status: Alpha — building in public. [19 MCP tools](#all-19-tools) implemented, integration tests passing.**
The Coordination Loop
Drop [`COORDINATION.md`](claude-md/COORDINATION.md) into your repo's `CLAUDE.md` and agents coordinate automatically:
Agent starts session
→ get_team_status "What's in flight?"
→ claim_work "I'm taking this — here are my files"
→ check_conflicts "Anyone else touching src/api/router.ts?"
→ heartbeat "Still working" (every 10-15 min)
→ complete_claim "Done — this unblocks intent_xyz"
↳ intent_xyz status: blocked → open
↳ Next agent picks it up automatically
Zero Slack messages. Zero status meetings. Agents coordinate through shared state.
What This Is
A headless coordination layer exposed as an MCP server — the same protocol Claude Code already speaks. No REST API. No dashboard. Agents query it to see what's in flight, claim work, detect file conflicts, and hand off unblocked tasks.
This is a **coordination protocol, not a project management tool.** Jira was built for humans clicking buttons. This is state synchronization infrastructure for teams where agents are the primary development interface.
The CLAUDE.md integration pattern is as important as the server itself. Agents coordinate automatically without humans configuring anything.
Related Skills
Algorithmic Art
Create generative art using p5.js with seeded randomness, flow fields, and particle systems
Design Brand Guidelines
Apply Anthropic's official brand colors and typography to artifacts
Design Canvas Design
Create beautiful visual art in PNG and PDF documents using design philosophy
Design Frontend Design
Create distinctive, production-grade frontend interfaces with high design quality
Design Slack Gif Creator
Create animated GIFs optimized for Slack's size constraints
Design Theme Factory
Style artifacts with professional themes including 10 pre-set color/font combinations
Design Related Agents
Codemod Runner
Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css
Designguru
Expert Design Guidance & Analysis Specialist who provides professional UI/UX insights, design system guidance,
Html Css
| Web standards for semantic markup, maintainable styling, and accessibility. | - | [wshobson/agents](https://