# Buggregator AI Agent Skills

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

Browse 8 official AI agent skills across 3 Buggregator repositories, with install commands and source links.

Official page: https://skillscout.sh/official/buggregator/
Markdown page: https://skillscout.sh/official/buggregator/buggregator_skills_skillscout.md
Vendor website: https://buggregator.dev/

## Prompt for your agent

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

### buggregator/frontend

Includes 4 official skills: e2e-testing, design, qa-testing, ux-review.

Install:

```bash
npx skills add buggregator/frontend -y
```

Source: https://github.com/buggregator/frontend

### buggregator/buggregator.dev.v2

Includes 3 official skills: design, frontend, wippy.

Install:

```bash
npx skills add buggregator/buggregator.dev.v2 -y
```

Source: https://github.com/buggregator/buggregator.dev.v2

### buggregator/server

Includes 1 official skill: sentry-sdk-testing.

Install:

```bash
npx skills add buggregator/server -y
```

Source: https://github.com/buggregator/server

## Individual skills

### e2e-testing

Official Buggregator skill from buggregator/frontend.

Install:

```bash
npx skills add buggregator/frontend@e2e-testing -y
```

Package: buggregator/frontend
Source: https://github.com/buggregator/frontend/tree/master/.claude/skills/e2e-testing

### design

Official Buggregator skill from buggregator/frontend.

Install:

```bash
npx skills add buggregator/frontend@design -y
```

Package: buggregator/frontend
Source: https://github.com/buggregator/frontend/tree/master/.claude/skills/design

### qa-testing

Official Buggregator skill from buggregator/frontend.

Install:

```bash
npx skills add buggregator/frontend@qa-testing -y
```

Package: buggregator/frontend
Source: https://github.com/buggregator/frontend/tree/master/.claude/skills/qa-testing

### ux-review

Official Buggregator skill from buggregator/frontend.

Install:

```bash
npx skills add buggregator/frontend@ux-review -y
```

Package: buggregator/frontend
Source: https://github.com/buggregator/frontend/tree/master/.claude/skills/ux-review

### design

Official Buggregator skill from buggregator/buggregator.dev.v2.

Install:

```bash
npx skills add buggregator/buggregator.dev.v2@design -y
```

Package: buggregator/buggregator.dev.v2
Source: https://github.com/buggregator/buggregator.dev.v2/tree/master/.claude/skills/design

### frontend

Official Buggregator skill from buggregator/buggregator.dev.v2.

Install:

```bash
npx skills add buggregator/buggregator.dev.v2@frontend -y
```

Package: buggregator/buggregator.dev.v2
Source: https://github.com/buggregator/buggregator.dev.v2/tree/master/.claude/skills/frontend

### wippy

Official Buggregator skill from buggregator/buggregator.dev.v2.

Install:

```bash
npx skills add buggregator/buggregator.dev.v2@wippy -y
```

Package: buggregator/buggregator.dev.v2
Source: https://github.com/buggregator/buggregator.dev.v2/tree/HEAD/.claude/skills/wippy

### sentry-sdk-testing

Official Buggregator skill from buggregator/server.

Install:

```bash
npx skills add buggregator/server@sentry-sdk-testing -y
```

Package: buggregator/server
Source: https://github.com/buggregator/server/tree/master/.claude/skills/sentry-sdk-testing

## buggregator/frontend package overview

Includes 4 official skills: e2e-testing, design, qa-testing, ux-review.

### Top skills in this package

- e2e-testing: Official Buggregator skill from buggregator/frontend.
- design: Official Buggregator skill from buggregator/frontend.
- qa-testing: Official Buggregator skill from buggregator/frontend.
- ux-review: Official Buggregator skill from buggregator/frontend.

### Install

Install the full package:

```bash
npx skills add buggregator/frontend -y
```

Install a specific skill:

```bash
npx skills add buggregator/frontend@e2e-testing -y
```

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

Source: https://github.com/buggregator/frontend#readme
