Skip to main content
Back to the directory
affaan-m/everything-claude-codeSoftware EngineeringFrontend and Design

cpp-coding-standards

Modern C++ standards enforcing type safety, resource management, and clarity through the C++ Core Guidelines.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
3

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/affaan-m/everything-claude-code --skill cpp-coding-standards
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, cpp-coding-standards has 3 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: affaan-m/everything-claude-code. Canonical URL: https://skills.sh/affaan-m/everything-claude-code/cpp-coding-standards.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Modern C++ standards enforcing type safety, resource management, and clarity through the C++ Core Guidelines. 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: Before marking C++ work complete: - 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 - Writing new C++ code (classes, functions, templates) - Reviewing or refactoring existing C++ code - Making architectural decisions in C++ projects - Enforcing consistent style across a C++ codebase - Choosing between language features (e.g., enum vs enum class , raw pointer vs smart pointer) -...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does cpp-coding-standards do?

Modern C++ standards enforcing type safety, resource management, and clarity through the C++ Core Guidelines.

Is cpp-coding-standards good?

cpp-coding-standards does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support cpp-coding-standards?

cpp-coding-standards currently lists compatibility with Claude Code, Skills CLI.

Is cpp-coding-standards safe to install?

cpp-coding-standards has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to cpp-coding-standards?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install cpp-coding-standards?

Run the following command to install cpp-coding-standards: npx skills add https://github.com/affaan-m/everything-claude-code --skill cpp-coding-standards

Related skills

More from affaan-m/everything-claude-code

Related skills

Alternatives in Software Engineering