Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
ruvnet avatar

Hive Mind

  • 1k installs
  • 67k repo stars
  • Updated August 4, 2026
  • ruvnet/ruflo

hive-mind is a multi-agent orchestration skill that coordinates AI agent swarms with Byzantine fault-tolerant consensus and queen-led hierarchical topologies for distributed development tasks.

About

hive-mind is a ruflo skill providing Byzantine fault-tolerant consensus and distributed swarm coordination for developers running multi-agent systems that must survive agent failures and align on collective decisions. Queen-led hierarchical management supports multiple consensus strategies and topology choices documented in the skill's reference table for different coordination patterns. Trigger when tasks need distributed multi-agent execution, fault-tolerant operations, or collective decision making—skip for single-agent local edits or simple one-shot commands. hive-mind fits complex coordination where agents vote, delegate, and recover from stragglers or bad outputs. Pair it with agent-scout-explorer when scouts feed intelligence into a coordinated swarm. The skill targets ruflo users building resilient agent fleets rather than ad-hoc prompt chains without governance or consensus guarantees. Documented topologies map queen-led hierarchy to use cases requiring fault-tolerant collective decisions across distributed agent workloads.

  • Supports 4 consensus strategies: Byzantine, Raft, Gossip, CRDT, and Quorum
  • 4 swarm topologies including hierarchical, mesh, hierarchical-mesh, and adaptive
  • Queen-led hierarchical management with anti-drift controls
  • CLI commands for init, spawn, and dynamic topology switching
  • Fault tolerance up to f < n/3 in untrusted environments

Hive Mind by the numbers

  • 1,004 all-time installs (skills.sh)
  • +3 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #1,058 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Security screen: MEDIUM risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/ruvnet/ruflo --skill hive-mind

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1k
repo stars67k
Security audit2 / 3 scanners passed
Last updatedAugust 4, 2026
Repositoryruvnet/ruflo

How do you coordinate fault-tolerant multi-agent swarms?

Orchestrate multiple AI agents with Byzantine fault-tolerant consensus and hierarchical coordination.

Who is it for?

Developers building ruflo multi-agent systems that need Byzantine fault tolerance and hierarchical swarm coordination.

Skip if: Single-agent coding sessions, simple shell scripts, or teams without distributed multi-agent infrastructure requirements.

When should I use this skill?

The user needs distributed multi-agent consensus, fault-tolerant swarm operations, or collective decision making across agents.

What you get

A configured hive-mind topology with consensus strategy, queen hierarchy, and coordinated multi-agent task execution.

  • Swarm topology configuration
  • Consensus-coordinated agent execution plan

Files

SKILL.mdMarkdownGitHub ↗

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

TopologyDescriptionUse Case
hierarchicalQueen controls workersDefault, anti-drift
meshFully connected peersResearch, exploration
hierarchical-meshHybridRecommended for complex
adaptiveDynamic based on loadAuto-scaling

Consensus Strategies

StrategyToleranceUse Case
byzantinef < n/3 faultyUntrusted environment
raftf < n/2 faultyLeader-based, consistent
gossipEventualLarge scale, availability
crdtConflict-freeConcurrent updates
quorumConfigurableTunable 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

1. Use hierarchical for coding tasks (anti-drift) 2. Use raft consensus for consistency 3. Keep agent count under 8 for coordination 4. Run frequent checkpoints

Related skills

How it compares

Pick this over simple agent handoff prompts when ruflo swarms need Byzantine consensus and hierarchical fault-tolerant coordination.

FAQ

What coordination model does hive-mind use?

hive-mind uses Byzantine fault-tolerant consensus with queen-led hierarchical swarm management and selectable consensus strategies for distributed multi-agent coordination.

When should hive-mind be skipped?

hive-mind documentation says to skip the skill for single-agent tasks, simple local operations, and work that does not need distributed fault-tolerant consensus.

How does hive-mind relate to scout-explorer agents?

hive-mind orchestrates the broader swarm while agent-scout-explorer agents feed reconnaissance intelligence into shared memory for collective downstream decisions.

Is Hive Mind safe to install?

skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

AI & Agent Buildingagentsautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.