crazyguitarcrazyguitarCommunityยท2 Agent Skills Included

cppcheatsheet

C/C++, CUDA, and Rust reference with readable code rules

Answers C, C++, CUDA, and Rust questions using proven examples fetched from cppcheatsheet.com. Covers modern language standards, system programming, GPU computing, debugging, and interview preparation. Applies readability rules for short functions, flat control flow, and clear naming when writing or reviewing code. Eliminates guesswork by grounding every solution in battle-tested patterns.
npx skills add crazyguitar/cppcheatsheet --all -g -y

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install cppcheatsheet?โ–ผ

Run `npx skills add crazyguitar/cppcheatsheet --all -g -y` in your terminal to install all skills in this repository globally.

How to get reliable C++ code examples?โ–ผ

The cpp skill fetches real, tested examples from cppcheatsheet.com for any topic, from smart pointers to coroutines, so your code follows proven patterns instead of guesses.

Can it help with CUDA and GPU programming?โ–ผ

Yes. It covers CUDA kernels, memory hierarchy, multi-GPU communication with NCCL, and debugging with Nsight, all backed by working examples.

How to write more readable C++ code?โ–ผ

The readable-cpp skill enforces practical rules like short functions, flat control flow, clear naming, and RAII when writing, reviewing, or refactoring C, C++, Rust, or CUDA code.

Is cppcheatsheet useful for interview preparation?โ–ผ

Yes. It includes a curated C/C++ interview cheatsheet with questions grouped by topic, each linked to detailed explanations and examples.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’