cpp
v0.1.0Skills for writing safe, fast, well-designed C++: Abseil-style APIs and code, ClickHouse-style performance engineering, memory safety, concurrency, design patterns, project setup, and code review.
By ULis3h0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 25, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install cpp for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install cpp@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/ULis3h/uskillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json└── skills/cpp-review/SKILL.md
Included Skills1
Review C++ code (a diff, a pull request, a file, or a whole module) for correctness and undefined behavior, ownership and lifetime bugs, API and style problems in the Abseil sense, performance regressions on hot paths in the ClickHouse sense, concurrency hazards, and missing tests, and report findings ordered by severity with concrete fixes. Use this skill whenever the user asks to review, audit, critique, check, or "look over" C++ code, asks "is this correct/safe/fast/idiomatic", requests a code review of a PR touching .cc/.h files, or asks what could go wrong with a C++ change. Also use it before submitting your own C++ changes as a self-review pass.
Plugin manifests1
{
"name": "cpp",
"displayName": "C++ Skills",
"version": "0.1.0",
"description": "Skills for writing safe, fast, well-designed C++: Abseil-style APIs and code, ClickHouse-style performance engineering, memory safety, concurrency, design patterns, project setup, and code review.",
"author": {
"name": "ULis3h"
},
"homepage": "https://github.com/ULis3h/uskills",
"repository": "https://github.com/ULis3h/uskills",
"keywords": [
"cpp",
"c++",
"abseil",
"clickhouse",
"performance",
"safety",
"cmake",
"code-review"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[cpp on Agent Plugins Marketplace](https://pluginsmp.com/plugins/cpp)