From memory-leak-detector
Detects memory leak patterns (unremoved event listeners, closures preventing GC, uncancelled timers, unbounded caches, circular references, detached DOM nodes) and provides fix recommendations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/memory-leak-detector:memory-leak-detectorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill helps you identify and resolve memory leaks in your code. By analyzing your code for common memory leak patterns, it can help you improve the performance and stability of your application.
This skill helps you identify and resolve memory leaks in your code. By analyzing your code for common memory leak patterns, it can help you improve the performance and stability of your application.
This skill activates when you need to:
User request: "detect memory leaks in my event handling code"
The skill will:
User request: "analyze memory usage to find excessive cache growth"
The skill will:
This skill can be used in conjunction with other performance analysis tools to provide a comprehensive view of application performance.
Guides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Resolves in-progress git merge or rebase conflicts by analyzing history, understanding intent, and preserving both changes where possible. Runs automated checks after resolution.
npx claudepluginhub danielmiessler/claude-code-plugins-plus --plugin memory-leak-detector