plugins marketplace
← All plugins

cppcheatsheet

v1.0.0

Comprehensive C/C++ programming reference covering modern C11-C23, C++11-C++23, system programming, CUDA GPU computing, debugging tools, Rust interop, and advanced topics

Claude Code1 skill

by crazyguitarMIT281updated 2 days ago

Source

git clone https://github.com/crazyguitar/cppcheatsheet

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

cppcheatsheet/
├── .claude-plugin/plugin.json
└── skills/readable-cpp/SKILL.md

Skills1

readable-cppskills/readable-cpp/SKILL.md

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.

Manifests1

.claude-plugin/plugin.json
{
  "name": "cppcheatsheet",
  "description": "Comprehensive C/C++ programming reference covering modern C11-C23, C++11-C++23, system programming, CUDA GPU computing, debugging tools, Rust interop, and advanced topics",
  "version": "1.0.0",
  "author": {
    "name": "crazyguitar"
  },
  "homepage": "https://cppcheatsheet.com",
  "repository": "https://github.com/crazyguitar/cppcheatsheet",
  "license": "MIT"
}