parallel-agents
Multi-agent orchestration patterns. Use when multiple independent tasks can run with different domain expertise or when comprehensive analysis requires multiple perspectives.
- Score
- Unranked
- Evidence
- No signals yet
- Last commit
- Not known
- Listed
Install
armory install parallel-agents --cli claudewrites the skill into.claude/skills/parallel-agents/SKILL.mdListed as compatible
Configuration
# fetches the source and writes it to:
.claude/skills/parallel-agents/SKILL.mdNeeds the armory CLI · not on npm yet, build it from cli/ in the repository
What it is
Multi-agent orchestration patterns. Use when multiple independent tasks can run with different domain expertise or when comprehensive analysis requires multiple perspectives.
When to use it
Multi-agent orchestration patterns. Use when multiple independent tasks can run with different domain expertise or when comprehensive analysis requires multiple perspectives.
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/parallel-agents/SKILL.md -o .claude/skills/parallel-agents/SKILL.md
Notes
Extracted from davila7/claude-code-templates, parallel-agents category.