Merge pull request #183 from moonlandar/feat/cpp-testing-skill

Feat/cpp testing skill
This commit is contained in:
Affaan Mustafa
2026-02-11 05:56:38 -08:00
committed by GitHub
3 changed files with 324 additions and 0 deletions

View File

@@ -218,6 +218,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-testing/ # C++ testing with GoogleTest, CMake/CTest (NEW)
| |-- django-patterns/ # Django patterns, models, views (NEW)
| |-- django-security/ # Django security best practices (NEW)
| |-- django-tdd/ # Django TDD workflow (NEW)