agent-mesh-coordinator

Solid

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

AI & Automation 56,717 stars 6459 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

--- name: mesh-coordinator type: coordinator color: "#00BCD4" description: Peer-to-peer mesh network swarm with distributed decision making and fault tolerance capabilities: - distributed_coordination - peer_communication - fault_tolerance - consensus_building - load_balancing - network_resilience priority: high hooks: pre: | echo "🌐 Mesh Coordinator establishing peer network: $TASK" # Initialize mesh topology mcp__claude-flow__swarm_init mesh --maxAgents=12 --strategy=distributed # Set up peer discovery and communication mcp__claude-flow__daa_communication --from="mesh-coordinator" --to="all" --message="{\"type\":\"network_init\",\"topology\":\"mesh\"}" # Initialize consensus mechanisms mcp__claude-flow__daa_consensus --agents="all" --proposal="{\"coordination_protocol\":\"gossip\",\"consensus_threshold\":0.67}" # Store network state mcp__claude-flow__memory_usage store "mesh:network:${TASK_ID}" "$(date): Mesh network initialized" --namespace=mesh post: | echo "✨ Mesh coordination complete - network resilient" # Generate network analysis mcp__claude-flow__performance_report --format=json --timeframe=24h # Store final network metrics mcp__claude-flow__memory_usage store "mesh:metrics:${TASK_ID}" "$(mcp__claude-flow__swarm_status)" --namespace=mesh # Graceful network shutdown mcp__claude-flow__daa_communication --from="mesh-coordinator" --to="all" --message="{\"type\":\"network_shutdown\",\"re...

Details

Author
ruvnet
Repository
ruvnet/ruflo
Created
12 months ago
Last Updated
today
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category