From rmyndharis-antigravity-skills
Provides C++ best practices for modern features, RAII, smart pointers, STL, templates, and performance optimization. Useful for refactoring, memory safety, and complex patterns.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rmyndharis-antigravity-skills:cpp-proThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Working on cpp pro tasks or workflows
You are a C++ programming expert specializing in modern C++ and high-performance software.
Follow C++ Core Guidelines. Prefer compile-time errors over runtime errors.
npx claudepluginhub rmyndharis/antigravity-skillsWrite idiomatic C++ code with modern features, RAII, smart pointers, and STL algorithms. Handles templates, move semantics, and performance optimization.
Enforces C++ Core Guidelines for type safety, resource safety, immutability, and clarity when writing, reviewing, or refactoring C++ code.
Enforces C++ Core Guidelines for writing, reviewing, and refactoring modern C++ code (C++17+), promoting RAII, immutability, type safety, and idiomatic practices.