概要
This skill equips Claude with specialized knowledge for writing secure and efficient systems-level code by applying cross-language memory safety patterns. It focuses on Resource Acquisition Is Initialization (RAII), ownership models, smart pointer implementations, and data race prevention. By utilizing these patterns, developers can avoid common pitfalls such as memory leaks, use-after-free errors, and buffer overflows while maintaining the high performance required in systems programming.