Back to tags
Tag

Agent Skills with tag: c++

9 skills match this tag. Use tags to discover related Agent Skills and explore similar workflows.

modern-cpp

>

c++modern-c++programming-languagesoftware-development
pluginagentmarketplace
pluginagentmarketplace
1

stl

>

stlstandard-template-libraryc++data-structures
pluginagentmarketplace
pluginagentmarketplace
1

cpp-basics

>

c++programming-basicscplusplusbeginner
pluginagentmarketplace
pluginagentmarketplace
1

programming-languages

Core programming languages for game server development including C++, C#, Go, Rust

c++c#gorust
pluginagentmarketplace
pluginagentmarketplace
2

memory-management-optimization

Debug memory leaks, profile memory usage, optimize allocations. Use when heap grows unexpectedly, OOM errors occur, or profiling shows memory bottleneck. Covers C++ (Valgrind, ASAN, RAII), Python (tracemalloc, objgraph), and general patterns.

memory-managementperformance-tuningprofilingc++
HTRamsey
HTRamsey
3

game-programming-languages

|

game-developmentc++c#lua
pluginagentmarketplace
pluginagentmarketplace
2

cpp-pro

Use when building C++ applications requiring modern C++20/23 features, template metaprogramming, or high-performance systems. Invoke for concepts, ranges, coroutines, SIMD optimization, memory management. Keywords: C++, C++20, C++23, templates, performance, systems programming.

c++templatesperformance-tuningmemory-management
Jeffallan
Jeffallan
245

at-dispatch-v2

Convert PyTorch AT_DISPATCH macros to AT_DISPATCH_V2 format in ATen C++ code. Use when porting AT_DISPATCH_ALL_TYPES_AND*, AT_DISPATCH_FLOATING_TYPES*, or other dispatch macros to the new v2 API. For ATen kernel files, CUDA kernels, and native operator implementations.

pytorchc++cudaaten
pytorch
pytorch
96,34426,418

add-uint-support

Add unsigned integer (uint) type support to PyTorch operators by updating AT_DISPATCH macros. Use when adding support for uint16, uint32, uint64 types to operators, kernels, or when user mentions enabling unsigned types, barebones unsigned types, or uint support.

pytorchc++macrosunsigned-integers
pytorch
pytorch
96,34426,418