Install
mkdir -p .claude/skills/parallel-mraibo && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13817" && unzip -o skill.zip -d .claude/skills/parallel-mraibo && rm skill.zipInstalls to .claude/skills/parallel-mraibo
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Parallel execution rules — when and how to use parallel agents and tool calls. Use PROACTIVELY when facing 2+ independent tasks. Prevents sequential anti-patterns.163 chars✓ has a “when” trigger
About this skill
Parallel Execution Skill
Source: AI Toolbox .agent/rules/parallel-execution.md
Mandatory Parallelization
- Fetching 2+ URLs simultaneously
- Reading 3+ independent files
- Running independent verification checks
- Reviewing multiple files
- Researching unrelated sub-topics
Self-Check Before Execution
- Do they depend on each other's output? → If NO: PARALLELIZE
- Would sequential execution waste time? → If YES: PARALLELIZE
- Are there 2+ independent sub-tasks? → If YES: PARALLELIZE
Agent Types
Explore— Fast file/keyword search, URL fetchinggeneral-purpose— Complex research, multi-step analysis
Full Rules
Read at: .agent/rules/parallel-execution.md