From orchestrator
Decompose a task into parallel subagent workstreams. Use only via /orchestrate, /parallel, /plan-only.
How this skill is triggered — by the user, by Claude, or both
Slash command
/orchestrator:orchestratorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Split a task into independent workstreams, dispatch them as parallel Agent
Split a task into independent workstreams, dispatch them as parallel Agent calls, synthesize the results.
Send all independent Agent calls in ONE message — that is what makes them run in parallel. Sequential phases wait for the prior phase, then dispatch the next batch (again, one message per batch), passing forward a short summary of prior results.
Agent selection:
subagent_type: Explore — read-only codebase questions; fast, cheap.subagent_type: Plan — design and trade-off analysis. Plan agents design;
they do not edit files.subagent_type: general-purpose — anything that edits files or runs commands.run_in_background: true — long workstreams you want to keep working past.isolation: worktree — when two or more parallel agents mutate files.Merge the results into one answer: list what each workstream produced, surface conflicts or contradictions between workstreams explicitly, and report failed workstreams with their errors instead of papering over them.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub nalyk/nalyk-skills --plugin orchestrator