# 安装 systems-design-methodology

- 类型: Skill 技能
- 说明: 用于按九阶段方法系统化推进架构设计、权衡取舍与迁移规划。
- 仓库: https://github.com/microsoft/amplifier-bundle-systems-design
- ⚠ 安全: 该技能材料显示其为纯提示词/方法论文档型 Skill，不要求密钥、无声明远程端点，也无本地代码执行或数据读写能力。主要风险来自供应链侧信息有限：虽为 GitHub 开源仓库且看似来自微软相关仓库，但许可证未声明、star 很低且维护状态未知，建议在正式使用前做基本来源核验。

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

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

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

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

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

### Claude Code
```bash
mkdir -p '~/.claude/skills/systems-design-methodology' && curl -fsSL 'https://raw.githubusercontent.com/microsoft/amplifier-bundle-systems-design/main/skills/systems-design-methodology/SKILL.md' -o '~/.claude/skills/systems-design-methodology/SKILL.md'
```

### Codex
```bash
mkdir -p '~/.codex/skills/systems-design-methodology' && curl -fsSL 'https://raw.githubusercontent.com/microsoft/amplifier-bundle-systems-design/main/skills/systems-design-methodology/SKILL.md' -o '~/.codex/skills/systems-design-methodology/SKILL.md'
```

### Cursor
```bash
mkdir -p '~/.cursor/skills/systems-design-methodology' && curl -fsSL 'https://raw.githubusercontent.com/microsoft/amplifier-bundle-systems-design/main/skills/systems-design-methodology/SKILL.md' -o '~/.cursor/skills/systems-design-methodology/SKILL.md'
```
