cpp-native-development
CommunityModern C++ patterns for native apps.
Authorstephendolan
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill guides writing performant, modern C++ with emphasis on move semantics, templates, thread safety, and API design.
Core Features & Use Cases
- Move Semantics & Layout: Prefer rvalue references and explicit moves to avoid copies.
- Templates vs std::function: Use templates for zero-cost abstractions; reserve std::function for non-hot paths.
- Lifetime & Thread Safety: Proper ownership, safe destructors, and locking discipline.
- Initialization & API Design: Initialize structs, design clean APIs, and avoid undefined states.
Quick Start
Explain the difference between move semantics and copying in a function that takes a vector by value.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: cpp-native-development Download link: https://github.com/stephendolan/dotfiles/archive/main.zip#cpp-native-development Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.