About
This skill empowers Claude to perform deep memory profiling for OCaml applications using the memtrace tool. It enables automated instrumentation of executables, capture of statistical traces, and identification of critical allocation hotspots such as unnecessary int32/int64 boxing or closure creation in hot loops. By providing actionable insights and concrete code transformation patterns, it helps developers significantly reduce memory footprint and garbage collection overhead in performance-sensitive OCaml projects.