MaoYang avatar

MaoYang

Community

@13eholder · WuHan China

14Followers
|
20Public Repos
|
15Published Skills

College student passionate about sys,distributed storage and ai agent

Agent Skills by MaoYang

Showing 15 vetted skills indexed across 1 GitHub repositories.

13eholder13eholder
14

m13-domain-error

Standardize C++ domain-error handling with std::runtime_error hierarchies and std::error_code.

Community
Advanced
13eholder13eholder
14

m15-anti-pattern

Detect and remediate C++ anti-patterns with modern replacements.

Community
Intermediate
13eholder13eholder
14

m10-performance

Optimize your workload with GPU-accelerated linear algebra.

Community
Intermediate
13eholder13eholder
14

m12-lifecycle

Manage C++ resource lifetimes with RAII wrappers and the Rule of Five.

Community
Advanced
13eholder13eholder
14

m09-domain

Model C++ domain concepts and distinguish entities from value objects.

Community
Intermediate
13eholder13eholder
14

m05-type-driven

Enforce type safety in C++ code with strong types and type-state patterns.

Community
Advanced
13eholder13eholder
14

m04-zero-cost

Guide C++20 developers in choosing static or dynamic polymorphism.

Community
Intermediate
13eholder13eholder
14

m14-mental-model

Explain C++ memory semantics using value, reference, and pointer ownership.

Community
Intermediate
13eholder13eholder
14

cpp20-skill-creator

Generate C++20 skill definitions from cppreference docs and local header files.

Community
Intermediate
13eholder13eholder
14

m11-ecosystem

Configure CMake builds with vcpkg or Conan for reproducible C++ dependency management.

Community
Intermediate
13eholder13eholder
14

m07-concurrency

Coordinate concurrent C++ tasks with mutexes, atomics, and jthread.

Community
Intermediate
13eholder13eholder
14

m01-ownership

Guide C++ ownership decisions using RAII, smart pointers, and non-owning references.

Community
Advanced
13eholder13eholder
14

m06-error-handling

Standardize C++ error handling with exceptions, error codes, optional, expected, and assertions.

Community
Advanced
13eholder13eholder
14

m03-mutability

Design C++ classes with const-correct mutable state guarded by mutexes.

Community
Advanced
13eholder13eholder
14

m02-resource

Manage C++ heap ownership with smart pointers and custom deleters.

Community
Intermediate