Run an orchestrator-pattern build on any codebase. Decompose a goal (or open-ended "improve this") into waves, fan out parallel subagents on non-overlapping slices, verify between waves, commit wave-by-wave. Use when the user says "orchestrate", "fan out to agents", "parallel agents", "swarm this", "overnight build", "ship a batch of fixes", "improve this codebase", "find bugs", "what should we fix here", "ideas for this codebase", or any request that's bigger than one agent can comfortably do in one shot.
$npx -y skills add mphinance/alpha-skills --skill orchestrateInstalls into the current project.
Run `npx skills use "https://github.com/mphinance/alpha-skills" --skill "mphinance/alpha-skills/orchestrate"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/mphinance/alpha-skills" that are relevant to the current task. Run `npx skills add "https://github.com/mphinance/alpha-skills"` and select the relevant skills, then follow their instructions.