cpp-coding-standards
✓基于 C++ 核心指南 (isocpp.github.io) 的 C++ 编码标准。在编写、审查或重构 C++ 代码时使用,以实施现代、安全和惯用的实践。
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 中使用
这个 Skill 的源码在哪?
https://github.com/affaan-m/everything-claude-code
详情
- 分类
- </>开发工具
- 来源
- skills.sh
- 收录时间
- 2026-02-17