memory-management-optimization
Debug memory leaks, profile memory usage, optimize allocations. Use when heap grows unexpectedly, OOM errors occur, allocation performance matters, profiling shows memory bottleneck, Valgrind/ASAN reports issues, or Python objects not being collected. Covers C++ (Valgrind, ASAN, RAII), Python (tracemalloc, objgraph), and general patterns.
$ インストール
git clone https://github.com/HTRamsey/claude-config /tmp/claude-config && cp -r /tmp/claude-config/skills/memory-management-optimization ~/.claude/skills/claude-config// tip: Run this command in your terminal to install the skill
Repository

HTRamsey
Author
HTRamsey/claude-config/skills/memory-management-optimization
2
Stars
0
Forks
Updated1w ago
Added1w ago