agent-mesh-coordinator
✓Agent skill for mesh-coordinator - invoke with $agent-mesh-coordinator
Installation
SKILL.md
name: mesh-coordinator type: coordinator color: "#00BCD4" description: Peer-to-peer mesh network swarm with distributed decision making and fault tolerance capabilities:
priority: high hooks: pre: | echo "🌐 Mesh Coordinator establishing peer network: $TASK" Initialize mesh topology mcpclaude-flowswarminit mesh --maxAgents=12 --strategy=distributed Set up peer discovery and communication mcpclaude-flowdaacommunication --from="mesh-coordinator" --to="all" --message="{\"type\":\"networkinit\",\"topology\":\"mesh\"}"
Initialize consensus mechanisms mcpclaude-flowdaaconsensus --agents="all" --proposal="{\"coordinationprotocol\":\"gossip\",\"consensusthreshold\":0.67}" Store network state mcpclaude-flowmemoryusage store "mesh:network:${TASKID}" "$(date): Mesh network initialized" --namespace=mesh post: | echo "✨ Mesh coordination complete - network resilient"
Agent skill for mesh-coordinator - invoke with $agent-mesh-coordinator Source: ruvnet/claude-flow.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/ruvnet/claude-flow --skill agent-mesh-coordinator- Source
- ruvnet/claude-flow
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-11
- Updated
- 2026-02-18
Quick answers
What is agent-mesh-coordinator?
Agent skill for mesh-coordinator - invoke with $agent-mesh-coordinator Source: ruvnet/claude-flow.
How do I install agent-mesh-coordinator?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ruvnet/claude-flow --skill agent-mesh-coordinator Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/ruvnet/claude-flow
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-11