Subagent Cli
- Updated June 14, 2026
- silicon-based-Lin/subagent-cli
subagent-cli is a Claude Code plugin and shell controllers that wrap Agent CLIs as parallel subAgents so a primary agent can delegate execution while retaining review control.
About
subagent-cli is a Claude Code marketplace plugin and Bash toolkit that wraps other Agent CLIs as reusable subAgents with parallel task dispatch. The primary agent plans and reviews while workers run coding, testing, or review tasks via claude-ctl and codex-ctl scripts. Use it to mix premium orchestration models with lower-cost executors and to batch independent file or module work concurrently.
- Boss orchestrator dispatches parallel worker subAgents
- Supports Claude, Codex, OpenCode, CodeBuddy, Gemini, Aider CLIs
- /subagent-cli slash command plus natural-language triggers
- Foreground and background ctl scripts with status and cancel
Subagent Cli by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add silicon-based-Lin/subagent-cliAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| Last updated | June 14, 2026 |
|---|---|
| Repository | silicon-based-Lin/subagent-cli ↗ |
How do you run multiple Agent CLIs in parallel under one orchestrator without manual terminal juggling?
Dispatch parallel worker Agent CLIs from a primary Claude or Codex session via /subagent-cli and ctl scripts.
Who is it for?
Developers running Claude Code or Codex who want heterogeneous or cost-optimized multi-agent execution on batch tasks.
Skip if: Single-threaded changes where subprocess orchestration overhead exceeds the task size.
What you get
Task status, JSON or text results per task-id, and completed parallel worker runs collected by the orchestrator.
Plugins in this marketplace
1 plugin - install individually after you add the marketplace.
Recommended Marketplaces
FAQ
Which agent CLIs are supported?
Documentation lists Claude Code, Codex, OpenCode, CodeBuddy, Gemini CLI, and Aider among supported workers.
Can tasks run in the background?
Yes—codex-ctl and claude-ctl support --bg with status, result, and cancel subcommands.