Reusable C++ agent skills, MCPs and related commands for research and engineering workflows.
Current token usage for skills and MCP tools is available through the token summary report linked by the badge above.
| Skill | Description |
|---|---|
benchmarks |
Run and interpret Google Benchmark suites. |
benchmarks-affected |
Find benchmarks affected by branch changes. |
benchmarks-compare-revisions |
Compare benchmark performance across Git revisions. |
capture-learnings |
Preserve durable research engineering learnings. |
cmake |
Configure, build, and test CMake projects. |
diagnose-segfault |
Diagnose C++ crashes and memory errors. |
estimate-token-usage |
Measure skill, MCP, and general context usage. |
optimization-experiment |
Run validated C++ optimization experiments. |
paper-search |
Search academic literature and manage references. |
pdf |
Read, create, and combine PDF files. |
setup-cpp-repo |
Scaffold a modern C++20 repository. |
Pinned links identify the measured upstream revisions. Use the latest compatible version when installing.
| MCP | Description |
|---|---|
| Clang Index @ 4f009b7 | Index and query C++ symbols, inheritance, and call graphs with libclang. |
| LLDB MCP @ llvmorg-22.1.8 | Bridge an MCP client to a local LLDB command session. |