bylgbarn· 49 skills
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies. Also use when multiple test files fail with different root causes, multiple subsystems are broken independently, or you want agents to work concurrently on separate problem domains. If tasks touch different files and don't share state, this skill applies.
$npx -y skills add lgbarn/shipyard --skill parallel-dispatchInstalls into the current project.
Run `npx skills use "https://github.com/lgbarn/shipyard" --skill "lgbarn/shipyard/parallel-dispatch"` 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/lgbarn/shipyard" that are relevant to the current task. Run `npx skills add "https://github.com/lgbarn/shipyard"` and select the relevant skills, then follow their instructions.