# Nextflow Io AI Agent Skills

Nextflow Io publishes official AI agent skills for its tools, services, and developer workflows.

Browse 5 official AI agent skills across 1 Nextflow Io repository, with install commands and source links.

Official page: https://skillscout.sh/official/nextflow-io/
Markdown page: https://skillscout.sh/official/nextflow-io/nextflow-io_skills_skillscout.md
Vendor website: http://nextflow.io/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/nextflow-io/nextflow-io_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Nextflow Io skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

## Skills packages

### nextflow-io/agent-skills

Includes 5 official skills: create-workflow, run-module, install-nextflow, launch-workflow, migrate-nextflow-code.

Install:

```bash
npx skills add nextflow-io/agent-skills -y
```

Source: https://github.com/nextflow-io/agent-skills

## Individual skills

### create-workflow

Official Nextflow Io skill from nextflow-io/agent-skills.

Install:

```bash
npx skills add nextflow-io/agent-skills@create-workflow -y
```

Package: nextflow-io/agent-skills
Source: https://github.com/nextflow-io/agent-skills/tree/master/skills/create-workflow

### run-module

Official Nextflow Io skill from nextflow-io/agent-skills.

Install:

```bash
npx skills add nextflow-io/agent-skills@run-module -y
```

Package: nextflow-io/agent-skills
Source: https://github.com/nextflow-io/agent-skills/tree/master/skills/run-module

### install-nextflow

Official Nextflow Io skill from nextflow-io/agent-skills.

Install:

```bash
npx skills add nextflow-io/agent-skills@install-nextflow -y
```

Package: nextflow-io/agent-skills
Source: https://github.com/nextflow-io/agent-skills/tree/master/skills/install-nextflow

### launch-workflow

Official Nextflow Io skill from nextflow-io/agent-skills.

Install:

```bash
npx skills add nextflow-io/agent-skills@launch-workflow -y
```

Package: nextflow-io/agent-skills
Source: https://github.com/nextflow-io/agent-skills/tree/master/skills/launch-workflow

### migrate-nextflow-code

Official Nextflow Io skill from nextflow-io/agent-skills.

Install:

```bash
npx skills add nextflow-io/agent-skills@migrate-nextflow-code -y
```

Package: nextflow-io/agent-skills
Source: https://github.com/nextflow-io/agent-skills/tree/HEAD/skills/migrate-nextflow-code

## nextflow-io/agent-skills package overview

Includes 5 official skills: create-workflow, run-module, install-nextflow, launch-workflow, migrate-nextflow-code.

### Top skills in this package

- create-workflow: Official Nextflow Io skill from nextflow-io/agent-skills.
- run-module: Official Nextflow Io skill from nextflow-io/agent-skills.
- install-nextflow: Official Nextflow Io skill from nextflow-io/agent-skills.
- launch-workflow: Official Nextflow Io skill from nextflow-io/agent-skills.
- migrate-nextflow-code: Official Nextflow Io skill from nextflow-io/agent-skills.

### Install

Install the full package:

```bash
npx skills add nextflow-io/agent-skills -y
```

Install a specific skill:

```bash
npx skills add nextflow-io/agent-skills@create-workflow -y
```

Use the package when you want your agent to choose the relevant skill from this official repository.

Source: https://github.com/nextflow-io/agent-skills#readme
