Генерация заголовочных файлов C++ по Google Style Guide

★ 7.2 · vibe-coding

cpp-header-template is a Claude Code skill that generates .h file scaffolding following the Google C++ Style Guide without invoking the model. Provide a class name, namespace, and file path to get a ready-to-use header with a correctly formatted include guard (`PROJECT_PATH_FILENAME_H_`), ordered #include sections (C system → C++ standard library → other libraries → project headers), explicit rule-of-five copy/move declarations, and Doxygen-style doc comments. A separate struct template covers passive data types with public members and no invariants. The skill is ideal for teams that need consistent, style-compliant C++ headers across a codebase.