mcp-cpp-refactor

A skill for adding MCP server support to a C++26-or-later codebase using the mcpp library. MCP is a way for an application to expose operations and information that an AI agent can use.

In plain words
What is it for?
Use it to expose C++ functionality as MCP tools, prompts, and resources in a C++26-or-later project.
Why use it?
It provides a defined way to make existing C++ operations available to MCP-compatible agents without redesigning the underlying operations.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/karurochori/mcpp/mcp-cpp-refactor
Any agent
npx skills add KaruroChori/mcpp --skill mcp-cpp-refactor
Clone the repo
git clone --depth 1 https://github.com/KaruroChori/mcpp

Made for: Claude Code, Codex.

Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,460 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00041 $0.01460
Opus 5 $0.00020 $0.00730
Sonnet 5 $0.00008 $0.00292
Haiku 4.5 $0.00004 $0.00146

Measured yesterday against content hash 05d3e9599c8c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

mcp-cpp-refactor scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

assets/.opencode/skills/mcp-cpp-refactor/SKILL.md · 138 lines

The source is not reproduced here

Licensed LGPL-3.0

The repository is licensed LGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 138 lines · 41 tokens per session scan A 05d3e9599c8c

Subscribe to this mod's changes

mcp-cpp-refactor is a skill published in the GitHub repository KaruroChori/mcpp (2 stars, last pushed 16d ago), licensed LGPL-3.0. It adds 41 tokens to every session and 1,460 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

reflection-coach

Reflect on another agent's recent execution record and propose the smallest durable instruction, skill, or tool-description change. Use for evidence-backed coaching proposals, never hot-swaps.

paperclipai/paperclip · 38 tokens

quietloop

Use when designing or operating evidence-driven reflection, receipt-gated low-risk automation, privacy-preserving memory hygiene, or reliable notification recovery for Hermes-based personal agents. Do not use for generic journaling, unrestricted self-modification, or any workflow that cannot provide explicit approval…

zealxz/quietloop · 59 tokens

experiential-learning-cycle-designer

Structure a direct experience into a full learning cycle with concrete experience, reflection, and conceptual transfer. Use when planning field trips, simulations, or practical tasks.

GarethManning/education-agent-skills · 38 tokens

service-learning-project-designer

Design a service-learning project connecting genuine community need with embedded curriculum learning. Use when planning community projects, civic engagement, or social action units.

GarethManning/education-agent-skills · 34 tokens

rp-why

Load when reflecting on AI collaboration quality or tracking growth over time. Analyzes session history to surface how deeply you think with AI tools and whether your orchestration sophistication matches your cognitive depth. Provides actionable nudges to push toward more strategic work.

block/agent-skills · 53 tokens

self_reflect

Extract grounded lessons learned from a completed task and optionally write reusable experience entries into memory. Primarily used by the runtime or agent as a post-task reflection step.

IceWhaleTech/ZimaOS-Blue · 36 tokens