cpp-coding-standards
Modern C++ coding standards (C++17/20/23) for type safety, RAII, and resource management.
Install
npx skills add https://github.com/affaan-m/everything-claude-code --skill cpp-coding-standardsStats
| Total installs | 1,358 |
| Weekly installs | 1.4K |
| GitHub stars | 112.5K |
| First seen | Feb 17, 2026 |
| Source | @affaan-m/everything-claude-code |
Summary
- Covers six foundational principles: RAII for resource lifetime, immutability by default, compile-time type safety, intent-driven naming, minimal complexity, and value semantics over pointers
- Provides detailed rules across 15+ domains including functions, classes, resource management, error handling, concurrency, templates, and standard library usage with code examples for each
- Includes anti-patterns and violations for every major category, plus a pre-submission checklist covering initialization, const-correctness, smart pointers, and exception safety
- Designed for C++17/20/23; explicitly not suitable for legacy C codebases or bare-metal contexts where modern features conflict with hardware constraints
Tags
Related skills
| Skill | Installs | vs cpp-coding-standards |
|---|---|---|
| validate-implementation-plan | 1,293 | -65 |
| compound-docs | 1,478 | +120 |
| springboot-verification | 1,315 | -43 |
| guidelines-advisor | 1,289 | -69 |
| secure-workflow-guide | 1,363 | +5 |
FAQ
- How many installs does cpp-coding-standards have?
- cpp-coding-standards has 1,358 total installs and 1.4K installs this week.
- Where is cpp-coding-standards hosted?
- cpp-coding-standards is published by @affaan-m/everything-claude-code at https://github.com/affaan-m/everything-claude-code.
- How many GitHub stars does cpp-coding-standards have?
- cpp-coding-standards has 112.5K GitHub stars.
- When was cpp-coding-standards first indexed?
- OrangeBot.AI first indexed cpp-coding-standards on Feb 17, 2026.
- How do I install cpp-coding-standards?
- Run: npx skills add https://github.com/affaan-m/everything-claude-code --skill cpp-coding-standards