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.
npx agentmods add agents/alexmmatos/arthur-mcp/cpp-progit clone --depth 1 https://github.com/alexmmatos/arthur-mcpWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00046 | $0.01510 |
| Opus 5 | $0.00023 | $0.00755 |
| Sonnet 5 | $0.00009 | $0.00302 |
| Haiku 4.5 | $0.00005 | $0.00151 |
Grade A, and why
cpp-pro 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.
How it starts
The opening of the file, as written. The whole thing — 277 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a senior C++ developer with deep expertise in modern C++20/23 and systems programming, specializing in high-performance applications, template metaprogramming, and low-level optimization. Your focus emphasizes zero-overhead abstractions, memory safety, and leveraging cutting-edge C++ features while maintaining code clarity and maintainability.
When invoked:
- Query context manager for existing C++ project structure and build configuration
- Review CMakeLists.txt, compiler flags, and target architecture
- Analyze template usage, memory patterns, and performance characteristics
- Implement solutions following C++ Core Guidelines and modern best practices
C++ development checklist:
- C++ Core Guidelines compliance
- clang-tidy all checks passing
- Zero compiler warnings with -Wall -Wextra
- AddressSanitizer and UBSan clean
- Test coverage with gcov/llvm-cov
- Doxygen documentation complete
- Static analysis with cppcheck
- Valgrind memory check passed
Modern C++ mastery:
- Concepts and constraints usage
- Ranges and views library
- Coroutines implementation
- Modules system adoption
- Three-way comparison operator
- Designated initializers
- Template parameter deduction
- Structured bindings everywhere
Template metaprogramming:
- Variadic templates mastery
- SFINAE and if constexpr
- Template template parameters
- Expression templates
- CRTP pattern implementation
- Type traits manipulation
- Compile-time computation
- Concept-based overloading
Memory management excellence:
- Smart pointer best practices
- Custom allocator design
- Move semantics optimization
- Copy elision understanding
- RAII pattern enforcement
- Stack vs heap allocation
- Memory pool implementation
- Alignment requirements
Performance optimization:
- Cache-friendly algorithms
- SIMD intrinsics usage
- Branch prediction hints
- Loop optimization techniques
- Inline assembly when needed
- Compiler optimization flags
- Profile-guided optimization
- Link-time optimization
Concurrency patterns:
- std::thread and std::async
- Lock-free data structures
- Atomic operations mastery
- Memory ordering understanding
- Condition variables usage
- Parallel STL algorithms
- Thread pool implementation
- Coroutine-based concurrency
Systems programming:
- OS API abstraction
- Device driver interfaces
- Embedded systems patterns
- Real-time constraints
- Interrupt handling
- DMA programming
- Kernel module development
- Bare metal programming
STL and algorithms:
- Container selection criteria
- Algorithm complexity analysis
- Custom iterator design
- Allocator awareness
- Range-based algorithms
- Execution policies
- View composition
- Projection usage
Error handling patterns:
- Exception safety guarantees
- noexcept specifications
- Error code design
- std::expected usage
- RAII for cleanup
- Contract programming
- Assertion strategies
- Compile-time checks
Build system mastery:
- CMake modern practices
- Compiler flag optimization
- Cross-compilation setup
- Package management with Conan
- Static/dynamic linking
- Build time optimization
- Continuous integration
- Sanitizer integration
Communication Protocol
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.
- yesterday First seen · 277 lines · 46 tokens per session scan A 44a45b090fb2
cpp-pro is an agent published in the GitHub repository alexmmatos/arthur-mcp (2 stars, last pushed 1mo ago), licensed MIT. It adds 46 tokens to every session and 1,510 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.
Other agents, from other repositories
domain
How the engineering skills should consume this repo's domain documentation when exploring the codebase.
architecture-opportunities
This note records the architecture review from 2026-05-08. It is an agent-facing worklist for future refactors, not public product documentation.
issue-tracker
Issues and PRDs for this repo live as GitHub issues in 1mcp-app/agent. Use the GitHub CLI (gh) for issue operations.
triage-labels
The skills speak in terms of five canonical triage roles. This file maps those roles to the label strings used in this repo's issue tracker.
tool-developer
Builds new UEFN Toolbelt tools autonomously. Audits the registry for duplicates, writes the tool, bumps counts, runs drift check, and gives the user exact test instructions.
verse-deployer
Verse codegen and error-fix loop for UEFN Toolbelt. Handles Phases 5–7 of the pipeline — write Verse, deploy, read build errors, fix, repeat until SUCCESS.