# Prefect AI Agent Skills

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

Browse 8 official AI agent skills across 4 Prefect repositories, with install commands and source links.

Official page: https://skillscout.sh/official/prefecthq/
Markdown page: https://skillscout.sh/official/prefecthq/prefecthq_skills_skillscout.md
Vendor website: https://prefect.io/

## Prompt for your agent

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

### prefecthq/fastmcp

Includes 3 official skills: fastmcp-client-cli, code-review, pdf-processing.

Install:

```bash
npx skills add prefecthq/fastmcp -y
```

Source: https://github.com/PrefectHQ/fastmcp

### prefecthq/prefab

Includes 2 official skills: prefab-ui, prefab-dev-build.

Install:

```bash
npx skills add prefecthq/prefab -y
```

Source: https://github.com/PrefectHQ/prefab

### prefecthq/prefect-mcp-server

Includes 1 official skill: workflows.

Install:

```bash
npx skills add prefecthq/prefect-mcp-server -y
```

Source: https://github.com/PrefectHQ/prefect-mcp-server

### prefecthq/colin

Includes 2 official skills: models, models.

Install:

```bash
npx skills add prefecthq/colin -y
```

Source: https://github.com/PrefectHQ/colin

## Individual skills

### fastmcp-client-cli

Official Prefect skill from prefecthq/fastmcp.

Install:

```bash
npx skills add prefecthq/fastmcp@fastmcp-client-cli -y
```

Package: prefecthq/fastmcp
Source: https://github.com/PrefectHQ/fastmcp/tree/main/skills/fastmcp-client-cli

### code-review

Official Prefect skill from prefecthq/fastmcp.

Install:

```bash
npx skills add prefecthq/fastmcp@code-review -y
```

Package: prefecthq/fastmcp
Source: https://github.com/prefecthq/fastmcp/tree/HEAD/examples/skills/sample_skills/code-review

### pdf-processing

Official Prefect skill from prefecthq/fastmcp.

Install:

```bash
npx skills add prefecthq/fastmcp@pdf-processing -y
```

Package: prefecthq/fastmcp
Source: https://github.com/prefecthq/fastmcp/tree/HEAD/examples/skills/sample_skills/pdf-processing

### prefab-ui

Official Prefect skill from prefecthq/prefab.

Install:

```bash
npx skills add prefecthq/prefab@prefab-ui -y
```

Package: prefecthq/prefab
Source: https://github.com/PrefectHQ/prefab/tree/main/skills/prefab-ui

### prefab-dev-build

Official Prefect skill from prefecthq/prefab.

Install:

```bash
npx skills add prefecthq/prefab@prefab-dev-build -y
```

Package: prefecthq/prefab
Source: https://github.com/PrefectHQ/prefab/tree/main/skills/prefab-dev-build

### workflows

Official Prefect skill from prefecthq/prefect-mcp-server.

Install:

```bash
npx skills add prefecthq/prefect-mcp-server@workflows -y
```

Package: prefecthq/prefect-mcp-server
Source: https://github.com/prefecthq/prefect-mcp-server/tree/HEAD/plugins/prefect/skills/workflows

### models

Official Prefect skill from prefecthq/colin.

Install:

```bash
npx skills add prefecthq/colin@models -y
```

Package: prefecthq/colin
Source: https://github.com/PrefectHQ/colin/tree/main/src/colin/blueprints/mcp-guide/models

### models

Official Prefect skill from prefecthq/colin.

Install:

```bash
npx skills add prefecthq/colin@models -y
```

Package: prefecthq/colin
Source: https://github.com/PrefectHQ/colin/tree/main/src/colin/blueprints/quickstart/models

## prefecthq/fastmcp package overview

Includes 3 official skills: fastmcp-client-cli, code-review, pdf-processing.

### Top skills in this package

- fastmcp-client-cli: Official Prefect skill from prefecthq/fastmcp.
- code-review: Official Prefect skill from prefecthq/fastmcp.
- pdf-processing: Official Prefect skill from prefecthq/fastmcp.

### Install

Install the full package:

```bash
npx skills add prefecthq/fastmcp -y
```

Install a specific skill:

```bash
npx skills add prefecthq/fastmcp@fastmcp-client-cli -y
```

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

Source: https://github.com/prefecthq/fastmcp#readme
