agents agent-coordination command (monomind)
Scanned 9/10/2026
Install to Claude Code
npx -y skills add monoes/monomind --skill monomind-agents-agent-coordination --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Monomind Agents Agent Coordination?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/monoes-monomind-agents-agent-coordination)More formats (shields.io, HTML) on the badges page.
---
description: agents agent-coordination command (monomind)
type: flow
name: monomind-agents-agent-coordination
---
# agent-coordination
Coordination patterns for multi-agent collaboration.
## Coordination Patterns
### Hierarchical
Queen-led with worker specialization
```bash
npx monomind monoswarm init --topology hierarchical
```
### Mesh
Peer-to-peer collaboration
```bash
npx monomind monoswarm init --topology mesh
```
### Adaptive
Dynamic topology based on workload
```bash
npx monomind monoswarm init --topology adaptive
```
## Best Practices
- Use hierarchical for complex projects
- Use mesh for research tasks
- Use adaptive for unknown workloads
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!