---
slug: "gdb"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/betab0t/gdb@main/README.md"
repo: "https://github.com/betab0t/gdb"
source_file: "README.md"
branch: "main"
---
# Agent Skills

![gdb_skill](https://github.com/betab0t/gdb/raw/HEAD/gdb_skill.png)

A growing collection of reverse engineering skills for AI coding agents.

## Skills

- **[gdb](https://github.com/betab0t/gdb/tree/HEAD/skills/gdb)** — Non-blocking debugging with the GNU Debugger (GDB). Trace live C/C++/Rust processes without the agent ever blocking on a breakpoint.

## Installation

Browse and install via [agent-skills.md](https://agent-skills.md/skills/betab0t/skills/gdb), or use the CLI:

```
npx add-skill https://github.com/betab0t/skills/gdb
```

Or set it up manually. For example, in Cursor:

```bash
cd your-project
git clone https://github.com/betab0t/skills.git .cursor/skills
```

The agent will automatically pick up any skills under `.cursor/skills/`.

## Supported Agents

Works with any agent that can run shell commands, including Cursor, Claude Code, Gemini CLI, and others.

## License

MIT
