OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add clickhouse/pg_stat_ch --skill cpp-header-template
Generate C++ header files following Google Style Guide. Use when creating new header files or asking for a header template.
npx skills add clickhouse/pg_stat_ch --skill cpp-header-template
Generate header files following Google C++ Style Guide conventions.
Provide: class name, namespace, and file path to generate a compliant header.
Convert path to uppercase with underscores:
| File Path | Guard |
|---|---|
foo/bar/baz.h | FOO_BAR_BAZ_H_ |
src/http/parser.h | SRC_HTTP_PARSER_H_ |
my_project/utils.h | MY_PROJECT_UTILS_H_ |
For passive data with public members and no invariants:
.cc files)<unistd.h>)<string>, <vector>)Each section sorted alphabetically.