bycodingcossack· 14 skills
Dispatches one subagent per independent domain to parallelize investigation/fixes. Use when you have 2+ unrelated failures (e.g., separate failing test files, subsystems, bugs) with no shared state or ordering dependencies.
$npx -y skills add codingcossack/agent-skills-library --skill dispatching-parallel-agentsInstalls into the current project.
Run `npx skills use "https://github.com/codingcossack/agent-skills-library" --skill "codingcossack/agent-skills-library/dispatching-parallel-agents"` 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/codingcossack/agent-skills-library" that are relevant to the current task. Run `npx skills add "https://github.com/codingcossack/agent-skills-library"` and select the relevant skills, then follow their instructions.