# 安装 subagent-driven-development

- 类型: Skill 技能
- 说明: 用于在当前会话中拆分并并行推进独立实现任务，加快开发执行效率。
- 仓库: https://github.com/obra/superpowers
- ⚠ 安全: 该技能材料表现为纯提示词/流程文档，不声明密钥、远程端点或独立可执行组件，整体风险较低。主要需留意其来源仓库社区采用低、许可证未声明且维护状态未知，供应链可信度一般。

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

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

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

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

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

### Claude Code
```bash
mkdir -p '~/.claude/skills/subagent-driven-development' && curl -fsSL 'https://raw.githubusercontent.com/obra/superpowers/main/skills/subagent-driven-development/SKILL.md' -o '~/.claude/skills/subagent-driven-development/SKILL.md'
```

### Codex
```bash
mkdir -p '~/.codex/skills/subagent-driven-development' && curl -fsSL 'https://raw.githubusercontent.com/obra/superpowers/main/skills/subagent-driven-development/SKILL.md' -o '~/.codex/skills/subagent-driven-development/SKILL.md'
```

### Cursor
```bash
mkdir -p '~/.cursor/skills/subagent-driven-development' && curl -fsSL 'https://raw.githubusercontent.com/obra/superpowers/main/skills/subagent-driven-development/SKILL.md' -o '~/.cursor/skills/subagent-driven-development/SKILL.md'
```
