cpp23 skills

21 tagged cpp23, measured the same way as everything else here.

Browse within: game-development 15cpp 6

cpp

01

crazyguitar/cppcheatsheet

Skill Claude CodeCodex

Comprehensive C/C++ programming reference covering everything from C11-C23 and C++11-C++23, system programming, CUDA GPU computing, debugging tools, Rust interop, and advanced topics. Use for: C/C++ questions, C/C++ interview preparation, modern language features, RAII/memory management, templates/generics, CUDA…

283 4d ago A 107 tokens original MIT

readable-cpp

02

crazyguitar/cppcheatsheet

Skill Claude CodeCodex

Readable C/C++/Rust/CUDA code rules inspired by The Art of Readable Code. Use when writing, reviewing, or refactoring C, C++, Rust, or CUDA code. Enforces short functions, flat control flow, clear naming, readable structure, and idiomatic patterns.

283 4d ago A 63 tokens original MIT

mcpp-contributing

03

mcpp-community/mcpp

Skill Claude CodeCodex

Use when contributing to the mcpp project — submitting bug fixes, new features, code optimizations, documentation improvements, or any PR. Covers issue creation, branch conventions, build verification, CI requirements, and PR workflow using gh and git.

114 yesterday A 53 tokens original Apache-2.0

mcpp-docs-style

04

mcpp-community/mcpp

Skill Claude CodeCodex

Use when writing or editing anything under docs/ (English or 简体中文), README files, or long-form design records — states the register mcpp documentation is written in (declarative, precise, professional), the constructions that are not admitted (question headings, conversational asides, internet slang, figurative…

114 yesterday A 76 tokens original Apache-2.0

mcpp-release

05

mcpp-community/mcpp

Skill Claude CodeCodex

Use when releasing a new version of mcpp — bumps version, creates tag, triggers release CI, and monitors until all platforms succeed. Covers the full release checklist to avoid common pitfalls like version string mismatches.

114 yesterday A 46 tokens original Apache-2.0

alemdarlabs/sage-unreal-mcp

Skill Claude CodeCodex

Generates decision trees, state machines, and flowcharts from textual input. Invoke for state machine design, conditional flow visualization, lifecycle diagrams, or process documentation in Sage.

2 2mo ago A 40 tokens

unreal-close

07

alemdarlabs/sage-unreal-mcp

Skill Claude CodeCodex

Close Unreal Editor safely on Windows first, with macOS fallback. Invoke only when the user explicitly asks to close/restart Unreal or an approved plugin binary swap requires the editor to exit.

2 2mo ago A 41 tokens

unreal-open

08

alemdarlabs/sage-unreal-mcp

Skill Claude CodeCodex

Launch Unreal Editor for an explicit .uproject path on Windows first, with macOS fallback. Invoke only when the user asks to open/reopen Unreal or after an approved plugin rebuild/deploy flow.

2 2mo ago A 44 tokens