# Nf Core AI Agent Skills

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

Browse 3 official AI agent skills across 2 Nf Core repositories, with install commands and source links.

Official page: https://skillscout.sh/official/nf-core/
Markdown page: https://skillscout.sh/official/nf-core/nf-core_skills_skillscout.md
Vendor website: http://nf-co.re/

## Prompt for your agent

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

### nf-core/stats

Includes 2 official skills: add-dlt-source, add-evidence-page.

Install:

```bash
npx skills add nf-core/stats -y
```

Source: https://github.com/nf-core/stats

### nf-core/slackbot

Includes 1 official skill: nfcore-proposal-review.

Install:

```bash
npx skills add nf-core/slackbot -y
```

Source: https://github.com/nf-core/slackbot

## Individual skills

### add-dlt-source

Official Nf Core skill from nf-core/stats.

Install:

```bash
npx skills add nf-core/stats@add-dlt-source -y
```

Package: nf-core/stats
Source: https://github.com/nf-core/stats/tree/HEAD/config/claude/skills/add-dlt-source

### add-evidence-page

Official Nf Core skill from nf-core/stats.

Install:

```bash
npx skills add nf-core/stats@add-evidence-page -y
```

Package: nf-core/stats
Source: https://github.com/nf-core/stats/tree/main/config/claude/skills/add-evidence-page

### nfcore-proposal-review

Official Nf Core skill from nf-core/slackbot.

Install:

```bash
npx skills add nf-core/slackbot@nfcore-proposal-review -y
```

Package: nf-core/slackbot
Source: https://github.com/nf-core/slackbot/tree/main/src/nf_core_bot/proposals/skills/nfcore-proposal-review

## nf-core/stats package overview

Includes 2 official skills: add-dlt-source, add-evidence-page.

### Top skills in this package

- add-dlt-source: Official Nf Core skill from nf-core/stats.
- add-evidence-page: Official Nf Core skill from nf-core/stats.

### Install

Install the full package:

```bash
npx skills add nf-core/stats -y
```

Install a specific skill:

```bash
npx skills add nf-core/stats@add-dlt-source -y
```

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

Source: https://github.com/nf-core/stats#readme
