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.
30 tagged language server protocol, measured the same way as everything else here.
Browse within: code-intelligence 24go 24lsp 24
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.
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.
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…
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.
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.
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.
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…
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.
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.