clangd skills

5 tagged clangd, measured the same way as everything else here.

clangd-graph-rag

01

2015xli/clangd-graph-rag

Skill Claude CodeCodex

This skill enables deep semantic and structural analysis of C/C++ codebases using a pre-built Neo4j GraphRAG. It provides insights into call chains, class hierarchies, macro causality, and type aliases.

61 4mo ago A 0 tokens original Apache-2.0

JSungMin/vs-token-safer

Skill Claude CodeCodex

Analyze an editor, build, or structured trace log (Unreal Engine Saved/Logs, Unity Editor.log, Godot output, MSVC/UBT/MSBuild build output, JSONL / structured .jsonl traces, or any text log) token-efficiently. Use when the user mentions checking, reading, searching, summarizing, or diffing a log; investigating…

11 5d ago A 157 tokens original MIT

vs-dce

03

JSungMin/vs-token-safer

Skill Claude CodeCodex

Preview-only dead-code analysis for C/C++, C#/.NET, JS/TS, and Python via vs-token-safer. From one or more seed symbols, walk the official language server's call graph to a fixpoint and report what is provably DEAD (and what transitively becomes dead) — without deleting anything. Use whenever the user asks what code…

11 5d ago A 128 tokens original MIT

vs-search

04

JSungMin/vs-token-safer

Skill Claude CodeCodex

Routing rules for code search in C/C++, C#/.NET, JS/TS, and Python projects via vs-token-safer — use the vs-search MCP tools (clangd/Roslyn/tsserver/pyright language-server index) or the vts CLI instead of Bash grep. Use whenever searching for a symbol, definition, function, variable, type, or finding…

11 5d ago A 109 tokens original MIT