Skip to content

C++ language support, tooling, and coding conventions for Claude Code. Provides LSP integration via clangd for code intelligence, along with style guidelines covering naming, class structure, templates, and documentation.

  • 🛠️ LSP Integration: Code intelligence via clangd (go-to-definition, find-references, hover, diagnostics)
  • 📝 Coding Conventions: Style guidelines and clang tooling configuration

Use the plugin manager UI in Claude Code.

  1. Run /plugin in Claude Code Enter
  2. Go to Marketplaces Tab
  3. Select + Add Marketplace Enter
  4. Type tenzir/claude-plugins Enter
  5. Install cpp from the plugin list
TypeNameDescription
Skillfollowing-conventionsC++ coding conventions. Use when editing .cpp/.hpp files or asking about C++ style.

Open any C++ file to activate clangd language server for code intelligence.