What is cpp?
Write modern C++ with RAII, smart pointers, and STL. Use for C++ development, memory safety, or performance optimization. Source: htlin222/dotfiles.
Write modern C++ with RAII, smart pointers, and STL. Use for C++ development, memory safety, or performance optimization.
Quickly install cpp AI skill to your development environment via command line
Source: htlin222/dotfiles.
| Memory leak | Growing memory | Use smart pointers | | Dangling ptr | Crash/UB | Check lifetime | | Buffer overflow | Crash/security | Use std::vector/span | | Data race | Inconsistent state | mutex/atomic |
Input: "Fix memory leak" Action: Replace raw pointers with smart pointers, ensure RAII
Input: "Modernize this C++ code" Action: Apply C++17/20 features, use STL, improve safety
Write modern C++ with RAII, smart pointers, and STL. Use for C++ development, memory safety, or performance optimization. Source: htlin222/dotfiles.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/htlin222/dotfiles --skill cppWrite modern C++ with RAII, smart pointers, and STL. Use for C++ development, memory safety, or performance optimization. Source: htlin222/dotfiles.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/htlin222/dotfiles --skill cpp Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/htlin222/dotfiles