·agent-mesh-coordinator
</>

agent-mesh-coordinator

Agent skill for mesh-coordinator - invoke with $agent-mesh-coordinator

9Installs·1Trend·@ruvnet

Installation

$npx skills add https://github.com/ruvnet/ruflo --skill agent-mesh-coordinator

How to Install agent-mesh-coordinator

Quickly install agent-mesh-coordinator AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/ruvnet/ruflo --skill agent-mesh-coordinator
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: ruvnet/ruflo.

SKILL.md

View raw

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.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/ruvnet/ruflo --skill agent-mesh-coordinator
Category
</>Dev Tools
Verified
First Seen
2026-03-10
Updated
2026-03-11

Browse more skills from ruvnet/ruflo

Quick answers

What is agent-mesh-coordinator?

Agent skill for mesh-coordinator - invoke with $agent-mesh-coordinator Source: ruvnet/ruflo.

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/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

Where is the source repository?

https://github.com/ruvnet/ruflo