LSP Direct Operations Skill
Use Claude Code's built-in /lsp tool for operations that require semantic understanding of the code — not just text matching.
Pre-flight
# Check LSP config exists for this language
cat .claude/codemunch/config.json | jq '.engines'
# Verify Claude Code LSP tool is available
# Claude Code exposes /lsp for language server operations
If no LSP is configured for the file's language, fall back to ripgrep for references and skip hover/type info.
[Description truncada. Veja o README completo no GitHub.]