Agent Teams Playbook
Description
Claude Code多智能体编排Skill:自适应决策 + 6阶段工作流 + 5大场景 | Multi-agent orchestration skill for Claude Code
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
[中文](./README.md) | [English](./README_EN.md)
Agent Teams 编排手册
   
老金的开源知识库,实时更新群二维码:https://my.feishu.cn/wiki/OhQ8wqntFihcI1kWVDlcNdpznFf
📞 联系方式
获取更多AI资讯和技术支持
微信公众号:获取AI第一信息 | 个人微信号:备注'AI'加群交流
☕ 请我喝杯咖啡
如果这个教程对你有帮助,欢迎打赏支持!
微信支付 |
支付宝 |
概述
`agent-teams-playbook` 是一个以 Claude Code 为优先目标的 Skill,用于生成可执行的多代理(Agent Teams)编排策略。
**核心理解**:"swarm/蜂群"是通用行业说法,Claude Code的官方概念是 **Agent Teams**。每个teammate是独立Claude Code实例,各自有上下文窗口。Agent Teams是"并行外脑 + 汇总压缩",**不是**"单脑扩容"——并行读取/处理的总量可以很大,但回到主会话仍需总结压缩。
核心思想是"自适应决策",而不是"写死配置"。面向真实运行环境中的不确定性:
- Skill/工具可用性变化
- 多会话或多窗口上下文分叉
- 质量、速度、成本目标冲突
触发方式
**自然语言触发词:**
- agent teams、agent swarm、多agent、agent协作、agent编排、并行agent
- 分工协作、拉团队、多代理协作、swarm编排、agent团队
- multi-agent、orchestration、agent team
**Skill命令:**
/agent-teams-playbook [任务描述]
安装方式
方式一:命令行安装(推荐)
# 克隆仓库
git clone https://github.com/KimYx0207/agent-teams-playbook.git
# 运行安装脚本
cd agent-teams-playbook
chmod +x scripts/install.sh
./scripts/install.sh
方式二:手动安装
# 创建 Skill 目录
mkdir -p ~/.claude/skills/agent-teams-playbook
# 复制文件
cp SKILL.md ~/.claude/skills/agent-teams-playbook/
cp R
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11