What problem does it solve?
Running every coding subtask through a premium model burns tokens on work that free models can handle. This Skill lets Claude Code act as an orchestrator that delegates grunt work to free opencode workers, cutting token costs while keeping review and merging under your control.
Core Features & Use Cases
- Single worker delegation: Send one read-only question or small task to a free opencode worker via a hardened script that returns one compact JSON line with tokens, cost, and duration.
- Parallel swarms with worktree isolation: Decompose a task into 2-5 independent subtasks, spawn scout/coder/tester workers in parallel against separate git worktrees, then review and merge diffs yourself.
- Fleet templates and benchmarking: Use slash commands for review panels, research sweeps, migrations, and test fleets, plus a benchmark harness comparing Claude solo, opencode solo, and orchestrated swarm configs.
- Use Case: You need a large diff reviewed. Run /review-panel to spawn four parallel lens reviewers (correctness, security, performance, style), aggregate their findings by consensus, and get a SHIP/FIX verdict at zero worker cost.
Quick Start
Ask the agent to delegate a task to a free opencode worker, for example: use /hive to route "review the changes in src/auth for security issues" to the right worker pattern.