parasxos/cpp26-adapter

Claude Code plugin that turns Claude into a C++26 specialist. Standard-first suggestions; compiler-honest verification.

3Stars on the repository
7Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

cpp26-reviewer

01

parasxos/cpp26-adapter

Agent

Reviews a C++ file or diff for C++26 standard compliance. Two-pass: (1) regex anti-pattern check against tools/cpp26lint/patterns.yaml and (2) clang -std=c++2c -fsyntax-only compile check whose diagnostics are classified informationally as bug-vs-compiler-lag using mcpcpp26-refcompilerstatus. Returns a YAML report…

3 3mo ago A 107 tokens original MIT