Merge pull request #301 from 0xrohitgarg/add-videodb-skills

Add VideoDB Skills to Individual Skills
This commit is contained in:
Affaan Mustafa
2026-03-10 21:27:02 -07:00
committed by GitHub
13 changed files with 3875 additions and 0 deletions

View File

@@ -275,6 +275,7 @@ everything-claude-code/
| |-- security-review/ # Security checklist
| |-- eval-harness/ # Verification loop evaluation (Longform Guide)
| |-- verification-loop/ # Continuous verification (Longform Guide)
| |-- videodb/ # Video and audio: ingest, search, edit, generate, stream (NEW)
| |-- 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)