subagent-dispatch
by Mr Shippers
Optimize task execution by intelligently dispatching work to parallel subagents with ready-to-paste prompts.
- Determine when a task needs parallel agents vs. sequential execution
- Generate self-contained prompts for subagents with zero context leakage
- Manage token budgets per agent to control execution costs
Secure checkout via Stripe
Included in download
- Determine when a task needs parallel agents vs. sequential execution
- Generate self-contained prompts for subagents with zero context leakage
- Includes example output and usage patterns
See it in action
A real example of what this skill takes in and produces.
Sample output
DISPATCH: SWARM-3 TOKEN BUDGET: ~5k per agent REASON: Unit tests for 3 utilities can run independently.
PASTE THIS: Template: "Write Jest tests for [FILE] covering all exported functions. Return only the test code." Dispatch 3 copies:
- lib/auth.ts
- lib/utils.ts
- lib/date.ts
subagent-dispatch
by Mr Shippers
Optimize task execution by intelligently dispatching work to parallel subagents with ready-to-paste prompts.
Secure checkout via Stripe
Included in download
- Determine when a task needs parallel agents vs. sequential execution
- Generate self-contained prompts for subagents with zero context leakage
- Includes example output and usage patterns
- Instant install
- One-time purchase
See it in action
A real example of what this skill takes in and produces.
Sample output
DISPATCH: SWARM-3 TOKEN BUDGET: ~5k per agent REASON: Unit tests for 3 utilities can run independently.
PASTE THIS: Template: "Write Jest tests for [FILE] covering all exported functions. Return only the test code." Dispatch 3 copies:
- lib/auth.ts
- lib/utils.ts
- lib/date.ts
About This Skill
Efficiently Scale Your Agent Task Execution
The subagent-dispatch skill solves the "coordination overhead" problem often found in multi-agent workflows. Instead of manually deciding how to split a complex task or letting an LLM over-spawn unnecessary agents, this skill analyzes your task and determines the mathematically optimal execution strategy: SOLO, DUAL, or SWARM-N.
What it does
This skill acts as an intelligent router for your AI agent. It evaluates work based on dependency chains and output volume to provide a ready-to-run execution plan. It supports:
- SOLO: Sequential execution for tasks with high dependency.
- DUAL: Parallel execution for independent halves (e.g., Backend vs. Frontend).
- SWARM-N: Fan-out execution for repetitive tasks across multiple files or repositories (up to 7 agents).
Why use this skill?
Simply asking an AI to "do this in parallel" often results in context leakage or poorly defined sub-tasks. This skill generates self-contained, context-free prompts for every subagent, ensuring they have exactly what they need to succeed without parent-context "noise." It also enforces strict token budgets, preventing runaway costs while minimizing wall-clock time.
Output format
You receive a structured dispatch order including the reason for the split and a PASTE THIS block. You can copy-paste the resulting instruction directly into your Task tool or terminal to trigger the parallel work immediately.
Use Cases
- Determine when a task needs parallel agents vs. sequential execution
- Generate self-contained prompts for subagents with zero context leakage
- Manage token budgets per agent to control execution costs
- Scale repetitive audits or refactors across multiple files using Swarm logic
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/subagent-dispatch | tar xz -C ~/.claude/skills/Free skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
No special permissions declared or detected
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
subagent-orchestrator (Develop based on the Claude Code sourcemap)
Turn your AI agent into a coordinator that manages parallel subagents for complex coding and research tasks.
skill-router-2
Automatically detect, load, and stack the perfect skills combo for any user request.
handoff-writer
Generate high-density technical handoffs to resume work across agents or team members without losing context.
software-architect
A structured framework for planning, reviewing, and evolving complex software systems with explicit trade-offs.