cpp

Installation
SKILL.md

C++

Modern C++ development with smart pointers, RAII, and performance optimization.

When to Use

  • Working with .cpp or .hpp files
  • Systems programming and embedded
  • Game development with Unreal Engine
  • Performance-critical applications

Quick Start

#include <memory>
#include <string>
#include <vector>
Installs
3
GitHub Stars
10
First Seen
Feb 10, 2026
cpp — g1joshi/agent-skills