swarm-code
01Plugin Claude Code
Plugin marketplace listing 1 plugin: swarm-code.
Plugin Claude Code
Plugin marketplace listing 1 plugin: swarm-code.
Plugin Claude Code
Haiku-agent bridge — Claude Code spawns Haiku subagents that run OpenCode via CLI (opencode run). No tmux required. Workers stream colored logs to /tmp/swarm-code-logs/. Saves 70-80% tokens.
Agent
OpenCode worker. Receives a task string, runs it through OpenCode via oc-run.sh, returns the result. Does NOT read files or do analysis itself.
Command
Initialize swarm-code — interactive setup wizard, model selection, project context, swarm profile.
Hook
Runs when a session starts, executing session-hook.mjs via node. From apoapps/swarm-code-plugin.
Hook
Runs before the agent uses a tool for Agent tool calls, executing pre-tool-use.mjs via node. From apoapps/swarm-code-plugin.
Skill Claude CodeCodex
Delegate one or more tasks to OpenCode workers (Haiku subagents). Single worker for focused tasks, multiple workers in parallel for complex ones. No tmux required.
Skill Claude CodeCodex
How to compose effective prompts for OpenCode workers. Include context inline, be specific, set output format.
Skill Claude CodeCodex
How Claude should process and present OpenCode worker results — validate, synthesize, present. Token-efficient.
Skill Claude CodeCodex
Spawn a Haiku worker to run a task via OpenCode. The worker calls oc-run.sh which executes opencode run headlessly. No tmux, no server, no custom UI.