Qu'est-ce que agent-mesh-coordinator ?
Compétence d'agent pour mesh-coordinator - invoquée avec $agent-mesh-coordinator Source : ruvnet/ruflo.
Compétence d'agent pour mesh-coordinator - invoquée avec $agent-mesh-coordinator
Installez rapidement le skill IA agent-mesh-coordinator dans votre environnement de développement via la ligne de commande
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"
Compétence d'agent pour mesh-coordinator - invoquée avec $agent-mesh-coordinator Source : ruvnet/ruflo.
Champs et commandes stables pour les citations IA/recherche.
npx skills add https://github.com/ruvnet/ruflo --skill agent-mesh-coordinatorCompétence d'agent pour mesh-coordinator - invoquée avec $agent-mesh-coordinator Source : ruvnet/ruflo.
Ouvrez votre terminal ou outil de ligne de commande (Terminal, iTerm, Windows Terminal, etc.) Copiez et exécutez cette commande : npx skills add https://github.com/ruvnet/ruflo --skill agent-mesh-coordinator Une fois installé, le skill sera automatiquement configuré dans votre environnement de programmation IA et prêt à être utilisé dans Claude Code, Cursor ou OpenClaw
https://github.com/ruvnet/ruflo