# 安装 nextflow-development

- 类型: Skill 技能
- 说明: 运行 nf-core/Nextflow 流水线，完成 RNA-seq、变异检测与 ATAC-seq 数据分析
- 仓库: https://github.com/anthropics/knowledge-work-plugins
- ⚠ 安全: 该技能材料显示其为开源的提示/文档型 Skill，本身未声明需要密钥或固定远程端点，整体风险较低。需注意其目标工作流涉及下载公共数据、安装依赖并运行生信流程，若按说明落地执行将带来本机执行、文件访问与外部拉取依赖的常规操作风险。

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

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

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

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

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

### Claude Code
```bash
mkdir -p '~/.claude/skills/nextflow-development' && curl -fsSL 'https://raw.githubusercontent.com/anthropics/knowledge-work-plugins/main/bio-research/skills/nextflow-development/SKILL.md' -o '~/.claude/skills/nextflow-development/SKILL.md'
```

### Codex
```bash
mkdir -p '~/.codex/skills/nextflow-development' && curl -fsSL 'https://raw.githubusercontent.com/anthropics/knowledge-work-plugins/main/bio-research/skills/nextflow-development/SKILL.md' -o '~/.codex/skills/nextflow-development/SKILL.md'
```

### Cursor
```bash
mkdir -p '~/.cursor/skills/nextflow-development' && curl -fsSL 'https://raw.githubusercontent.com/anthropics/knowledge-work-plugins/main/bio-research/skills/nextflow-development/SKILL.md' -o '~/.cursor/skills/nextflow-development/SKILL.md'
```
