Claude Code Orchestrator

Spawn and manage sibling Claude Code agents through claude-agent for parallel frontend, workbench, implementation, and review tasks.

kingbootoshi 4f4e67e 1.0 KB Updated

File contents

Claude Code Orchestrator

Use the local claude-agent CLI to run background Claude Code agents in tmux:

claude-agent start "Task prompt" --dir /path/to/repo --map --xhigh
claude-agent await-turn <jobId>
claude-agent capture <jobId> 160 --clean
claude-agent send <jobId> "Continue with this correction."

Defaults are --model opus --effort max --permission-mode auto. Use --xhigh for broad workbench variant generation and default max for final review or hard implementation passes.

For workbench jobs, keep the prompt compact:

Read apps/workbench/AGENT_DESIGN_RULES.md, src/generated/theme-summary.md, and the target brief.md.
Create v1-v5 distinct variants, run bun run check, and report files changed.

Use claude-agent jobs --json for compact status. Use claude-agent attach <jobId> for direct tmux interaction.

kingbootoshi/claude-agent/tree/main/skills/claude/claude-code-orchestrator commit 4f4e67e234

Frequently asked questions

npx skillmds@latest add kingbootoshi/claude-code-orchestrator-2