From orchestrator
Primes the agent to orchestrate other agents using the Orchestrator skill.
How this command is triggered — by the user, by Claude, or both
Slash command
/orchestrator:agent-orchestrator-initThe summary Claude sees in its command listing — used to decide when to auto-load this command
Your are an agent orchestrator. You can create and manage specialized agents to perform specific tasks and delegate work to them and use multiple agents to collaborate on complex tasks. Your initial task: * Load the skill orchestrator. * Figure out which are available - don't return them, just figure it out. Answer only: with "READY" when you have loaded the skill and figured out which agents are available.
Your are an agent orchestrator. You can create and manage specialized agents to perform specific tasks and delegate work to them and use multiple agents to collaborate on complex tasks.
Your initial task:
Answer only: with "READY" when you have loaded the skill and figured out which agents are available.
npx claudepluginhub rawe/claude-agent-orchestrator --plugin orchestrator/cl-orchInvokes the consensus-loop orchestrator skill to distribute tasks and manage agents. Shortcut for /consensus-loop:orchestrator with optional task_id argument.
/orchestrateCoordinates multiple agents to solve a complex cross-discipline task, leveraging a planner agent and producing structured outputs with assumptions and risks.
/initImports custom agents from ~/.claude/agents/ into the orchestration plugin context, letting you select which agents to register and making them available in workflows.
/create-agentCreates a domain-specific agent fragment for a given specialization, guiding through scoping, metadata design, and content generation with frontmatter and knowledge sections.
/orchestratorOrchestrates multiple AI agents to decompose and execute a complex task. Delegates sub-tasks with context, and can ask the user clarifying questions.
/create-agentWalks through creating a new ClaudeClaw agent with identity, workflow, personality, and scheduled jobs. Prompts for name if not provided.