Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

Modern-Cpp-Skills

Modern-Cpp-Skills 收录了来自 13eholder 的 15 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
15
Stars
14
更新
2026-02-14
Forks
3
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

cpp20-skill-creator
计算机程序员

Use when creating skills for C++20 standard library features, language constructs, remote third-party libraries, or local C++ projects. Keywords: create C++20 skill, create std skill C++, create concept skill, create local C++ skill, 创建 C++20 skill, 创建标准库技能, 创建 concept 技能, 本地库生成 skill, 动态 C++ skill, skill for ranges, skill for coroutines, skill for concepts, generate C++ skill from local path, C++20 技能, 从文档创建 skill, from docs create C++ skill

2026-02-14
m01-ownership
软件开发工程师

Mastering C++ Ownership: Move Semantics, RAII, and Reference Safety. Triggers: std::move, use-after-free, double-free, dangling pointer, copy elision, RVO, reference qualifiers.

2026-01-25
m02-resource
计算机程序员

Mastering C++ Smart Pointers: unique_ptr, shared_ptr, weak_ptr. Triggers: memory management, cycles, enable_shared_from_this, make_unique, make_shared, custom deleters.

2026-01-25
m03-mutability
软件开发工程师

Mastering C++ Const Correctness and Mutability. Triggers: const, mutable, logically const, bitwise const, data race, mutex, shared_mutex, thread safety.

2026-01-25
m04-zero-cost
计算机程序员

Mastering C++ Polymorphism: Templates, Concepts, and Virtual Functions. Triggers: templates, concepts, vtable, CRTP, static polymorphism, dynamic polymorphism, SFINAE.

2026-01-25
m05-type-driven
软件开发工程师

Mastering C++ Type-Driven Design. Triggers: strong types, phantom types, type state pattern, builder pattern, invalid state unrepresentable.

2026-01-25
m06-error-handling
计算机程序员

Mastering C++ Error Handling. Triggers: exceptions, try-catch, noexcept, std::expected, std::optional, error codes, assert, terminate.

2026-01-25
m07-concurrency
计算机程序员

Mastering C++ Concurrency. Triggers: std::thread, jthread, atomic, mutex, deadlock, race condition, memory model, coroutine, async.

2026-01-25
m09-domain
软件开发工程师

Mastering C++ Domain Modeling (DDD). Triggers: Entity, Value Object, Aggregate, Repository, Pimpl, Class Design, Invariant.

2026-01-25
m10-performance
计算机程序员

Mastering C++ Performance. Triggers: cache locality, heap allocation, inlining, SIMD, standard layout, string_view, reserve, pmr.

2026-01-25
m11-ecosystem
计算机程序员

Mastering C++ Ecosystem: CMake, vcpkg, Conan, Sanitizers, Tooling.

2026-01-25
m12-lifecycle
计算机程序员

Mastering C++ Lifecycle: RAII, Destructors, Static Initialization, Rule of 5.

2026-01-25
m13-domain-error
计算机程序员

Mastering C++ Domain Errors: Exception Hierarchies, System Errors, and Expected.

2026-01-25
m14-mental-model
计算机程序员

C++ Mental Models: Pointer vs Reference, Initialization, Undefined Behavior.

2026-01-25
m15-anti-pattern
计算机程序员

Common C++ Anti-Patterns. Triggers: global variables, new/delete, C-style cast, macros, void*.

2026-01-25