# Presto AI Agent Skills

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

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

Official page: https://skillscout.sh/official/prestodb/
Markdown page: https://skillscout.sh/official/prestodb/prestodb_skills_skillscout.md
Vendor website: http://prestodb.io/

## Prompt for your agent

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

### prestodb/pbench

Includes 1 official skill: add-stage-field.

Install:

```bash
npx skills add prestodb/pbench -y
```

Source: https://github.com/prestodb/pbench

### prestodb/presto

Includes 1 official skill: review-presto-pr.

Install:

```bash
npx skills add prestodb/presto -y
```

Source: https://github.com/prestodb/presto

## Individual skills

### add-stage-field

Official Presto skill from prestodb/pbench.

Install:

```bash
npx skills add prestodb/pbench@add-stage-field -y
```

Package: prestodb/pbench
Source: https://github.com/prestodb/pbench/tree/main/.claude/skills/add-stage-field

### review-presto-pr

Official Presto skill from prestodb/presto.

Install:

```bash
npx skills add prestodb/presto@review-presto-pr -y
```

Package: prestodb/presto
Source: https://github.com/prestodb/presto/tree/master/.claude/skills/review-presto-pr

## prestodb/pbench package overview

Includes 1 official skill: add-stage-field.

### Top skills in this package

- add-stage-field: Official Presto skill from prestodb/pbench.

### Install

Install the full package:

```bash
npx skills add prestodb/pbench -y
```

Install a specific skill:

```bash
npx skills add prestodb/pbench@add-stage-field -y
```

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

Source: https://github.com/prestodb/pbench#readme
