Armory
Source
Browse
Skills

dispatching-parallel-agents

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

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install dispatching-parallel-agents --cli claude

writes the skill into.claude/skills/dispatching-parallel-agents/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/dispatching-parallel-agents/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

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

When to use it

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

How to install / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/ai-research/dispatching-parallel-agents/SKILL.md -o .claude/skills/dispatching-parallel-agents/SKILL.md

Notes

Extracted from davila7/claude-code-templates, dispatching-parallel-agents category.