This skill provides Claude with a comprehensive set of rules and patterns derived from the official C++ Core Guidelines to ensure the development of safe, efficient, and maintainable C++17/20/23 code. It helps developers implement RAII, type safety, and efficient resource management while avoiding common anti-patterns in class hierarchies, concurrency, and template metaprogramming. Specifically localized in Chinese (zh-CN), it serves as a critical reference for code reviews, refactoring legacy codebases, and making architectural decisions within the C++ ecosystem.
Características Principales
01Localized documentation for Chinese-speaking development teams
02Guidance on type safety and compile-time error prevention
03Enforcement of RAII and memory safety patterns
04Implementation of modern C++ (C++17/20/23) Core Guidelines
05Standardized templates for concurrency and exception handling
06130,863 GitHub stars