·cpp-coding-standards
</>

cpp-coding-standards

affaan-m/everything-claude-code

C++ コア ガイドライン (isocpp.github.io) に基づく C++ コーディング標準。 C++ コードを作成、レビュー、またはリファクタリングするときに使用して、最新の安全かつ慣用的な実践を強制します。

30インストール·17トレンド·@affaan-m

インストール

$npx skills add https://github.com/affaan-m/everything-claude-code --skill cpp-coding-standards

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++ コア ガイドライン (isocpp.github.io) に基づく C++ コーディング標準。 C++ コードを作成、レビュー、またはリファクタリングするときに使用して、最新の安全かつ慣用的な実践を強制します。 ソース: affaan-m/everything-claude-code。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/affaan-m/everything-claude-code --skill cpp-coding-standards
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-17
更新日
2026-02-18

クイックアンサー

cpp-coding-standards とは?

C++ コア ガイドライン (isocpp.github.io) に基づく C++ コーディング標準。 C++ コードを作成、レビュー、またはリファクタリングするときに使用して、最新の安全かつ慣用的な実践を強制します。 ソース: affaan-m/everything-claude-code。

cpp-coding-standards のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/affaan-m/everything-claude-code --skill cpp-coding-standards インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/affaan-m/everything-claude-code