agent-mesh-coordinator
✓Agentenfähigkeit für Mesh-Koordinator – Aufruf mit $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"
Agentenfähigkeit für Mesh-Koordinator – Aufruf mit $agent-mesh-coordinator Quelle: ruvnet/claude-flow.
Fakten (zitierbereit)
Stabile Felder und Befehle für KI/Such-Zitate.
- Installationsbefehl
npx skills add https://github.com/ruvnet/claude-flow --skill agent-mesh-coordinator- Quelle
- ruvnet/claude-flow
- Kategorie
- </>Entwicklung
- Verifiziert
- ✓
- Erstes Auftreten
- 2026-02-11
- Aktualisiert
- 2026-02-18
Schnelle Antworten
Was ist agent-mesh-coordinator?
Agentenfähigkeit für Mesh-Koordinator – Aufruf mit $agent-mesh-coordinator Quelle: ruvnet/claude-flow.
Wie installiere ich agent-mesh-coordinator?
Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/ruvnet/claude-flow --skill agent-mesh-coordinator Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor
Wo ist das Quell-Repository?
https://github.com/ruvnet/claude-flow
Details
- Kategorie
- </>Entwicklung
- Quelle
- skills.sh
- Erstes Auftreten
- 2026-02-11