Leaderboard/Code Quality/debug-skill
Last commit on April 17, 2026·Created on March 6, 2026

AlmogBaku/debug-skill

A precise approach to tracing root causes through live program execution.
Combined rank
#597
across all skills
In Code Quality
#16
category rank
Stars
317
7d change unavailable
Forks
27
Watchers
0
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of real attention, adoption, and active maintenance.
TL;DR

This skill enables interactive debugging of source code by allowing users to set breakpoints and step through execution line by line. It is designed for scenarios where print-statement debugging is insufficient to resolve crashes, unexpected exceptions, or incorrect program output.

By inspecting live variable states and navigating the call stack, developers can evaluate expressions against a running process to understand exactly how a program reached a specific state without needing to restart the application.

WHO IT'S FOR
Backend engineers
trace root causes of program crashes
Full-stack developers
debug Node.js and TypeScript applications
Python developers
inspect live variable state during execution
Systems programmers
step through C/C++ or Rust execution
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.
Want to install it?
Claude Marketplace · Claude Plugin · Manual Copy · NPX Skills AddRepository instructions