Merge pull request #229 from voidforall/feat/cpp-coding-standards

feat: add cpp coding standards skill
This commit is contained in:
Affaan Mustafa
2026-02-16 14:18:35 -08:00
committed by GitHub
3 changed files with 1445 additions and 0 deletions

View File

@@ -222,6 +222,7 @@ everything-claude-code/
| |-- verification-loop/ # Continuous verification (Longform Guide)
| |-- golang-patterns/ # Go idioms and best practices
| |-- golang-testing/ # Go testing patterns, TDD, benchmarks
| |-- cpp-coding-standards/ # C++ coding standards from C++ Core Guidelines (NEW)
| |-- cpp-testing/ # C++ testing with GoogleTest, CMake/CTest (NEW)
| |-- django-patterns/ # Django patterns, models, views (NEW)
| |-- django-security/ # Django security best practices (NEW)