What is agent-mesh-coordinator?
Agent skill for mesh-coordinator - invoke with $agent-mesh-coordinator Source: ruvnet/ruflo.
Agent skill for mesh-coordinator - invoke with $agent-mesh-coordinator
Quickly install agent-mesh-coordinator AI skill to your development environment via command line
Source: ruvnet/ruflo.
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/ruflo.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/ruvnet/ruflo --skill agent-mesh-coordinatorAgent skill for mesh-coordinator - invoke with $agent-mesh-coordinator Source: ruvnet/ruflo.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ruvnet/ruflo --skill agent-mesh-coordinator Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/ruvnet/ruflo