lsp-enable

Use when navigating code, understanding unfamiliar functions, finding definitions or references, tracing call hierarchies, preparing for refactoring, or analyzing code impact. Enforces LSP-first semantic code intelligence with mandatory pre-edit checks, impact analysis before refactoring, and post-edit diagnostics. Provides IDE-like precision for code operations in large codebases. Covers navigation (goToDefinition, findReferences), understanding (hover, documentSymbol), and call analysis (incomingCalls, outgoingCalls).

$ 安裝

git clone https://github.com/zircote/lsp-tools /tmp/lsp-tools && cp -r /tmp/lsp-tools/skills/lsp-enable ~/.claude/skills/lsp-tools

// tip: Run this command in your terminal to install the skill