cpp-coding-standards
✓C++-Codierungsstandards basierend auf den C++ Core Guidelines (isocpp.github.io). Verwenden Sie es beim Schreiben, Überprüfen oder Refactoring von C++-Code, um moderne, sichere und idiomatische Praktiken durchzusetzen.
Installation
SKILL.md
Comprehensive coding standards for modern C++ (C++17/20/23) derived from the C++ Core Guidelines. Enforces type safety, resource safety, immutability, and clarity.
These themes recur across the entire guidelines and form the foundation:
| P.1 | Express ideas directly in code | | P.3 | Express intent | | P.4 | Ideally, a program should be statically type safe | | P.5 | Prefer compile-time checking to run-time checking | | P.8 | Don't leak any resources | | P.10 | Prefer immutable data to mutable data | | I.1 | Make interfaces explicit | | I.2 | Avoid non-const global variables |
C++-Codierungsstandards basierend auf den C++ Core Guidelines (isocpp.github.io). Verwenden Sie es beim Schreiben, Überprüfen oder Refactoring von C++-Code, um moderne, sichere und idiomatische Praktiken durchzusetzen. Quelle: affaan-m/everything-claude-code.
Fakten (zitierbereit)
Stabile Felder und Befehle für KI/Such-Zitate.
- Installationsbefehl
npx skills add https://github.com/affaan-m/everything-claude-code --skill cpp-coding-standards- Kategorie
- </>Entwicklung
- Verifiziert
- ✓
- Erstes Auftreten
- 2026-02-17
- Aktualisiert
- 2026-02-18
Schnelle Antworten
Was ist cpp-coding-standards?
C++-Codierungsstandards basierend auf den C++ Core Guidelines (isocpp.github.io). Verwenden Sie es beim Schreiben, Überprüfen oder Refactoring von C++-Code, um moderne, sichere und idiomatische Praktiken durchzusetzen. Quelle: affaan-m/everything-claude-code.
Wie installiere ich cpp-coding-standards?
Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/affaan-m/everything-claude-code --skill cpp-coding-standards Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor
Wo ist das Quell-Repository?
https://github.com/affaan-m/everything-claude-code
Details
- Kategorie
- </>Entwicklung
- Quelle
- skills.sh
- Erstes Auftreten
- 2026-02-17