c plus plus skills

18 tagged c plus plus, measured the same way as everything else here.

Browse within: music 8music-notation 8musicxml 8xml 8xml-dom 8chrome 5css 5electron 5html 5javascript 5

electron/electron

Skill Claude CodeCodex

End-to-end Chrome security backport for an Electron release branch. Given a Chrome Releases blog URL and a branch (e.g. 41-x-y), determines which CVE fixes are missing from the actual synced source, writes the cherry-pick patches locally, validates them with e sync --3 + lint --patches, then pushes a single PR. Use…

123k 2d ago A 121 tokens original MIT

electron/electron

Skill Claude CodeCodex

Guide for performing Chromium version upgrades in the Electron project. Use when working on the roller/chromium/main branch to fix patch conflicts during e sync --3. Covers the patch application workflow, conflict resolution, analyzing upstream Chromium changes, and proper commit formatting for patch fixes.

123k 2d ago A 62 tokens original MIT

electron/electron

Skill Claude CodeCodex

Guide for performing Node.js version upgrades in the Electron project. Use when working on the roller/node/main branch to fix patch conflicts during e sync --3. Covers the patch application workflow, conflict resolution, analyzing upstream Node.js changes, building, running the Node.js test suite, and proper commit…

123k 2d ago A 69 tokens original MIT

webern/mx

Skill Claude CodeCodex

Use this skill to explain, in plain language, what is wrong with the mx::api round-trip and what it needs next. It drives the failure classifier (dump -> classify) over the corpus, then reads build/api/classified.json and turns it into a prioritized, human-readable worklist grouped by failure shape (crashes, instant…

93 3d ago A 132 tokens original MIT

mx-api-doctrine

05

webern/mx

Skill Claude CodeCodex

The mx::api design doctrine. You MUST read this before designing or changing anything in the mx::api layer: adding or reshaping public types in src/include/mx/api/, wiring them through mx::impl, writing comments in api headers, or reviewing any of the above.

93 3d ago A 61 tokens original MIT

mx-open-pr

06

webern/mx

Skill Claude CodeCodex

Use this skill when the user says open a PR, create a pull request, make a PR, or submit this work as a PR.

93 3d ago A 32 tokens original MIT

plant-new-strategy

07

traitecoevo/plant

Skill Claude CodeCodex

Scaffold a new strategy (and optionally environment) model in the plant C++/R package, then wire it through the build. Use when asked to add a new model/strategy, create a strategy from an existing one (e.g. clone FF16), add a variant strategy that reuses an existing environment, or "use the scaffolder". Covers…

55 4d ago A 124 tokens AGPL-3.0

traitecoevo/plant

Skill Claude CodeCodex

Migrate code that uses the plant R package up to plant's latest interface. Use when a downstream product (analysis scripts, a dependent package, a notebook) breaks or needs updating after plant changed — e.g. "update X to the latest plant", "plant's interface changed, fix my code", "migrate to the new runscm/Control…

55 4d ago A 134 tokens AGPL-3.0

profile-plant

09

traitecoevo/plant

Skill Claude CodeCodex

Profile and benchmark the plant C++/R package — find hotspots, measure whether a change or branch helped or regressed, and compare performance across builds. Use when asked to profile, benchmark, time, or optimize plant; to find what is slow; to compare speed between two branches/commits; or to verify a change did not…

55 4d ago A 129 tokens AGPL-3.0

qb-linq-development

10

isndev/qb-linq

Skill Claude CodeCodexCursor

Develop or debug the qb-linq header-only C++17 LINQ library (qb::linq): locate declarations and definitions, extend iterators and views, run qblinqtests and optional benchmarks. Use when editing include/qb/linq, adding terminals or lazy views, or writing tests for this repo.

13 2mo ago A 69 tokens original MIT

cpp26-idioms

11

parasxos/cpp26-adapter

Skill Claude CodeCodex

When writing, editing, or suggesting C++ code, prefer C++26 final-form constructs as documented in ISO/IEC 14882:2026 over pre-C++26 idioms. Applies to: reflection (P2996, replacing X-macros / Boost.Describe / magicenum), contracts (P2900, replacing assert), std::execution senders (P2300, replacing std::async)…

3 3mo ago A 243 tokens original MIT