# Dispatching Parallel Agents

> Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

- Skill: `paperclipai/dispatching-parallel-agents` (Agent Skill)
- Install (CLI): `npx skillmds@latest add paperclipai/dispatching-parallel-agents`
- Raw SKILL.md: https://api.skillmd.com/api/skills/paperclipai/dispatching-parallel-agents/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: paperclipai (https://skillmd.com/u/paperclipai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/paperclipai/dispatching-parallel-agents

---


Concurrent subagent workflows — dispatches multiple subagents for independent tasks that don't share state or have sequential dependencies.

