# Promptfoo AI Agent Skills

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

Browse 6 official AI agent skills across 1 Promptfoo repository, with install commands and source links.

Official page: https://skillscout.sh/official/promptfoo/
Markdown page: https://skillscout.sh/official/promptfoo/promptfoo_skills_skillscout.md
Vendor website: https://promptfoo.dev/

## Prompt for your agent

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

### promptfoo/promptfoo

Includes 6 official skills: promptfoo-evals, promptfoo-provider-setup, promptfoo-redteam-setup, promptfoo-redteam-run, discount-review, standards-check.

Install:

```bash
npx skills add promptfoo/promptfoo -y
```

Source: https://github.com/promptfoo/promptfoo

## Individual skills

### promptfoo-evals

Official Promptfoo skill from promptfoo/promptfoo.

Install:

```bash
npx skills add promptfoo/promptfoo@promptfoo-evals -y
```

Package: promptfoo/promptfoo
Source: https://github.com/promptfoo/promptfoo/tree/main/plugins/promptfoo/skills/promptfoo-evals

### promptfoo-provider-setup

Official Promptfoo skill from promptfoo/promptfoo.

Install:

```bash
npx skills add promptfoo/promptfoo@promptfoo-provider-setup -y
```

Package: promptfoo/promptfoo
Source: https://github.com/promptfoo/promptfoo/tree/main/plugins/promptfoo/skills/promptfoo-provider-setup

### promptfoo-redteam-setup

Official Promptfoo skill from promptfoo/promptfoo.

Install:

```bash
npx skills add promptfoo/promptfoo@promptfoo-redteam-setup -y
```

Package: promptfoo/promptfoo
Source: https://github.com/promptfoo/promptfoo/tree/main/plugins/promptfoo/skills/promptfoo-redteam-setup

### promptfoo-redteam-run

Official Promptfoo skill from promptfoo/promptfoo.

Install:

```bash
npx skills add promptfoo/promptfoo@promptfoo-redteam-run -y
```

Package: promptfoo/promptfoo
Source: https://github.com/promptfoo/promptfoo/tree/main/plugins/promptfoo/skills/promptfoo-redteam-run

### discount-review

Official Promptfoo skill from promptfoo/promptfoo.

Install:

```bash
npx skills add promptfoo/promptfoo@discount-review -y
```

Package: promptfoo/promptfoo
Source: https://github.com/promptfoo/promptfoo/tree/main/examples/openai-agents/skills/discount-review

### standards-check

Official Promptfoo skill from promptfoo/promptfoo.

Install:

```bash
npx skills add promptfoo/promptfoo@standards-check -y
```

Package: promptfoo/promptfoo
Source: https://github.com/promptfoo/promptfoo/tree/HEAD/examples/claude-agent-sdk/plugins/sample-plugin/skills/standards-check

## promptfoo/promptfoo package overview

Includes 6 official skills: promptfoo-evals, promptfoo-provider-setup, promptfoo-redteam-setup, promptfoo-redteam-run, discount-review, standards-check.

### Top skills in this package

- promptfoo-evals: Official Promptfoo skill from promptfoo/promptfoo.
- promptfoo-provider-setup: Official Promptfoo skill from promptfoo/promptfoo.
- promptfoo-redteam-setup: Official Promptfoo skill from promptfoo/promptfoo.
- promptfoo-redteam-run: Official Promptfoo skill from promptfoo/promptfoo.
- discount-review: Official Promptfoo skill from promptfoo/promptfoo.
- standards-check: Official Promptfoo skill from promptfoo/promptfoo.

### Install

Install the full package:

```bash
npx skills add promptfoo/promptfoo -y
```

Install a specific skill:

```bash
npx skills add promptfoo/promptfoo@promptfoo-evals -y
```

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

Source: https://github.com/promptfoo/promptfoo#readme
