cpp skills

162 tagged cpp, measured the same way as everything else here.

Browse within: ai-assisted-development 39code-quality 22code-verification 22defensive-programming 22lua 19Code Generation 18browser-automation 18hpc 18async 17HuggingFace 11PyTorch 11ai-native 11inference 11modern-cpp 11

ash-instrumentation

01

yugabyte/yugabyte-db

Skill Claude CodeCodex

Instrument YugabyteDB ASH (Active Session History) wait states: add a new WaitStateCode, choose the right macro for synchronous vs asynchronous/callback code paths, register background trackers, plumb ASH metadata through RPCs, and test with waitstates-itest. Use when adding or changing wait states, or when…

11k 2d ago A 84 tokens

create-diff

02

yugabyte/yugabyte-db

Skill Claude CodeCodex

Create a YugabyteDB Phorge diff for the current branch's changes. Use when the user wants to publish their changes for review.

11k 2d ago A 31 tokens

create-pr

03

yugabyte/yugabyte-db

Skill Claude CodeCodex

Create a Pull Request for the current branch's changes. Use when the user wants to publish a branch for review as a GitHub PR.

11k 2d ago A 31 tokens

d2mcpp-authoring

04

mcpp-community/d2mcpp

Skill Claude CodeCodex

Authoring conventions, design principles, and file formats for the d2mcpp (D2X) Modern C++ tutorial project. Use this whenever you add or edit a C++ language-feature lesson — a book chapter, an exercise, a reference solution, or when registering them in SUMMARY/changelog. Trigger it for any request like "add a chapter…

1.8k +1 1mo ago A 141 tokens

cudaq-guide

05

NVIDIA/cuda-quantum

Skill Claude CodeCodex

Use for CUDA-Q setup, simulation targets, QPU access, and @cudaq.kernel authoring guidance.

1.1k yesterday A 26 tokens original Apache-2.0

qiskit-to-cudaq

06

NVIDIA/cuda-quantum

Skill Claude CodeCodex

Use when porting Qiskit Python circuits to CUDA-Q kernels while preserving algorithms and validation fidelity.

1.1k yesterday A 28 tokens original Apache-2.0

cpp

07

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

08

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

flamerobin-mcp

09

mariuz/flamerobin

Skill Claude CodeCodex

Model Context Protocol (MCP) server for FlameRobin to interact with registered Firebird databases.

262 6d ago A 25 tokens original MIT

pr-review

10

aethersdr/AetherSDR

Skill Claude CodeCodex

Full PR review for AetherSDR — verifies the PR against its linked issue, audits scope creep and undisclosed changes, checks governance and code quality, posts one GitHub review with inline comments, and reports blockers/nits/recommendation as markdown. Use when asked to review a PR (e.g. "/pr-review 4609").

214 2d ago B 72 tokens GPL-3.0

debug-trt-mismatch

11

NVIDIA/TensorRT-Model-Connect

Skill Claude CodeCodex

Use when TensorRT output diverges from a model reference, model-first validation fails, generated text or media is wrong, or a family change introduces a numerical mismatch. Routes the investigation by model modality and escalates from the first divergent boundary to the smallest responsible family-owned operation.

188 yesterday A 61 tokens original Apache-2.0

doc-sync

12

NVIDIA/TensorRT-Model-Connect

Skill Claude CodeCodex

Use for documentation maintenance scans that keep the canonical website journey, repo-local skills, commands, API reference, architecture and design, extension guides, feature context, ADRs, and traceability status aligned with the current GitHub main branch. Covers the Source/Internal CI boundary and model-owned…

188 yesterday A 65 tokens original Apache-2.0

pr-babysitter

13

NVIDIA/TensorRT-Model-Connect

Skill Claude CodeCodex

Use when monitoring GitHub pull request CI, diagnosing failed checks, rebasing branches onto github/main, applying narrowly scoped fixes, and updating PRs until their latest checks are green or a human blocker is identified.

188 yesterday A 48 tokens original Apache-2.0

rsid-sdk

14

realsenseai/RealSenseID

Skill Claude CodeCodex

RealSenseID face authentication SDK reference. Use when writing code for face enrollment, authentication, host-mode faceprint extraction/matching, device configuration, user management, device discovery, camera preview, logging, or serial connection. Covers C++ (RealSenseID namespace), Python (rsidpy), and C# (rsid).

118 28d ago A 70 tokens original Apache-2.0

mcpp-contributing

15

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

16

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

17

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

gdal-api

18

znlgis/opengis-skills

Skill Claude CodeCodex

Use when programming against GDAL/OGR in C, C++, Python, or .NET for raster/vector I/O, coordinate transformation, or custom geospatial algorithms. GDAL API: low-level programming interface for reading/writing 70+ geospatial formats.

58 7d ago A 56 tokens original MIT

boffin-review

19

MicSm/boffin

Skill Claude CodeCodex

Reviews code, diffs, cleanup proposals, and refactors against Boffin's staged architectural guardrails. Use when the user requests a Boffin review, architecture audit, compliance review, cleanup review, or open-ended refactor assessment.

38 9d ago A 53 tokens original MIT

boffin

20

MicSm/boffin

Skill Claude CodeCodex

Activates Boffin's routed architectural guardrails for coding, debugging, refactoring, and design work. Use when the user invokes Boffin or asks to apply ParselFire Core guidance to a software task.

38 9d ago A 47 tokens original MIT

moxpp-add-project

21

Moxibyte/MoxPP

Skill Claude CodeCodex

Adds a new sub-project to an existing MoxPP workspace. Use when the developer wants to add a new executable, library, or utility project to the build system.

23 1mo ago A 40 tokens

moxpp-check

22

Moxibyte/MoxPP

Skill Claude CodeCodex

Checks the integrity of CLAUDE.md against the actual project structure. Use when CLAUDE.md may be out of sync with mox.lua, conanfile.py, build.lua files, README.md, or LICENSE.

23 1mo ago A 50 tokens

moxpp-setup

23

Moxibyte/MoxPP

Skill Claude CodeCodex

Configures a freshly cloned MoxPP template for a new project. Use when starting a new C++ project from the MoxPP template and the developer needs to rename and configure it.

23 1mo ago A 44 tokens