Install subagent orchestration rule into the current project. Copies orchestration reference files to ./.claude/rules/orchestration/ so the project supports multi-agent dispatch with beads, worktrees, and named agents.
How this skill is triggered — by the user, by Claude, or both
Slash command
/subagent-orchestration:install-subagent-orchestration-ruleThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Copy orchestration rule files from this skill's references into the current project.
Copy orchestration rule files from this skill's references into the current project.
././.claude/rules/orchestration/ already exists in the project root
/uninstall-subagent-orchestration-rule
first, then re-run this skill././.claude/rules/orchestration/ in the project root././.claude/rules/orchestration/roles.mdroles.md — prerequisites, orchestrator role, agent role, named agentsdispatch.md — issue sizing, batching, dispatch workflowexecution.md — worktree lifecycle, overlap, QA, post-dispatchagent-template.md — named agent definition template with required settingsnpx claudepluginhub pablolion/subagent-orchestration --plugin subagent-orchestrationScaffolds a file-based multi-agent orchestration system (approval gate, task re-entry, topology) for Claude Code, Codex, or Antigravity using a deterministic generator.
Enforces orchestrator boundaries by preventing direct implementation, enforcing immutable requirements, and validating delegation patterns. Useful for multi-agent orchestration workflows.
Installs Claude-Code-Tunnels Project Orchestrator into the project directory, verifies Python 3.10+, registers workspaces, connects messenger channels. Invoke via /claude-code-tunnels:setup-orchestrator.