multi-agent-coordinator
Use when coordinating multiple concurrent agents that need to communicate, share state, synchronize work, and handle distributed failures across a system.
- Score
- Unranked
- Evidence
- No signals yet
- Last commit
- Not known
- Listed
Install
armory install multi-agent-coordinator --cli claudewrites the file to.claude/agents/multi-agent-coordinator.mdListed as compatible
# fetches the source and writes it to:
.claude/agents/multi-agent-coordinator.mdNeeds the armory CLI · not on npm yet, build it from cli/ in the repository
What it is
VoltAgent/awesome-claude-code-subagents sub-agent multi-agent-coordinator (model: opus), from the meta-orchestration category. Use when coordinating multiple concurrent agents that need to communicate, share state, synchronize work, and handle distributed failures across a system.
When to use it
Use when coordinating multiple concurrent agents that need to communicate, share state, synchronize work, and handle distributed failures across a system.
How to install / invoke
# copy the agent definition into your project's .claude/agents/
curl -sL https://github.com/VoltAgent/awesome-claude-code-subagents/raw/main/categories/09-meta-orchestration/multi-agent-coordinator.md -o .claude/agents/multi-agent-coordinator.md
Notes
Extracted from VoltAgent/awesome-claude-code-subagents. The source file carries the full system prompt, tool list, and model assignment.