clangd-lsp

C/C++ language server (clangd) for code intelligence

Content Preview
{
  "name": "clangd-lsp",
  "description": "C/C++ language server (clangd) for code intelligence",
  "version": "1.0.0",
  "author": {
    "name": "Anthropic",
    "email": "[email protected]"
  },
  "source": "./plugins/clangd-lsp",
  "category": "development",
  "strict": false,
  "lspServers": {
    "clangd": {
      "command": "clangd",
      "args": [
        "--background-index"
      ],
      "extensionToLanguage": {
        ".c": "c",
        ".h": "c",
        ".cpp": "cpp",
       
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/clangd-lsp.md \
  https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/.claude-plugin/marketplace.json

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/anthropics/claude-plugins-official

Then reference at .claude-plugin/marketplace.json

Related Skills