BigHugger
sk Skill · affaan-m

cpp-coding-standards

C++ coding standards based on the C++ Core Guidelines (isocpp.github.io). Use when writing, reviewing, or refactoring C++ code to enforce modern, safe, and idiomatic practices.

installs 8w
1,978
30-day movement
starts with the next reading
Related entries
6
Connections
0
cppJavaScript

A SKILL.md that loads C++ coding standards derived from the C++ Core Guidelines, covering modern C++ (C++17/20/23) across sections like philosophy, functions, classes, resource management, error handling, concurrency, and templates. Each area lists key rules, DO/DON'T guidance, and named anti-patterns with rule references (e.g. R.11, ES.47).

Reach for it when you want an agent to write, review, or refactor C++ against established Core Guidelines practices instead of ad-hoc style.

Use it to

  • Write new C++ classes, functions, and templates to guideline rules
  • Review or refactor existing C++ code
  • Flag anti-patterns like naked new/delete or C-style casts
  • Make architectural decisions in C++ projects
  • Apply RAII and smart-pointer resource management rules

For Developers and AI agents working on modern C++ codebases

Host repository
affaan-m/ECC
Installs, lifetime
3,300
Installs, 8 weeks
1,978
Host stars
261k
Host language
JavaScript
topicsc++coding-standardscore-guidelinescode-reviewrefactoringbest-practices