Installation

clawhub install bowen31337/clangd-lsp

Summary

C/C++ language server integration using clangd, part of the LLVM project. Provides autocomplete, go-to-definition, find references, real-time diagnostics, and refactoring for C and C++ files. Works with any LSP-compatible editor.

SKILL.md

Quick overview

C/C++ language server integration using clangd, part of the LLVM project. Provides autocomplete, go-to-definition, find references, real-time diagnostics, and refactoring for C and C++ files. Works with any LSP-compatible editor.

clangd uses the same compiler frontend as Clang, so its diagnostics and code understanding are more accurate than generic IDE plugins that parse code independently.

Common tasks

  • Navigating a large C++ codebase with go-to-definition
  • Catching compilation errors in real time while editing
  • Formatting C++ source files with clang-format
  • Renaming a symbol across an entire C project
  • Running static analysis on C++ code before committing

Install paths

Primary command


openclaw install bowen31337/clangd-lsp

ClawHub installer


npx clawhub@latest install bowen31337/clangd-lsp

OpenClaw CLI


openclaw skills install bowen31337/clangd-lsp

Direct OpenClaw install


openclaw install bowen31337/clangd-lsp

Skill metadata

  • Category: Coding Agents & IDEs
  • Language: Markdown
  • Version: 1.0.0
  • Security status: Benign

Review upstream source

The full public SKILL.md body is not directly fetchable for this entry right now, so this page is using the best available catalog metadata. Review the upstream source page for the latest files, version history, and security scan details: https://clawhub.ai/bowen31337/clangd-lsp

Recommended skills

Browse all →

Related guides

Hand-picked reading to help you choose, install, and use agent skills.