memory-leak-detector
by jeremylongshorev1.0.0
Detect memory leaks and analyze memory usage patterns
Commands
detect-leaksDetect potential memory leaks in code
Documentation
# Memory Leak Detector Plugin Detect and analyze potential memory leaks in your application code. ## Installation ```bash /plugin install memory-leak-detector@claude-code-plugins-plus ``` ## Usage ```bash /detect-leaks ``` ## Features - Event listener leak detection - Closure analysis - Timer leak identification - Cache growth detection - Circular reference detection - DOM reference leak detection - Detailed fix recommendations ## License MIT