From 790fd57c01d85e4dc019b397c71299ee703b2f46 Mon Sep 17 00:00:00 2001 From: Hanish Chowdary N Date: Fri, 28 Aug 2026 22:45:41 +0530 Subject: [PATCH] Add hivemind to External Marketplaces hivemind is a Claude Code plugin marketplace for delegating mechanical work to headless opencode worker swarms on free models, while Claude Code stays the planner, reviewer and merger. Added as one row in the External Marketplaces table, matching the existing entry format and install-command style. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0670365..6cad228 100644 --- a/README.md +++ b/README.md @@ -394,6 +394,7 @@ Community-maintained plugin marketplaces you can add to access additional plugin | Marketplace | Description | Install | |-------------|-------------|---------| | [ykdojo/claude-code-tips](https://github.com/ykdojo/claude-code-tips?tab=readme-ov-file#install-the-dx-plugin) | dx plugin: GitHub Actions analysis (`/gha`), conversation cloning (`/clone`, `/half-clone`), context handoffs (`/handoff`), Reddit fetching (`/reddit-fetch`) | `claude plugin marketplace add ykdojo/claude-code-tips` then `claude plugin install dx@ykdojo` | +| [Hanishchow/hivemind](https://github.com/Hanishchow/hivemind) | hivemind plugin: delegate mechanical work to headless [opencode](https://opencode.ai) worker swarms on free models while Claude Code stays the planner and reviewer. Git-worktree isolation per writing worker, one-JSON-line worker contract so raw agent output never enters the orchestrator's context, and slash commands for parallel review, research sweeps, migrations and test fleets (`/hive`, `/oc`, `/swarm`, `/review-panel`, `/research-sweep`, `/migration`, `/test-fleet`) | `claude plugin marketplace add Hanishchow/hivemind` then `claude plugin install hivemind@hivemind` | ### Skills & Frameworks