parallel-agents
Installation
SKILL.md
Parallel Agent Orchestration
I'll help you coordinate multiple Claude instances to tackle complex tasks through parallel execution and intelligent task distribution.
Arguments: $ARGUMENTS - task description, number of agents, or coordination mode
Token Optimization
This skill uses multiple optimization strategies to minimize token usage while maintaining comprehensive multi-agent coordination:
1. Orchestration State Caching (1,500 token savings)
Pattern: Maintain persistent state files to avoid re-analyzing task structure
# Cache file: parallel-agents/state.json
# Format: JSON with task breakdown, agent assignments, progress
# TTL: Session-based (persists until task complete)