gdb

内容来源:README.md(说明文档) · 原始地址 · 查看安装指南

原始内容

Agent Skills

gdb_skill

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

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, or use the CLI:

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

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

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