Marketplace
detecting-memory-leaks
This skill enables Claude to detect potential memory leaks and analyze memory usage patterns in code. It is triggered when the user requests "detect memory leaks", "analyze memory usage", or similar phrases related to memory leak detection and performance analysis. The skill identifies potential issues such as unremoved event listeners, closures preventing garbage collection, uncancelled timers, unbounded cache growth, circular references, detached DOM nodes, and unnecessary global state accumulation. It then provides detailed fix recommendations. Use this skill to proactively identify and resolve memory leaks, improving application performance and stability.
$ 安裝
git clone https://github.com/jeremylongshore/claude-code-plugins-nixtla /tmp/claude-code-plugins-nixtla && cp -r /tmp/claude-code-plugins-nixtla/archive/backups-20251108/skills-migration-20251108-070147/plugins/performance/memory-leak-detector/skills/memory-leak-detector ~/.claude/skills/claude-code-plugins-nixtla// tip: Run this command in your terminal to install the skill
Repository

jeremylongshore
Author
jeremylongshore/claude-code-plugins-nixtla/archive/backups-20251108/skills-migration-20251108-070147/plugins/performance/memory-leak-detector/skills/memory-leak-detector
2
Stars
0
Forks
Updated1d ago
Added1w ago