Skip to main content
Ejecuta cualquier Skill en Manus
con un clic

cpp-coding-standards

Estrellas2
Forks0
Actualizado9 de julio de 2026, 00:38

Modern C++ (C++17/20/23) coding standard grounded in the public C++ Core Guidelines. Enforces resource safety (RAII), immutability by default, strong static typing, value semantics, and intent-revealing interfaces. Covers ownership and smart-pointer discipline, the Rule of Zero / Rule of Five, const-correctness, scoped enums, exception-safety, concept-constrained templates, concurrency locking discipline, header hygiene, and naming. Use when authoring, reviewing, or refactoring C++ — when deciding between raw and smart pointers, choosing enum vs enum class, sizing a class's special members, passing parameters, constraining a template, or locking a shared resource. Not for C-only legacy that cannot adopt modern features, or bare-metal contexts where a specific guideline conflicts with hardware.

Instalación

Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.

SKILL.md
readonly