Templates and patterns for spawning and coordinating subagents (parallel Claude instances). Use when a task benefits from parallelization, independent verification, or specialized sub-tasks. Triggers: "use subagents", "spawn agents", "parallelize this", "run in parallel", "use multiple agents", or when a task has clearly independent parallel workstreams.
$npx -y skills add floomhq/moto --skill subagent-templatesInstalls into the current project.
Run `npx skills use "https://github.com/floomhq/moto" --skill "floomhq/moto/subagent-templates"` 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/floomhq/moto" that are relevant to the current task. Run `npx skills add "https://github.com/floomhq/moto"` and select the relevant skills, then follow their instructions.