← all tools

cc-skill:dispatching-parallel-agents

Claude Code skill · anthropic · active

0
last 30 days
0 calls
0 of 30 days active
explain like I am new to this
what it does

You send multiple independent tasks to separate agents at the same time, instead of solving them one after another. Each agent gets focused instructions and works on its own problem in parallel, then you review and combine their results.

who it is for

Anyone who needs to fix multiple unrelated bugs or issues quickly, like debugging three different test files or three broken features at once.

when it fires

When you mention having multiple independent problems, failures in different areas, or ask Claude to work on several things simultaneously.

say something like
  • "I have three failing tests in different files. Can you fix all three at the same time?"
  • "We have bugs in the payment system, the search feature, and the admin dashboard. Send agents to work on each."
  • "Dispatch agents to investigate the database errors and the API timeouts separately."
what you might get back
Agent 1 found the payment bug was a race condition and fixed it. Agent 2 discovered the search timeout was from a missing index and added it. Agent 3 identified the dashboard issue as a permission check and corrected it. All three worked at the same time and finished in half the time it would take sequentially.
how to know it worked

You see multiple agents working on different tasks at once, and each returns a focused summary of what they fixed without conflicts with the other fixes.

is this skill working for me
never used
cloud runs
0
0 deployments
local fires
0
Claude Code (optional)
posts published
0
from drafts
attributed
$0.00
signups + revenue
Deploy this skill as a cloud automation to put it to work — runs on a schedule, dispatches output to Telegram or email, and logs every result here.

Deploy this skill

no laptop required

Run this skill on a schedule in the cloud. Pipe output to Telegram, email, or any webhook. Every run is logged here with full output, cost, and thumbs feedback.

How this performs

Cloud-automation runs, real outputs, and feedback.

No cloud runs yet for this skill.

Once you deploy it (above), every run will show up here with the actual output, exact cost, and a thumbs button so you can rate quality over time.

what this is

Claude Code skill at /Users/olanrewajukareem/.claude/skills/dispatching-parallel-agents/SKILL.md. Auto-triggered by description matching when you type in Claude Code, OR embedded into agent system prompts (LeadFlow framework skills are wired this way). Auto-synced from disk every 6h via launchd.

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

Local Claude Code use (optional)

Install the SKILL.md file locally so this skill is available the next time you open Claude Code on your Mac. Most users skip this and just use cloud deployments above.

Install on your machine

Save this skill to ~/.claude/skills/dispatching-parallel-agents/SKILL.md so Claude Code auto-loads it whenever its description matches your prompt.

30-day activity
never used
2026-04-03today
cost model
unitincluded
capabilities
{
  "source": "global",
  "description": "Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies"
}
how it gets called
{
  "method": "embed_in_prompt",
  "skill_path": "/Users/olanrewajukareem/.claude/skills/dispatching-parallel-agents/SKILL.md"
}
This tool has never been called in the last 30 days.

That means either: (a) the system has not had a task that matched its strengths, (b) a more cost-effective alternative was picked by the router, or (c) the related automation is toggled OFF on /automations. The Recommender reviews idle tools weekly and may suggest killing it.