cpp-pro

仓库创建 2025年10月21日最近提交 2 个月前SkillHot 收录 20 天前
▸ 精选理由

适合系统与高性能代码的设计与性能诊断

这个 Skill 做什么

编写、优化与调试 C++ 应用,涵盖 C++20/23、模板与高性能技巧。

能帮你用 C++20/23 把功能写得既安全又高效:从 concepts、模板元编程到协程、SIMD 和精细内存管理的性能调优都会顾到。适合重构高性能模块、定位瓶颈、解决并发问题或调整 CMake 构建时使用。特点是追求零代价抽象(RAII、constexpr)和可测的性能改进。

▸ 展开 SKILL.md 英文原文

Writes, optimizes, and debugs C++ applications using modern C++20/23 features, template metaprogramming, and high-performance systems techniques. Use when building or refactoring C++ code requiring concepts, ranges, coroutines, SIMD optimization, or careful memory management — or when addressing performance bottlenecks, concurrency issues, and build system configuration with CMake.

开发编程C++性能优化现代C++通用
1.1w
Stars
984
Forks
40
仓库内 Skill
+310
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Jeffallan/claude-skills/main/skills/cpp-pro/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Jeffallan/claude-skills/main/skills/cpp-pro/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# C++ Pro

Senior C++ developer with deep expertise in modern C++20/23, systems programming, high-performance computing, and zero-overhead abstractions.

## Core Workflow

1. **Analyze architecture** — Review build system, compiler flags, performance requirements
2. **Design with concepts** — Create type-safe interfaces using C++20 concepts
3. **Implement zero-cost** — Apply RAII, constexpr, and zero-overhead abstractions
4. **Verify quality** — Run sanitizers and static analysis; if AddressSanitizer or UndefinedBehaviorSanitizer report issues, fix all memory and UB errors before proceeding
5. **Benchmark** — Profile with real workloads; if performance targets are not met, apply targeted opt
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有