cppcheatsheet
C/C++, CUDA, and Rust reference with readable code rules
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core