Agent Mesh Coordinator
技能 已验证 活跃Agent skill for mesh-coordinator - invoke with $agent-mesh-coordinator
To enable autonomous agents to form a resilient mesh network, enabling distributed coordination, consensus building, and fault tolerance for complex tasks.
功能
- Decentralized coordination via mesh topology
- Fault tolerance and network resilience
- Peer-to-peer communication protocols (Gossip, pBFT, Raft)
- Distributed task distribution strategies
- Automated failure detection and recovery
使用场景
- Coordinating a swarm of autonomous agents for complex problem-solving
- Building self-healing and highly available distributed systems
- Enabling agents to make decisions collectively under uncertain conditions
- Managing network tasks where no single point of failure is acceptable
非目标
- Acting as a central authority or single point of control
- Managing individual agent task execution directly (focus is on network coordination)
- Providing a user interface for direct agent interaction (focus is on agent-to-agent communication)
工作流
- Initialize mesh network and establish topology
- Set up peer discovery and communication channels
- Initialize consensus mechanisms for distributed decision making
- Execute task distribution and coordination protocols
- Monitor network health and detect failures
- Trigger recovery procedures and maintain network resilience
实践
- Network Design
- Consensus Optimization
- Fault Tolerance
Documentation
- info:Configuration & parameter referenceWhile the SKILL.md outlines capabilities and MCP tool usage, a detailed reference for all parameters and their defaults is not explicitly presented.
Execution
- info:ValidationWhile the extension implies structured inputs/outputs for its tools, explicit use of schema validation libraries like Zod or Pydantic is not evident in the provided code snippets.
安装
npx skills add ruvnet/ruflo通过 npx 运行 Vercel skills CLI(skills.sh)— 需要本地安装 Node.js,以及至少一个兼容 skills 的智能体(Claude Code、Cursor、Codex 等)。前提是仓库遵循 agentskills.io 格式。
质量评分
已验证类似扩展
Hive Mind Skill
95Byzantine fault-tolerant consensus and distributed coordination. Queen-led hierarchical swarm management with multiple consensus strategies. Use when: distributed coordination, fault-tolerant operations, multi-agent consensus, collective decision making. Skip when: single-agent tasks, simple operations, local-only work.
Swarm Orchestration
100Orchestrate multi-agent swarms with agentic-flow for parallel task execution, dynamic topology, and intelligent coordination. Use when scaling beyond single agents, implementing complex workflows, or building distributed AI systems.
Agent Resource Allocator
98Agent skill for resource-allocator - invoke with $agent-resource-allocator
Agent Raft Manager
98Agent skill for raft-manager - invoke with $agent-raft-manager
Agent Quorum Manager
98Agent skill for quorum-manager - invoke with $agent-quorum-manager
Agent Byzantine Coordinator
95Agent skill for byzantine-coordinator - invoke with $agent-byzantine-coordinator