language server protocol skills

30 tagged language server protocol, measured the same way as everything else here.

Browse within: code-intelligence 24go 24lsp 24

lsp-architecture

01

blackwell-systems/agent-lsp

Skill Claude CodeCodex

Generate a structural architecture overview of a codebase: languages, package map, entry points, dependency graph, and hotspots. One call for the big picture.

117 yesterday A 36 tokens original MIT

lsp-dead-code

02

blackwell-systems/agent-lsp

Skill Claude CodeCodex

Enumerate exported symbols in a file and surface those with zero references across the workspace. Use when auditing for dead code, cleaning up APIs, or checking which exports are safe to remove.

117 yesterday A 43 tokens original MIT

lsp-inspect

03

blackwell-systems/agent-lsp

Skill Claude CodeCodex

Full code quality audit for a file, package, or directory. Supports batch mode (directory walk with --top ranking), comparison mode (--diff for branch-only issues), severity calibration by blast radius, fix suggestions, and confidence tiers. Applies a check taxonomy (dead symbols, silent failures, error wrapping…

117 yesterday A 126 tokens original MIT

typescript-style

04

tjx666/vscode-mcp

Skill Claude CodeCodex

TypeScript code style and repo conventions for VSCode MCP — inference vs explicit types, ESM import suffixes, zod schema contracts, async VSCode/Node APIs, JSON-safe IPC results, JSDoc for public contracts, and focused validation. Use whenever editing or reviewing .ts / .tsx files in this project.

100 26d ago A 71 tokens

tjx666/vscode-mcp

Skill Claude CodeCodex

VSCode MCP Bridge project architecture — current monorepo layout, IPC/EventDispatcher flow, per-workspace socket discovery, MCP/CLI adapters, tool filtering, and VSCode extension services. Consult this before non-trivial project changes, connection debugging, workspacepath reasoning, or onboarding to the codebase.

100 26d ago A 68 tokens

tjx666/vscode-mcp

Skill Claude CodeCodex

End-to-end workflow for adding, modifying, or debugging VSCode MCP tools in this repo — IPC zod schema and EventMap, bridge service registration, core ToolDefinition and tool constants, MCP/CLI adapter behavior, workspacepath semantics, CLI flag generation, validation, and regression testing.

100 26d ago A 65 tokens

cmcpdelphiide

07

soporte-defontsoft/delphi-ide-remote-mcp

Skill Claude CodeCodex

Work a remote RAD Studio (Delphi IDE) machine through the Delphi IDE Remote MCP Server (delphi / vault tools). Load when connected to an MCP server exposing delphiworkspace, delphibuild, delphiedit and friends - it teaches the path model, the safe-editing contract, the build/deploy chains (Windows, Linux via PAServer…

5 5d ago A 95 tokens original MIT

p1va/symbols

Skill Claude CodeCodex

Install, configure, validate, or troubleshoot a language-server profile for the language-servers MCP by editing the active config, running reload, and checking a real file.

3 1mo ago A 40 tokens original MIT

p1va/symbols

Skill Claude CodeCodex

Prefer Language Server navigation and rename tools over text search when the user asks to inspect symbols, find references, rename code safely, gather diagnostics, or explore APIs in a language that has a configured profile.

3 1mo ago A 44 tokens original MIT