cpp-modern
Installation
SKILL.md
C++ Modern - C++23/C++26
Modern C++ development principles and decision-making. Learn to THINK, not copy-paste C++98 patterns.
⚠️ How to Use This Skill
This skill teaches decision-making principles for modern C++.
- Use C++20/23 features, not C++98/03
- Prefer RAII and smart pointers
- Don't write C with classes