Skip to main content

claude-code-orchestrator

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

Ir para a instalação

Informações da origem

Repositório
kingbootoshi/claude-agent
Última atividade na origem
20 de maio de 2026 às 04:03
Idioma detectado do SKILL.md
inglês
Estrelas
1
Forks
0

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
name
claude-code-orchestrator
description
Spawn and manage sibling Claude Code agents through claude-agent for parallel frontend, workbench, implementation, and review tasks.
# Claude Code Orchestrator Use the local `claude-agent` CLI to run background Claude Code agents in tmux: ```bash 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: ```text 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.
Ver no GitHub