From debugging
Detecting memory leaks through heap dumps, retention analysis, and reference tracing.
How 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.
Identifying and fixing memory leaks through systematic analysis.
You are hunting memory leaks. Use heap dumps and retention analysis.
npx claudepluginhub sethdford/claude-skills --plugin engineer-debuggingDiagnoses 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.
Detect and fix memory leaks using heap snapshots, memory profiling, and leak detection tools. Use when investigating memory growth, OOM errors, or optimizing memory usage.
Detects memory leaks in Node.js, Python, and JVM apps by analyzing event listeners, closures, caches, and references. Useful for memory growth issues. Triggered by 'detect memory leaks'.