About
This skill empowers Claude to master the OxCaml compiler, a performance-centric fork of OCaml featuring Jane Street's advanced extensions. It provides precise implementation patterns for high-performance systems, focusing on manual memory management through stack allocation, reduction of GC overhead via unboxed types, and data-race-free parallelism through modal types. Whether you are building low-latency trading engines or data-intensive numeric libraries, this skill ensures your code leverages modern CPU features like SIMD and zero-allocation annotations for maximum efficiency.