hive-mind-advanced

Orchestrate multi-agent coordination with queen-led oversight and shared memory.

75|17|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/smith-horn/skillsmith --skill hive-mind-advanced-smith-horn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hive-mind-advanced
Source: https://github.com/smith-horn/skillsmith/tree/main/.claude/skills/hive-mind-advanced
Command: npx skills add https://github.com/smith-horn/skillsmith --skill hive-mind-advanced-smith-horn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables automated orchestration of multiple autonomous agents by providing a centralized queen-led coordination model with shared memory, reducing coordination overhead and drift.

Core Features & Use Cases

  • Queen-led coordination and hierarchical task orchestration across specialist agents.
  • Shared collective memory with persistent storage to retain knowledge across sessions.
  • Flexible consensus algorithms (majority, weighted, Byzantine) for robust decision-making in distributed tasks.
  • Dynamic task distribution and auto-scaling to adapt to workload fluctuations.
  • Session management with checkpoints and memory persistence for long-running experiments.
  • Integration-ready for Claude Code workflows and MCP-based spawns.

Quick Start

Use the hive mind skill to initialize and spawn a simple swarm:

npx claude-flow hive-mind init npx claude-flow hive-mind spawn "Build microservices" --queen-type strategic --max-workers 4 --consensus weighted npx claude-flow hive-mind status

Frequently Asked Questions about hive-mind-advanced

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate multiple autonomous agents with shared memory and consensus?

Multi-agent orchestration with shared memory uses a queen-led coordination model to spawn worker agents, distribute tasks dynamically, and apply consensus algorithms like majority, weighted, or Byzantine for robust collective decision-making.

What consensus algorithms can I use for multi-agent coordination in distributed tasks?

Multi-agent coordination supports majority, weighted, and Byzantine consensus algorithms to ensure robust decision-making across distributed agents, allowing you to choose the validation strictness based on your task requirements.

Can I use hive-mind orchestration for large-scale system design and architecture planning?

Hive-mind orchestration is built for complex, collaborative projects such as architecture planning, system design experiments, and large-scale simulations that require dynamic task distribution and consensus across specialist agents.

How do I spawn a multi-agent swarm with a queen-led coordination model?

Spawning a multi-agent swarm requires initializing the hive mind, then spawning workers with a designated queen type, a maximum worker count, and a chosen consensus method to dynamically distribute and execute tasks.

Does multi-agent orchestration support persistent memory across long-running sessions?

Multi-agent orchestration provides session management with checkpoints and persistent collective memory storage, retaining shared knowledge across long-running experiments and sessions to prevent coordination drift.

When should I not use a centralized queen-led model for multi-agent coordination?

A centralized queen-led coordination model is not ideal for fully decentralized peer-to-peer agent networks, as it relies on hierarchical oversight and a single coordinator to distribute tasks and manage collective memory.