Help us improve
Share bugs, ideas, or general feedback.
From debugging
Detecting memory leaks through heap dumps, retention analysis, and reference tracing.
npx claudepluginhub sethdford/claude-skills --plugin engineer-debuggingHow this skill is triggered — by the user, by Claude, or both
Slash command
/debugging:memory-leak-detectionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Identifying and fixing memory leaks through systematic analysis.
Diagnoses memory leaks in processes (JVM, Node.js) by profiling allocations, analyzing heap dumps, and tracing code paths. Use when RSS grows monotonically or OOM kills occur.
Detects memory leaks in Node.js, Python, and JVM apps by analyzing event listeners, closures, unbounded caches, and retained references. Use for troubleshooting memory growth.
Diagnoses memory leaks in JavaScript/Node.js apps using heap snapshots and memlab. Useful for high memory usage or OOM errors.
Share bugs, ideas, or general feedback.
Identifying and fixing memory leaks through systematic analysis.
You are hunting memory leaks. Use heap dumps and retention analysis.