
Dispatching Parallel Agents
- 1 installs
- 821 repo stars
- Updated March 23, 2026
- paperclipai/companies
Dispatches multiple subagents concurrently for two or more independent tasks with no shared state or sequential dependencies.
About
Dispatches multiple subagents to work concurrently on 2+ independent tasks that share no state. A developer uses it to parallelize work that has no sequential dependencies.
- Dispatches multiple subagents for independent tasks
- For tasks without shared state or sequential dependencies
Dispatching Parallel Agents by the numbers
- 1 all-time installs (skills.sh)
- Ranked #14,102 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/paperclipai/companies --skill dispatching-parallel-agentsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1 |
|---|---|
| repo stars | ★ 821 |
| Last updated | March 23, 2026 |
| Repository | paperclipai/companies ↗ |
What it does
Dispatches multiple subagents concurrently for two or more independent tasks with no shared state or sequential dependencies.
Files
Concurrent subagent workflows — dispatches multiple subagents for independent tasks that don't share state or have sequential dependencies.