parallel-coordinator

Installation
SKILL.md

Parallel Coordinator

Purpose

The Parallel Coordinator skill enables orchestration of multiple independent agents executing simultaneously. By leveraging Claude's native capability to execute multiple tool calls in a single message, this skill maximizes throughput when users present requests containing multiple independent tasks.

This skill transforms sequential bottlenecks into parallel workflows, reducing overall completion time and improving user experience when handling complex, multi-faceted requests.

When to Use This Skill

Invoke the Parallel Coordinator when:

  1. Multiple Independent Tasks: The user's request contains 2 or more tasks that can be completed without interdependencies
  2. Parallelizable Operations: Tasks involve I/O-bound operations (file reading, web searches, API calls) that benefit from concurrent execution
  3. Multi-Domain Requests: The request spans different domains or contexts (e.g., "analyze this dataset AND review that codebase AND research this topic")
  4. Batch Operations: The user needs the same operation performed on multiple independent targets

Clear Indicators for Use

Related skills
Installs
11
Repository
dangeles/claude
GitHub Stars
5
First Seen
Feb 21, 2026