The cpp-coding-standards skill provides a comprehensive framework for writing high-quality C++ code following modern standards (C++17/20/23). By integrating the C++ Core Guidelines, this skill helps developers implement RAII, immutability by default, and strict type safety. It offers actionable guidance on function design, class hierarchies, resource management using smart pointers, and error handling. Whether you are building a new system or refactoring a legacy codebase, this skill ensures your C++ code is efficient, safe, and maintainable by preventing common anti-patterns and promoting best-in-class idioms.
Características Principales
01Modern class hierarchy and interface design recommendations
02C++20 Concepts and template meta-programming best practices
03Automated identification of resource management anti-patterns
04Enforcement of C++ Core Guidelines for C++17/20/23
050 GitHub stars
06Advanced thread-safe concurrency and error handling patterns