# HyperDbg AI Agent Skills

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

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

Official page: https://skillscout.sh/official/hyperdbg/
Markdown page: https://skillscout.sh/official/hyperdbg/hyperdbg_skills_skillscout.md
Vendor website: https://hyperdbg.org/

## Prompt for your agent

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

### hyperdbg/gui

Includes 5 official skills: bsod-analysis, hyperdbg-go-rewrite, impl-generator, pdbex-go-implementation, test-generator.

Install:

```bash
npx skills add hyperdbg/gui -y
```

Source: https://github.com/HyperDbg/gui

## Individual skills

### bsod-analysis

Official HyperDbg skill from hyperdbg/gui.

Install:

```bash
npx skills add hyperdbg/gui@bsod-analysis -y
```

Package: hyperdbg/gui
Source: https://github.com/hyperdbg/gui/tree/HEAD/.trae/skills/bsod-analysis

### hyperdbg-go-rewrite

Official HyperDbg skill from hyperdbg/gui.

Install:

```bash
npx skills add hyperdbg/gui@hyperdbg-go-rewrite -y
```

Package: hyperdbg/gui
Source: https://github.com/hyperdbg/gui/tree/HEAD/.trae/skills/hyperdbg-go-rewrite

### impl-generator

Official HyperDbg skill from hyperdbg/gui.

Install:

```bash
npx skills add hyperdbg/gui@impl-generator -y
```

Package: hyperdbg/gui
Source: https://github.com/HyperDbg/gui/tree/main/.trae/skills/impl-generator

### pdbex-go-implementation

Official HyperDbg skill from hyperdbg/gui.

Install:

```bash
npx skills add hyperdbg/gui@pdbex-go-implementation -y
```

Package: hyperdbg/gui
Source: https://github.com/HyperDbg/gui/tree/main/.trae/skills/pdbex-go-implementation

### test-generator

Official HyperDbg skill from hyperdbg/gui.

Install:

```bash
npx skills add hyperdbg/gui@test-generator -y
```

Package: hyperdbg/gui
Source: https://github.com/HyperDbg/gui/tree/main/.trae/skills/test-generator

## hyperdbg/gui package overview

Includes 5 official skills: bsod-analysis, hyperdbg-go-rewrite, impl-generator, pdbex-go-implementation, test-generator.

### Top skills in this package

- bsod-analysis: Official HyperDbg skill from hyperdbg/gui.
- hyperdbg-go-rewrite: Official HyperDbg skill from hyperdbg/gui.
- impl-generator: Official HyperDbg skill from hyperdbg/gui.
- pdbex-go-implementation: Official HyperDbg skill from hyperdbg/gui.
- test-generator: Official HyperDbg skill from hyperdbg/gui.

### Install

Install the full package:

```bash
npx skills add hyperdbg/gui -y
```

Install a specific skill:

```bash
npx skills add hyperdbg/gui@bsod-analysis -y
```

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

Source: https://github.com/hyperdbg/gui#readme
