From rmyndharis-antigravity-skills
Implements memory-safe programming with RAII, ownership, smart pointers, and resource management across Rust, C++, and C. Use when writing safe systems code or preventing memory bugs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rmyndharis-antigravity-skills:memory-safety-patternsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Cross-language patterns for memory-safe programming including RAII, ownership, smart pointers, and resource management.
Cross-language patterns for memory-safe programming including RAII, ownership, smart pointers, and resource management.
resources/implementation-playbook.md.resources/implementation-playbook.md for detailed patterns and examples.npx claudepluginhub rmyndharis/antigravity-skillsGuides memory-safe programming with RAII, ownership, smart pointers, and resource management across Rust, C++, and C. Useful for writing safe systems code or preventing memory bugs.
Guides memory-safe programming across languages with RAII, ownership, smart pointers, and resource management patterns.
Enforces C++ Core Guidelines for type safety, resource safety, immutability, and clarity when writing, reviewing, or refactoring C++ code.