File contents Hive-Mind Skill
Purpose
Byzantine fault-tolerant consensus and distributed swarm coordination.
When to Trigger
Multi-agent distributed tasks
Fault-tolerant operations needed
Collective decision making
Complex coordination patterns
Topologies
Topology
Description
Use Case
hierarchical
Queen controls workers
Default, anti-drift
mesh
Fully connected peers
Research, exploration
hierarchical-mesh
Hybrid
Recommended for complex
adaptive
Dynamic based on load
Auto-scaling
Consensus Strategies
Strategy
Tolerance
Use Case
byzantine
f < n/3 faulty
Untrusted environment
raft
f < n/2 faulty
Leader-based, consistent
gossip
Eventual
Large scale, availability
crdt
Conflict-free
Concurrent updates
quorum
Configurable
Tunable consistency
Commands
Initialize Hive-Mind
npx claude-flow hive-mind init --topology hierarchical-mesh --consensus raft
Spawn Queen
npx claude-flow hive-mind spawn --role queen --name coordinator
Check Consensus Status
npx claude-flow hive-mind consensus --status
View Sessions
npx claude-flow hive-mind sessions --active
Best Practices
Use hierarchical for coding tasks (anti-drift)
Use raft consensus for consistency
Keep agent count under 8 for coordination
Run frequent checkpoints
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1 --- 2 name: ruvnet-claude-flow-hive-mind 3 description: Hive-Mind Skill 4 --- 5 6 # Hive-Mind Skill 7 8 ## Purpose 9 Byzantine fault-tolerant consensus and distributed swarm coordination. 10 11 ## When to Trigger 12 - Multi-agent distributed tasks 13 - Fault-tolerant operations needed 14 - Collective decision making 15 - Complex coordination patterns 16 17 ## Topologies 18 19 | Topology | Description | Use Case | 20 |----------|-------------|----------| 21 | `hierarchical` | Queen controls workers | Default, anti-drift | 22 | `mesh` | Fully connected peers | Research, exploration | 23 | `hierarchical-mesh` | Hybrid | Recommended for complex | 24 | `adaptive` | Dynamic based on load | Auto-scaling | 25 26 ## Consensus Strategies 27 28 | Strategy | Tolerance | Use Case | 29 |----------|-----------|----------| 30 | `byzantine` | f < n/3 faulty | Untrusted environment | 31 | `raft` | f < n/2 faulty | Leader-based, consistent | 32 | `gossip` | Eventual | Large scale, availability | 33 | `crdt` | Conflict-free | Concurrent updates | 34 | `quorum` | Configurable | Tunable consistency | 35 36 ## Commands 37 38 ### Initialize Hive-Mind 39 ```bash 40 npx claude-flow hive-mind init --topology hierarchical-mesh --consensus raft 41 ``` 42 43 ### Spawn Queen 44 ```bash 45 npx claude-flow hive-mind spawn --role queen --name coordinator 46 ``` 47 48 ### Check Consensus Status 49 ```bash 50 npx claude-flow hive-mind consensus --status 51 ``` 52 53 ### View Sessions 54 ```bash 55 npx claude-flow hive-mind sessions --active 56 ``` 57 58 ## Best Practices 59 1. Use hierarchical for coding tasks (anti-drift) 60 2. Use raft consensus for consistency 61 3. Keep agent count under 8 for coordination 62 4. Run frequent checkpoints 63 64 --- 65 > Converted and distributed by [TomeVault](https://tomevault.io/claim/ruvnet) — claim your Tome and manage your conversions. 66 <!-- tomevault:4.0:skill_md:2026-04-11 -->
tomevault-io/skills-registry/tree/main/ruvnet--claude-flow--hive-mind commit e657f5ac03
Frequently asked questions How do I install the Ruvnet Claude Flow Hive Mind skill? Run npx skillmds@latest add tomevault-io/ruvnet-claude-flow-hive-mind in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Ruvnet Claude Flow Hive Mind skill do? Hive-Mind Skill It is listed under Coding & Dev Tools on SkillMD.
Is Ruvnet Claude Flow Hive Mind safe to use? This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Ruvnet Claude Flow Hive Mind? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Ruvnet Claude Flow Hive Mind free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Ruvnet Claude Flow Hive Mind? tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.