Joelhooks Swarm Tools
joelhooks-swarm-tools is a Claude Code plugin for the Build phase that adds multi-agent swarm coordination, learning, and issue tracking for OpenCode-style delegated coding.
Orchestrate multiple coding agents with delegation, learning, and issue tracking when you outgrow single-thread Claude sessions on one repo.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install joelhooks-swarm-tools@joelhooks/swarm-toolsBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:joelhooks/swarm-tools") and the paste-ready config with skillselion.get_install_config("plugin:joelhooks/swarm-tools").
What it does
joelhooks-swarm-tools is a Claude Code plugin that packages swarm-tools for builders who want several agents working in parallel instead of one long chat. It focuses on coordination—who does what, how work is delegated, and how issues are tracked—plus learning so repeat patterns get smoother over time. The listing describes OpenCode-oriented multi-agent management, which suits solo and indie developers shipping with Claude Code when features split naturally across subtasks (frontend pass, test pass, docs pass). You install it when single-agent context and serial tool use become the bottleneck, not when you need a one-off API wrapper. It sits in the build journey under agent-tooling: you are extending how your coding agent runs, not replacing your app stack. Expect advanced setup compared to a simple skill; rewards show up when you routinely run delegated agents on the same codebase and need visibility into what each agent finished or blocked on.
Highlights
- Multi-agent swarm coordination and delegate workflows for OpenCode
- Learning capabilities across swarm runs
- Agent issue tracking and management hooks
- Keywords: claude, coordination, delegates, multiagent, swarm
- Single-plugin bundle (plugin count: 1) from joelhooks/swarm-tools
Why builders use it
Parallel agent work falls apart when nobody tracks who owns which task or what failed across sessions.
After you add the plugin, you can coordinate delegated swarms with tracked agent issues instead of one opaque monolithic thread.
At a glance
- Type - Plugin in AI Agents.
- Adoption - 0 installs, 613 stars, 0 votes.
FAQ
Who is joelhooks-swarm-tools for?
It is for Claude Code users who run or want to run multi-agent swarms on OpenCode with delegation, learning, and issue tracking.
When should I use joelhooks-swarm-tools?
Use it during Build when you parallelize agent tasks and need coordination and management beyond a single coding session.
How do I add joelhooks-swarm-tools to my agent?
Install the plugin from the joelhooks/swarm-tools Claude Code plugin source, register it in Claude Code, then enable swarm coordination in your OpenCode workflow.
Comments
Share how you use joelhooks-swarm-tools, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.