# 安装 ib-check-deck

- 类型: Skill 技能
- 说明: Investment banking presentation quality checker. Reviews a pitch deck or client-ready presentation for (1) number consistency across slides, (2) data-narrative alignment, (3) language polish against IB standards, (4) visual and formatting QC. Use whenever the user asks to review, check, QC, proof, or do a final pass on a deck, pitch, or client materials — including requests like "check my numbers", "reconcile figures across slides", "is this client-ready", or "what am I missing before I send this out".
- 仓库: https://github.com/anthropics/financial-services

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

### Claude Code
```
请帮我安装 askskill 上的 "ib-check-deck" 技能：
1. 下载 https://raw.githubusercontent.com/anthropics/financial-services/main/plugins/agent-plugins/pitch-agent/skills/ib-check-deck/SKILL.md
2. 保存为 ~/.claude/skills/ib-check-deck/SKILL.md
3. 装好后重载技能，告诉我可以用了
```

### Codex
```
请帮我安装 askskill 上的 "ib-check-deck" 技能：
1. 下载 https://raw.githubusercontent.com/anthropics/financial-services/main/plugins/agent-plugins/pitch-agent/skills/ib-check-deck/SKILL.md
2. 保存为 ~/.codex/skills/ib-check-deck/SKILL.md
3. 装好后重载技能，告诉我可以用了
```

### Cursor
```
请帮我安装 askskill 上的 "ib-check-deck" 技能：
1. 下载 https://raw.githubusercontent.com/anthropics/financial-services/main/plugins/agent-plugins/pitch-agent/skills/ib-check-deck/SKILL.md
2. 保存为 ~/.cursor/skills/ib-check-deck/SKILL.md
3. 装好后重载技能，告诉我可以用了
```

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

### Claude Code
```bash
mkdir -p '~/.claude/skills/ib-check-deck' && curl -fsSL 'https://raw.githubusercontent.com/anthropics/financial-services/main/plugins/agent-plugins/pitch-agent/skills/ib-check-deck/SKILL.md' -o '~/.claude/skills/ib-check-deck/SKILL.md'
```

### Codex
```bash
mkdir -p '~/.codex/skills/ib-check-deck' && curl -fsSL 'https://raw.githubusercontent.com/anthropics/financial-services/main/plugins/agent-plugins/pitch-agent/skills/ib-check-deck/SKILL.md' -o '~/.codex/skills/ib-check-deck/SKILL.md'
```

### Cursor
```bash
mkdir -p '~/.cursor/skills/ib-check-deck' && curl -fsSL 'https://raw.githubusercontent.com/anthropics/financial-services/main/plugins/agent-plugins/pitch-agent/skills/ib-check-deck/SKILL.md' -o '~/.cursor/skills/ib-check-deck/SKILL.md'
```
