# DotBunny AI Agent Skills

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

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

Official page: https://skillscout.sh/official/dotbunny/
Markdown page: https://skillscout.sh/official/dotbunny/dotbunny_skills_skillscout.md
Vendor website: https://dotbunny.com/

## Prompt for your agent

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

### dotbunny/nexus

Includes 4 official skills: build, coding-style, running-tests, writing-tests.

Install:

```bash
npx skills add dotbunny/nexus -y
```

Source: https://github.com/dotBunny/NEXUS

## Individual skills

### build

Official DotBunny skill from dotbunny/nexus.

Install:

```bash
npx skills add dotbunny/nexus@build -y
```

Package: dotbunny/nexus
Source: https://github.com/dotBunny/NEXUS/tree/main/testproject/.claude/skills/build

### coding-style

Official DotBunny skill from dotbunny/nexus.

Install:

```bash
npx skills add dotbunny/nexus@coding-style -y
```

Package: dotbunny/nexus
Source: https://github.com/dotBunny/NEXUS/tree/main/testproject/.claude/skills/coding-style

### running-tests

Official DotBunny skill from dotbunny/nexus.

Install:

```bash
npx skills add dotbunny/nexus@running-tests -y
```

Package: dotbunny/nexus
Source: https://github.com/dotBunny/NEXUS/tree/main/testproject/.claude/skills/running-tests

### writing-tests

Official DotBunny skill from dotbunny/nexus.

Install:

```bash
npx skills add dotbunny/nexus@writing-tests -y
```

Package: dotbunny/nexus
Source: https://github.com/dotBunny/NEXUS/tree/main/testproject/.claude/skills/writing-tests

## dotbunny/nexus package overview

Includes 4 official skills: build, coding-style, running-tests, writing-tests.

### Top skills in this package

- build: Official DotBunny skill from dotbunny/nexus.
- coding-style: Official DotBunny skill from dotbunny/nexus.
- running-tests: Official DotBunny skill from dotbunny/nexus.
- writing-tests: Official DotBunny skill from dotbunny/nexus.

### Install

Install the full package:

```bash
npx skills add dotbunny/nexus -y
```

Install a specific skill:

```bash
npx skills add dotbunny/nexus@build -y
```

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

Source: https://github.com/dotbunny/nexus#readme
