# 安装 team-agent-orchestration

- 类型: Skill 技能
- 说明: 帮助团队编排多代理协作流程，管理任务归属、看板流转与交接控制。
- 仓库: https://github.com/affaan-m/ECC
- ⚠ 安全: 该技能材料显示其为纯提示词/流程编排类 Skill，不要求密钥、未声明远程端点，也未描述本地代码执行或数据读写能力。结合开源 GitHub 来源与较高社区采用度，整体属低风险，但许可证未声明且维护状态未知，供应链维度仍需基本留意。

## 方式一 · 一键代装（复制提示词让 AI 代劳）

### Claude Code
```
请帮我安装 askskill 上的 "team-agent-orchestration" 技能：
1. 下载 https://raw.githubusercontent.com/affaan-m/ECC/main/skills/team-agent-orchestration/SKILL.md
2. 保存为 ~/.claude/skills/team-agent-orchestration/SKILL.md
3. 装好后重载技能，告诉我可以用了
```

### Codex
```
请帮我安装 askskill 上的 "team-agent-orchestration" 技能：
1. 下载 https://raw.githubusercontent.com/affaan-m/ECC/main/skills/team-agent-orchestration/SKILL.md
2. 保存为 ~/.codex/skills/team-agent-orchestration/SKILL.md
3. 装好后重载技能，告诉我可以用了
```

### Cursor
```
请帮我安装 askskill 上的 "team-agent-orchestration" 技能：
1. 下载 https://raw.githubusercontent.com/affaan-m/ECC/main/skills/team-agent-orchestration/SKILL.md
2. 保存为 ~/.cursor/skills/team-agent-orchestration/SKILL.md
3. 装好后重载技能，告诉我可以用了
```

## 方式二 · 命令行安装（原生命令与配置）

### Claude Code
```bash
mkdir -p '~/.claude/skills/team-agent-orchestration' && curl -fsSL 'https://raw.githubusercontent.com/affaan-m/ECC/main/skills/team-agent-orchestration/SKILL.md' -o '~/.claude/skills/team-agent-orchestration/SKILL.md'
```

### Codex
```bash
mkdir -p '~/.codex/skills/team-agent-orchestration' && curl -fsSL 'https://raw.githubusercontent.com/affaan-m/ECC/main/skills/team-agent-orchestration/SKILL.md' -o '~/.codex/skills/team-agent-orchestration/SKILL.md'
```

### Cursor
```bash
mkdir -p '~/.cursor/skills/team-agent-orchestration' && curl -fsSL 'https://raw.githubusercontent.com/affaan-m/ECC/main/skills/team-agent-orchestration/SKILL.md' -o '~/.cursor/skills/team-agent-orchestration/SKILL.md'
```
