Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Expert in designing, orchestrating, and managing multi-agent systems (MAS). Specializes in agent collaboration patterns, hierarchical structures, and swarm intelligence. Use when building agent teams, designing agent communication, or orchestrating autonomous workflows.
.claude/skills/majiayu000-agent-organizer/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-06 | ✗→✓ | ▲ Improved | 58% | 0% |
| case-11 | ✓→✓ | = Same ✓ | 23% | 0% |
| case-01 | ✓→✓ | = Same ✓ | 19% | 0% |
| case-02 | ✓→✓ | = Same ✓ | 57% | 0% |
| case-03 | ✓→✓ | = Same ✓ | 56% | 0% |
Provides expertise in multi-agent system architecture, coordination patterns, and autonomous workflow design. Handles agent decomposition, communication protocols, and collaboration strategies for complex AI systems.
Invoke this skill when:
Do NOT invoke when:
Agent System Design:
├── Single task, no coordination → Single agent
├── Parallel independent tasks → Worker pool pattern
├── Sequential dependent tasks → Pipeline pattern
├── Complex interdependent tasks
│ ├── Clear hierarchy → Hierarchical orchestration
│ ├── Peer collaboration → Swarm/consensus pattern
│ └── Dynamic roles → Adaptive agent mesh
└── Human-in-the-loop → Supervisor pattern| Anti-Pattern | Problem | Correct Approach | |--------------|---------|------------------| | God agent | Single agent doing everything | Decompose into specialized agents | | Chatty agents | Excessive inter-agent messages | Batch communications, async where possible | | Tight coupling | Agents depend on internal state | Use contracts and interfaces | | No supervision | Agents run without oversight | Add supervisor or human-in-loop | | Shared mutable state | Race conditions and conflicts | Use message passing or event sourcing |
Other measured skills in the registry, with their headline benchmark lift.