# DragonflyDB AI Agent Skills

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

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

Official page: https://skillscout.sh/official/dragonflydb/
Markdown page: https://skillscout.sh/official/dragonflydb/dragonflydb_skills_skillscout.md
Vendor website: https://github.com/dragonflydb

## Prompt for your agent

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

### dragonflydb/dragonfly

Includes 3 official skills: reproduce-fuzz-crash, benchmark, benchmark-report.

Install:

```bash
npx skills add dragonflydb/dragonfly -y
```

Source: https://github.com/dragonflydb/dragonfly

## Individual skills

### reproduce-fuzz-crash

Official DragonflyDB skill from dragonflydb/dragonfly.

Install:

```bash
npx skills add dragonflydb/dragonfly@reproduce-fuzz-crash -y
```

Package: dragonflydb/dragonfly
Source: https://github.com/dragonflydb/dragonfly/tree/main/.claude/skills/reproduce-fuzz-crash

### benchmark

Official DragonflyDB skill from dragonflydb/dragonfly.

Install:

```bash
npx skills add dragonflydb/dragonfly@benchmark -y
```

Package: dragonflydb/dragonfly
Source: https://github.com/dragonflydb/dragonfly/tree/main/.claude/skills/benchmark

### benchmark-report

Official DragonflyDB skill from dragonflydb/dragonfly.

Install:

```bash
npx skills add dragonflydb/dragonfly@benchmark-report -y
```

Package: dragonflydb/dragonfly
Source: https://github.com/dragonflydb/dragonfly/tree/main/.claude/skills/benchmark-report

## dragonflydb/dragonfly package overview

Includes 3 official skills: reproduce-fuzz-crash, benchmark, benchmark-report.

### Top skills in this package

- reproduce-fuzz-crash: Official DragonflyDB skill from dragonflydb/dragonfly.
- benchmark: Official DragonflyDB skill from dragonflydb/dragonfly.
- benchmark-report: Official DragonflyDB skill from dragonflydb/dragonfly.

### Install

Install the full package:

```bash
npx skills add dragonflydb/dragonfly -y
```

Install a specific skill:

```bash
npx skills add dragonflydb/dragonfly@reproduce-fuzz-crash -y
```

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

Source: https://github.com/dragonflydb/dragonfly#readme
