hive-mind-advanced

Coordinate multi-agent tasks with Byzantine consensus and persistent collective memory.

5|Updated Oct 23, 2025
One-click install
npx skills add https://github.com/wrsmith108/figma-docker-init --skill hive-mind-advanced-wrsmith108
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hive-mind-advanced
Source: https://github.com/wrsmith108/figma-docker-init/tree/main/.claude/skills/hive-mind-advanced
Command: npx skills add https://github.com/wrsmith108/figma-docker-init --skill hive-mind-advanced-wrsmith108

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires claude-flow.

What problem does it solve?

Complex multi-agent coordination and decision-making often lead to chaos and inefficiency. This Skill provides a structured, queen-led architecture with consensus mechanisms and shared memory to ensure agents work together effectively, reducing development time and improving output quality.

Core Features & Use Cases

  • Queen-Led Coordination: Hierarchical agent management for strategic, tactical, and adaptive task execution.
  • Byzantine Consensus: Robust decision-making requiring a 2/3 majority, ensuring reliability even with faulty agents.
  • Collective Memory: A shared, persistent knowledge base with LRU caching and SQLite persistence for all agents.
  • Use Case: Orchestrate a full-stack development project where a "Strategic Queen" directs "Coder," "Tester," and "Architect" agents, ensuring all decisions are made through consensus and learnings are stored in collective memory.

Quick Start

Initialize the advanced Hive Mind system and spawn a swarm to "Build microservices architecture" using a strategic queen and Byzantine consensus.

Frequently Asked Questions about hive-mind-advanced

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

FAQPage Schema
How do I coordinate multiple AI agents to make decisions together?

Multi-agent coordination uses a queen-led hierarchical architecture where diverse agents with specialized roles (strategic, tactical, adaptive) collaborate through consensus mechanisms. This Skill implements Byzantine fault tolerance requiring a 2/3 majority to ensure robust decision-making even when some agents fail or disagree.

What is collective memory in a multi-agent system and why does it matter?

Collective memory is a shared, persistent knowledge base all agents access and contribute to during task execution. It uses LRU caching and SQLite WAL persistence to store learnings, patterns, and decisions, enabling agents to learn from past work and avoid repeating mistakes across sessions.

Can I use this Skill to manage specialized agent roles like developers, testers, and architects together?

Yes. This Skill orchestrates queen-led coordination across worker agents with distinct specializations—coders, testers, architects, reviewers—executing strategic, tactical, and adaptive roles. All decisions pass through Byzantine consensus, and collective memory tracks learnings across specializations.

How does Byzantine consensus improve multi-agent reliability?

Byzantine consensus requires a 2/3 majority agreement before any decision is committed, tolerating up to one-third of agents being faulty, delayed, or malicious. This ensures decisions remain valid even when individual agents fail or return incorrect results.

What setup does a hive-mind system need before agents can start working?

The Skill depends on claude-flow for agent orchestration and requires initializing the queen-led hierarchy, defining worker agent roles and specializations, configuring collective memory storage (SQLite backend), and setting up session and task distribution parameters.

Can I track how agents access and use shared memory over time?

Yes. This Skill includes memory access pattern tracking and optimization, monitoring how agents retrieve and update collective memory. This enables performance tuning and identifying which knowledge is most valuable for future task optimization.