AlmogBakuAlmogBakuCommunityยท1 Agent Skills Included

debug-skill

Interactive code debugging with breakpoints and live state inspection

Debugs Python, Go, Node.js, Rust, and C/C++ programs with real breakpoints, stepping, and live variable inspection. Replaces slow print-statement guesswork with a proper debugger driven through simple terminal commands. Returns full context at every stop, including source location, locals, call stack, and output, so bugs are found faster.
npx skills add AlmogBaku/debug-skill --all -g -y
Available:

Explains the dap CLI architecture, supported languages, and design conventions so the agent knows how the debugging commands and daemon work when executing the skill.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’