swarm-tools
01Plugin Claude Code
Plugin marketplace listing 1 plugin: swarm.
Plugin Claude Code
Plugin marketplace listing 1 plugin: swarm.
Skill Claude CodeCodex
Handles version bumps and npm releases for the swarm-tools monorepo (opencode-swarm-plugin, claude-code-swarm-plugin, swarm-mail, swarm-queue). Use when: creating changesets, bumping versions, preparing releases, checking release status, debugging publish failures, verifying npm packages, or merging release PRs.…
Agent
Agent "adversary" from joelhooks/swarm-tools, covering adversary agent - sarcasmotron, agent type, model, purpose and when to use.
Skill Claude CodeCodex
GitHub issue triage workflow with contributor profile extraction. Analyze → clarify → file cells → tag → implement → credit. Captures Twitter handles for changeset acknowledgments.
Skill Claude CodeCodex
Context-efficient PR comment triage. Evaluate, decide, act. Fix important issues, resolve the rest silently.
Skill Claude CodeCodex
CI/CD publishing workflow for npm packages using Changesets + npm Trusted Publishers (OIDC). Use when setting up automated npm publishing for monorepos, configuring GitHub Actions for releases, troubleshooting workspace: protocol resolution issues, fixing "Cannot find module" errors in published packages, or debugging…
Skill Claude CodeCodex
Test-Driven Development workflow with RED-GREEN-REFACTOR, lore from Kent Beck, Michael Feathers, and Ousterhout's counterpoint.
Instructions file CodexOpenCode
AGENTS.md instructions for joelhooks/swarm-tools, covering monorepo guide: bun + turborepo, critical: plugin wrapper must be self-contained, critical: no bd cli commands, critical: single global database architecture and why single database?.
Plugin Claude Code
Multi-agent task decomposition and coordination for Claude Code.
Agent
Runs background-only tasks without MCP tool access.
Agent
Orchestrates swarm coordination and supervises worker agents.
Agent
Executes a single subtask with file reservations and progress reporting.
Command
Properly end a swarm session - release reservations, sync state, generate continuation prompt.
Command
Query and manage swarm tasks (cells).
Command
Check swarm mail inbox for messages from other agents.
Command
Check swarm coordination status - workers, messages, reservations.
Command
Decompose task into parallel subtasks and coordinate agents.
Hook
Runs when a session starts, running swarm claude session-start. From joelhooks/swarm-tools.
Hook
Runs when a subagent starts for coordinator and worker tool calls, running swarm claude coordinator-start (2 commands). From joelhooks/swarm-tools.
Hook
Runs when a subagent finishes, running swarm claude subagent-stop. From joelhooks/swarm-tools.
Hook
Runs when the agent finishes a response, running swarm claude agent-stop. From joelhooks/swarm-tools.
Hook
Runs when you submit a prompt, before the agent sees it, running swarm claude user-prompt. From joelhooks/swarm-tools.
Hook
Runs before the agent uses a tool for Edit, Write, swarm_complete, TaskCreate and TaskUpdate tool calls, running swarm claude pre-edit (3 commands). From joelhooks/swarm-tools.
Hook
Runs after a tool call finishes for hivemind_find, mcp__plugin_swarm_swarm-tools__hivemind_find, skills_use, Skill, swarmmail_init, mcp__plugin_swarm_swarm-tools__swarmmail_init, hivemind_store, mcp__plugin_swarm_swarm-tools__hivemind_store, swarm_complete and TaskUpdate tool calls, running swarm claude track-tool…