# Aviator AI Agent Skills

Aviator publishes official AI agent skills for its tools, services, and developer workflows. A suite of tools to manage developer experience at scale. MergeQueue, TestDeck, Stacked PRs, FlexReview.

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

Official page: https://skillscout.sh/official/aviator-co/
Markdown page: https://skillscout.sh/official/aviator-co/aviator-co_skills_skillscout.md
Vendor website: https://aviator.co/

## Prompt for your agent

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

### aviator-co/agent-plugins

Includes 3 official skills: av-cli, create-runbook, verify-submit.

Install:

```bash
npx skills add aviator-co/agent-plugins -y
```

Source: https://github.com/aviator-co/agent-plugins

## Individual skills

### av-cli

Official Aviator skill from aviator-co/agent-plugins.

Install:

```bash
npx skills add aviator-co/agent-plugins@av-cli -y
```

Package: aviator-co/agent-plugins
Source: https://github.com/aviator-co/agent-plugins/tree/master/av-cli/skills/av-cli

### create-runbook

Official Aviator skill from aviator-co/agent-plugins.

Install:

```bash
npx skills add aviator-co/agent-plugins@create-runbook -y
```

Package: aviator-co/agent-plugins
Source: https://github.com/aviator-co/agent-plugins/tree/HEAD/aviator/skills/create-runbook

### verify-submit

Official Aviator skill from aviator-co/agent-plugins.

Install:

```bash
npx skills add aviator-co/agent-plugins@verify-submit -y
```

Package: aviator-co/agent-plugins
Source: https://github.com/aviator-co/agent-plugins/tree/HEAD/aviator/skills/verify-submit

## aviator-co/agent-plugins package overview

Includes 3 official skills: av-cli, create-runbook, verify-submit.

### Top skills in this package

- av-cli: Official Aviator skill from aviator-co/agent-plugins.
- create-runbook: Official Aviator skill from aviator-co/agent-plugins.
- verify-submit: Official Aviator skill from aviator-co/agent-plugins.

### Install

Install the full package:

```bash
npx skills add aviator-co/agent-plugins -y
```

Install a specific skill:

```bash
npx skills add aviator-co/agent-plugins@av-cli -y
```

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

Source: https://github.com/aviator-co/agent-plugins#readme
