feat: add cpp-coding-standards skill to skills/ and update README

This commit is contained in:
Lin Yuan
2026-02-14 20:26:33 +00:00
parent 08f60355d4
commit 8b4aac4e56
2 changed files with 723 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)