# Vortex AI Agent Skills

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

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

Official page: https://skillscout.sh/official/vortex-data/
Markdown page: https://skillscout.sh/official/vortex-data/vortex-data_skills_skillscout.md
Vendor website: https://vortex.dev/

## Prompt for your agent

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

### vortex-data/vortex

Includes 5 official skills: bench-performance, ci-failure-analysis, pr-review, query, samply.

Install:

```bash
npx skills add vortex-data/vortex -y
```

Source: https://github.com/vortex-data/vortex

## Individual skills

### bench-performance

Official Vortex skill from vortex-data/vortex.

Install:

```bash
npx skills add vortex-data/vortex@bench-performance -y
```

Package: vortex-data/vortex
Source: https://github.com/vortex-data/vortex/tree/develop/.agents/skills/bench-performance

### ci-failure-analysis

Official Vortex skill from vortex-data/vortex.

Install:

```bash
npx skills add vortex-data/vortex@ci-failure-analysis -y
```

Package: vortex-data/vortex
Source: https://github.com/vortex-data/vortex/tree/develop/.agents/skills/ci-failure-analysis

### pr-review

Official Vortex skill from vortex-data/vortex.

Install:

```bash
npx skills add vortex-data/vortex@pr-review -y
```

Package: vortex-data/vortex
Source: https://github.com/vortex-data/vortex/tree/develop/.agents/skills/pr-review

### query

Official Vortex skill from vortex-data/vortex.

Install:

```bash
npx skills add vortex-data/vortex@query -y
```

Package: vortex-data/vortex
Source: https://github.com/vortex-data/vortex/tree/develop/.agents/skills/query

### samply

Official Vortex skill from vortex-data/vortex.

Install:

```bash
npx skills add vortex-data/vortex@samply -y
```

Package: vortex-data/vortex
Source: https://github.com/vortex-data/vortex/tree/develop/.agents/skills/samply

## vortex-data/vortex package overview

Includes 5 official skills: bench-performance, ci-failure-analysis, pr-review, query, samply.

### Top skills in this package

- bench-performance: Official Vortex skill from vortex-data/vortex.
- ci-failure-analysis: Official Vortex skill from vortex-data/vortex.
- pr-review: Official Vortex skill from vortex-data/vortex.
- query: Official Vortex skill from vortex-data/vortex.
- samply: Official Vortex skill from vortex-data/vortex.

### Install

Install the full package:

```bash
npx skills add vortex-data/vortex -y
```

Install a specific skill:

```bash
npx skills add vortex-data/vortex@bench-performance -y
```

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

Source: https://github.com/vortex-data/vortex#readme
