agent-coordination
9
总安装量
9
周安装量
#31151
全站排名
安装命令
npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill agent-coordination
Agent 安装分布
opencode
9
claude-code
9
github-copilot
9
codex
9
kimi-cli
9
gemini-cli
9
Skill 文档
Agent Coordination
Coordinate multiple specialized Skills and Task Agents through strategic execution patterns.
Quick Reference
- Strategies – Parallel, sequential, swarm, hybrid, iterative
- Skills vs Agents – When to use each
- Quality Gates – Validation checkpoints
- Examples – Coordination examples
When to Use
- Orchestrating multi-worker workflows
- Managing dependencies between tasks
- Optimizing complex task execution
- Quality-critical work with validation
CRITICAL: Skills vs Task Agents
Skills (via Skill tool): Instruction sets that guide Claude
- Examples: rust-code-quality, architecture-validation, plan-gap-analysis
Agents (via Task tool): Autonomous sub-processes that execute
- Examples: code-reviewer, test-runner, debugger, loop-agent
See strategies.md for coordination patterns and skills-agents.md for when to use each.