grey-haven-memory-profiling
Installation
SKILL.md
Memory Profiling Skill
Identify memory leaks, inefficiencies, and optimization opportunities in running applications through systematic heap analysis and allocation profiling.
Description
Specialized memory profiling skill for analyzing allocation patterns, heap usage, garbage collection behavior, and memory retention in JavaScript/TypeScript (Node.js, Bun, browsers) and Python applications. Detect memory leaks, optimize memory usage, and prevent out-of-memory errors.
What's Included
Examples (examples/)
- Memory leak detection - Finding and fixing common leak patterns
- Heap snapshot analysis - Interpreting Chrome DevTools heap snapshots
- Allocation profiling - Tracking memory allocation over time
- Real-world scenarios - E-commerce app leak, API server memory growth