# 安装 system-type-distributed

- 类型: Skill 技能
- 说明: 帮助用户设计与评估分布式系统的核心机制、权衡与故障处理方案
- 仓库: https://github.com/microsoft/amplifier-bundle-systems-design
- ⚠ 安全: 该技能从材料看属于纯提示词/文档型内容，不要求密钥、未声明远程端点，也未体现本地代码执行或数据读写能力，整体风险较低。主要需留意其开源仓库许可未声明、社区采用度低且维护状态未知，供应链可信度仍有一定不确定性。

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

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

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

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

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

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

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

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