·cpp

Write modern C++ with RAII, smart pointers, and STL. Use for C++ development, memory safety, or performance optimization.

33Installs·0Trend·@htlin222

Installation

$npx skills add https://github.com/htlin222/dotfiles --skill cpp

How to Install cpp

Quickly install cpp AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/htlin222/dotfiles --skill cpp
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: htlin222/dotfiles.

SKILL.md

View raw

| 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.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/htlin222/dotfiles --skill cpp
Category
</>Dev Tools
Verified
First Seen
2026-03-06
Updated
2026-03-10

Browse more skills from htlin222/dotfiles

Quick answers

What is cpp?

Write modern C++ with RAII, smart pointers, and STL. Use for C++ development, memory safety, or performance optimization. Source: htlin222/dotfiles.

How do I install cpp?

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

Where is the source repository?

https://github.com/htlin222/dotfiles

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-03-06