AI AGENT ADDONS

Memory Leak Audit

microsoft/vscode

Finding memory leaks in code is critical for keeping applications fast and stable. This skill helps you audit event listeners, DOM handlers, and lifecycle callbacks. It covers patterns like addDisposableListener, Event.once, and MutableDisposable.

You will learn to spot hidden leaks that grow over time. Each step gives clear rules and examples. Use this when reviewing code or fixing reported leak reports.

Add Memory Leak Audit skill to your workflow

Global

mkdir -p ~/.claude/skills/memory-leak-audit

Project

mkdir -p .claude/skills/memory-leak-audit

Source Repository

Stars
186,993
Forks
40,701
Watchers
186,993
License
MIT
Last Push
1 month ago
Created
11 years ago