cpp-pro
Installation
SKILL.md
C++ Pro
Expert-level orchestration of high-performance C++ applications. Focuses on systems programming, memory safety through RAII, and low-level performance.
Boundary
cpp-pro covers modern C++ standards (C++17/20/23), memory management (RAII, Smart Pointers), STL, Template Metaprogramming, and performance profiling. It does NOT cover legacy C patterns (use modern C++ alternatives).
When to use
- Building high-performance systems (Game engines, Financial trading, Compilers).
- Optimizing existing codebases for memory and CPU efficiency.
- Implementing low-level hardware or OS interfaces.
- Developing performance-critical libraries or middleware.