From shipwright
Build multiple files/pages in parallel using subagents. Handles task division, shared file coordination, and build verification. Conflict-free by design.
How this skill is triggered — by the user, by Claude, or both
Slash command
/shipwright:parallel-buildersonnetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Orchestrate building many files at once without merge conflicts.
Orchestrate building many files at once without merge conflicts.
Before spawning agents, identify files that appear in multiple batches:
Shared files (main agent handles these AFTER subagents finish):
- Router config (e.g., routes.tsx, app.module.ts)
- Barrel exports (e.g., index.ts)
- Shared types (e.g., types.ts)
Rule: subagents never edit shared files. Only the main agent does, after all parallel work completes.
| Files to build | Strategy |
|---|---|
| 1-2 | Just do it sequentially — no need for parallel |
| 3-5 | 2-3 subagents |
| 6-10 | 3-4 subagents |
| 10+ | 4-5 subagents max (diminishing returns) |
Before spawning:
After all subagents complete:
npx claudepluginhub cloverink/shipwright --plugin shipwrightFetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Applies a firm's KYC/AML rules grid to parsed onboarding records: assigns risk rating, checks required documents, outputs rule outcomes with citations, and routes for escalation.
Generates daily or weekly digests of activity from connected sources (chat, email, docs, tasks, CRM), highlighting action items, decisions, mentions, and project updates.