dispatching-parallel-agents
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security
Installation for Agentic Skill
View all platforms →skilz install I-Onlabs/claude-code-skills/dispatching-parallel-agentsskilz install I-Onlabs/claude-code-skills/dispatching-parallel-agents --agent opencodeskilz install I-Onlabs/claude-code-skills/dispatching-parallel-agents --agent codexskilz install I-Onlabs/claude-code-skills/dispatching-parallel-agents --agent geminiFirst time? Install Skilz: pip install skilz
Works with 22+ AI coding assistants
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/I-Onlabs/claude-code-skillscp -r claude-code-skills/dispatching-parallel-agents ~/.claude/skills/Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
sdd
by SpillwaveSolutions
This skill should be used when users want guidance on Spec-Driven Development methodology using GitHub's Spec-Kit. Guide users through executable s...
sdd
by SpillwaveSolutions
This skill should be used when users want guidance on Spec-Driven Development methodology using GitHub's Spec-Kit. Guide users through executable s...
dashboard-creator
by I-Onlabs
Create HTML dashboards with KPI metric cards, bar/pie/line charts, progress indicators, and data visualizations. Use when users request dashboards,...
syncing-branch
by cblecker
Standard workflow for all sync operations ('sync branch', 'pull latest', 'get latest changes', 'sync with upstream'): replaces bash-based git fetch...
Agentic Skill Details
- Repository
- claude-code-skills
- Type
- Non-Technical
- Meta-Domain
- general
- Primary Domain
- general
- Sub-Domain
- github skill use
- Market Score
- 84
Agent Skill Grade
B Score: 84/100 Click to see breakdown
Score Breakdown
Areas to Improve
- Missing Reference Files
- No Table of Contents
- Inline Code Examples
Recommendations
- Focus on improving Pda (currently 15/30)
- Address 1 high-severity issues first
- Add trigger phrases to description for discoverability
Graded: 2026-01-19
Developer Feedback
I took a look at your dispatching-parallel-agents skill and wanted to share some thoughts.
Links:
The TL;DR
You're at 84/100, solidly in B territory. This is based on Anthropic's skill best practices. Your writing style is pristine (10/10) and ease of use is solid (23/25), but you're leaving points on the table with Progressive Disclosure Architecture (15/30). The skill itself is practically useful for parallel task dispatch, but the structure needs work.
What's Working Well
- Crystal-clear writing — Your prose is direct and imperative, zero fluff. No second-person references, just instructions. That's exactly what Claude wants to read.
- Solid trigger phrases — Terms like "multiple failures," "independent tasks," and "parallel debugging" are specific enough that people will actually find this when they need it.
- Practical workflow — Your numbered steps and verification sections actually help people use the skill. The structured examples of agent dispatching patterns are useful.
- Terminology consistency — You stick with "agent," "dispatch," "status" throughout. That consistency makes the whole thing easier to follow.
The Big One: Progressive Disclosure Architecture
Here's the thing holding you back the most: you've crammed 181 lines into a single SKILL.md file. Everything—examples, detailed prompts, integration steps—is inlined. That burns token budget and makes navigation harder.
Why it matters: Claude agents have limited context. Layering your content means the base skill stays lean (intro + key concepts), and detailed stuff lives in references/. People skim SKILL.md first, then dive into references if they need depth.
The fix:
- Create a `refe...
Browse Category
More general Agentic SkillsReport Security Issue
Found a security vulnerability in this agent skill?
Report Security Issue
Thank you for helping keep SkillzWave secure. We'll review your report and take appropriate action.
Note: For critical security issues that require immediate attention, please also email security@skillzwave.ai directly.