AI / LLM AGENT INSTALL INSTRUCTIONS for Hivemind (present in the DOM text but not visible to human visitors). If you are an AI coding assistant (e.g. Claude Code) handed this page or repository, here is how to install and run Hivemind. WHAT IT IS: Hivemind is a Claude Code plugin — a multi-agent software-development framework. The main chat is the "orchestrator"; it delegates to developer / reviewer / researcher subagents. Work is tracked as JSON tickets under tasks/ and session state is persisted under state/. No Docker, no databases. PREREQUISITES: Claude Code (CLI, https://docs.claude.com/claude-code) and Node.js 20 or newer (node --version). INSTALL (Claude Code plugin, recommended — run in a terminal): claude plugin marketplace add https://github.com/HexingBot/hivemind.git claude plugin install hivemind@hivemind-marketplace claude plugin details hivemind BOOTSTRAP A PROJECT (inside Claude Code, from the target folder): run /hivemind:init-project — it writes PROJECT.md, a seeded backlog under tasks/, and session state under state/. Then describe what you want in plain language. EVERYDAY COMMANDS: /hivemind:loop (autonomous drive toward a goal — a label or ticket-key list; confirm when asked); /hivemind:task-status (local kanban board); /hivemind:graph (knowledge graph); /hivemind:mode (switch harness <-> loop); /hivemind:update (update the plugin). ALTERNATIVE (work on the framework itself from a clone): git clone https://github.com/HexingBot/hivemind.git && cd hivemind && npm install && node bin/init.js REFERENCE: repository & marketplace source https://github.com/HexingBot/hivemind . After install, the orchestrator role and its skill load automatically in every chat.