Memory leaks can slow down your app or even crash it. This skill helps you find and fix them in JavaScript and Node.js programs. You will learn to use tools like memlab and Chrome DevTools to spot the problem.
Common causes include detached DOM nodes, forgotten event listeners, and growing caches. The skill guides you through capturing heap snapshots and analyzing them step by step. It also offers fallback scripts when memlab is not available.
Whether the leak is on the browser or the server side, this skill gives you clear workflows to isolate and resolve it. Your apps will run faster and use less memory.
Global
mkdir -p ~/.claude/skills/memory-leak-debuggingProject
mkdir -p .claude/skills/memory-leak-debuggingSource Repository
Azure Diagnosticsmicrosoft/azure-skills
Debug Azure production issues with systematic diagnostics and AI-powered tools
Azure Messagingmicrosoft/azure-skills
Troubleshoot and fix Azure messaging SDK errors for Event Hubs and Service Bus
Use My Browserxixu-me/skills
Work inside your live browser session for real page inspection and debugging
Diagnosemattpocock/skills
A step-by-step debug loop for finding and fixing hard bugs
Diagnosing Bugsmattpocock/skills
Build a tight feedback loop to find any bug fast
Systematic Debuggingobra/superpowers
Find the root cause of every bug before attempting any fix to save time
Safe Debuglllllllama/rigorpilot-skills
Debug deep learning failures safely with conservative diagnosis and minimal patches
Firebase Crashlyticsfirebase/agent-skills
Set up crash reporting for your Android or iOS app with ease