debug-skill
Interactive code debugging with breakpoints and live state inspection
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install debug-skill?โผ
Run `npx skills add AlmogBaku/debug-skill --all -g -y` in your terminal to install the skill globally for your coding agent.
How to debug code with breakpoints using an agent?โผ
The skill drives the dap CLI to set breakpoints, step through code line by line, and inspect live variables and the call stack, just like a human developer would.
Which languages does debug-skill support?โผ
It supports Python, Go, Node.js/TypeScript, Rust, C, and C++ through standard Debug Adapter Protocol backends, auto-detected from the file extension.
Does debug-skill work with Claude Code and Cursor?โผ
Yes. It follows the universal SKILL.md standard and works with Claude Code, Cursor, Codex, Windsurf, and other compatible agents.
Can it debug a running or remote process?โผ
Yes. You can attach to a running process by PID or connect to a remote debugger over host and port without restarting the program.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core