This directory contains Claude Code skills for intelligent debugging with gdb-cli.
A debugging assistant that combines source code analysis with runtime state inspection.
Features:
- Core dump analysis with source code correlation
- Live process debugging with safety considerations
- Deadlock detection and analysis
- Memory corruption investigation
- Race condition diagnosis
Install:
bunx skills add https://github.com/Cerdore/gdb-cli --skill=gdb-cliUsage:
/gdb-cli
# Or describe your debugging need:
I have a core dump at ./core.1234 and binary at ./myapp. Help me debug it.
- gdb-cli:
pip install git+https://github.com/Cerdore/gdb-cli.git - GDB 9.0+ with Python support enabled
- Linux (recommended)
Skills are evaluated using test cases in evals/ directory. To run evaluations:
# See skill-creator documentation for evaluation workflow- Create a new directory under
skills/ - Add a
SKILL.mdfile with:- YAML frontmatter (name, description)
- Markdown instructions for the skill
- Add test cases in
skills/<name>/evals/evals.json