This is serious infrastructure for coordinating multiple Codex agents on large codebases. It spins up isolated git worktrees and tmux sessions per task, analyzes file dependencies to determine what can run in parallel versus what needs to serialize, and includes a heartbeat monitor that auto-recovers stuck sessions by sending input or restarting with error context. You'd reach for this when facing a backlog of 10+ GitHub issues that touch different parts of the system and you want autonomous parallel execution instead of babysitting each one. The self-healing is clever but also means you need to trust it with your repo. Works best when paired with the senior-engineering skill for better judgment calls.
npx -y skills add jdrhyne/agent-skills --skill task-orchestrator --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
kubesphere/kubesphere
supercent-io/skills-template