cpp26-init
01Command
Scaffold a C++26-ready project in the current directory. Creates (or upgrades) CMakeLists.txt to CXXSTANDARD 26 with compilecommands export, writes a .clangd that points at the user-preferred toolchain, and writes a .cpp26-adapter.yaml the plugin reads for per-project overrides (skip-skill flag, custom anti-pattern…
3 3mo ago A 85 tokens
original MIT