# Seqera AI Agent Skills

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

Browse 7 official AI agent skills across 2 Seqera repositories, with install commands and source links.

Official page: https://skillscout.sh/official/seqeralabs/
Markdown page: https://skillscout.sh/official/seqeralabs/seqeralabs_skills_skillscout.md
Vendor website: https://seqera.io/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/seqeralabs/seqeralabs_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Seqera 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

### seqeralabs/igv-studio

Includes 4 official skills: debug-igv-studio, launch-igv-studio, manage-data-links, wave-build.

Install:

```bash
npx skills add seqeralabs/igv-studio -y
```

Source: https://github.com/seqeralabs/igv-studio

### seqeralabs/nf-aggregate

Includes 3 official skills: fetch-and-compare-platform-runs, prepare-benchmark-input-csv, rebuild-benchmark-report-locally.

Install:

```bash
npx skills add seqeralabs/nf-aggregate -y
```

Source: https://github.com/seqeralabs/nf-aggregate

## Individual skills

### debug-igv-studio

Official Seqera skill from seqeralabs/igv-studio.

Install:

```bash
npx skills add seqeralabs/igv-studio@debug-igv-studio -y
```

Package: seqeralabs/igv-studio
Source: https://github.com/seqeralabs/igv-studio/tree/main/.opencode/skills/debug-igv-studio

### launch-igv-studio

Official Seqera skill from seqeralabs/igv-studio.

Install:

```bash
npx skills add seqeralabs/igv-studio@launch-igv-studio -y
```

Package: seqeralabs/igv-studio
Source: https://github.com/seqeralabs/igv-studio/tree/main/.opencode/skills/launch-igv-studio

### manage-data-links

Official Seqera skill from seqeralabs/igv-studio.

Install:

```bash
npx skills add seqeralabs/igv-studio@manage-data-links -y
```

Package: seqeralabs/igv-studio
Source: https://github.com/seqeralabs/igv-studio/tree/main/.opencode/skills/manage-data-links

### wave-build

Official Seqera skill from seqeralabs/igv-studio.

Install:

```bash
npx skills add seqeralabs/igv-studio@wave-build -y
```

Package: seqeralabs/igv-studio
Source: https://github.com/seqeralabs/igv-studio/tree/main/.opencode/skills/wave-build

### fetch-and-compare-platform-runs

Official Seqera skill from seqeralabs/nf-aggregate.

Install:

```bash
npx skills add seqeralabs/nf-aggregate@fetch-and-compare-platform-runs -y
```

Package: seqeralabs/nf-aggregate
Source: https://github.com/seqeralabs/nf-aggregate/tree/main/.seqera/skills/fetch-and-compare-platform-runs

### prepare-benchmark-input-csv

Official Seqera skill from seqeralabs/nf-aggregate.

Install:

```bash
npx skills add seqeralabs/nf-aggregate@prepare-benchmark-input-csv -y
```

Package: seqeralabs/nf-aggregate
Source: https://github.com/seqeralabs/nf-aggregate/tree/main/.seqera/skills/prepare-benchmark-input-csv

### rebuild-benchmark-report-locally

Official Seqera skill from seqeralabs/nf-aggregate.

Install:

```bash
npx skills add seqeralabs/nf-aggregate@rebuild-benchmark-report-locally -y
```

Package: seqeralabs/nf-aggregate
Source: https://github.com/seqeralabs/nf-aggregate/tree/main/.seqera/skills/rebuild-benchmark-report-locally

## seqeralabs/igv-studio package overview

Includes 4 official skills: debug-igv-studio, launch-igv-studio, manage-data-links, wave-build.

### Top skills in this package

- debug-igv-studio: Official Seqera skill from seqeralabs/igv-studio.
- launch-igv-studio: Official Seqera skill from seqeralabs/igv-studio.
- manage-data-links: Official Seqera skill from seqeralabs/igv-studio.
- wave-build: Official Seqera skill from seqeralabs/igv-studio.

### Install

Install the full package:

```bash
npx skills add seqeralabs/igv-studio -y
```

Install a specific skill:

```bash
npx skills add seqeralabs/igv-studio@debug-igv-studio -y
```

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

Source: https://github.com/seqeralabs/igv-studio#readme
