
Lsp Client Lsp Skill
- 112 repo stars
- Updated February 9, 2026
- lsp-client/lsp-skill
lsp-client/lsp-skill is a Claude Code plugin that adds LSP IntelliSense so agents navigate definitions, references, and refactorings in codebases.
About
lsp-skill is a Claude Code plugin that brings language-server IntelliSense to AI coding agents so they navigate code like an IDE instead of relying on partial file reads. It supports exploring definitions, implementations, references, document outlines, and semantic search across unfamiliar codebases, plus previewing refactorings before apply. developers and small teams benefit when Claude or similar agents touch multi-package repos where guessing symbol locations causes bad edits. The skill fits the build phase as agent-tooling and stays useful during ship review and operate iteration when you need precise impact analysis. Install it when your workflow already uses Claude Code on real projects and you want fewer hallucinated paths and safer refactors. It is not a test runner or deploy tool—it is navigation and analysis layered on whatever languages your LSP stack supports.
- LSP-backed navigation: go to definition, find references, symbol search
- Document outlines and semantic exploration for unfamiliar repositories
- Refactoring previews before applying agent-suggested code changes
- Designed for coding agents working on large or legacy codebases
- Single focused plugin (pluginCount: 1) from lsp-client/lsp-skill
Lsp Client Lsp Skill by the numbers
- Data as of Jul 25, 2026 (Skillselion catalog sync)
/plugin install lsp-client-lsp-skill@lsp-client/lsp-skillAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 112 |
|---|---|
| Last updated | February 9, 2026 |
| Repository | lsp-client/lsp-skill ↗ |
What it does
Give Claude Code LSP-grade navigation—definitions, references, outlines, and refactor previews—on real codebases.
Who is it for?
Best when you use Claude Code on non-trivial repositories and need semantic navigation and safer refactors.
Skip if: Skip if you only edit tiny scripts or already run a full IDE LSP manually beside the agent.
What you get
After install, your agent can query LSP for definitions, outlines, and refactoring previews before changing unfamiliar code.
- LSP-backed definition and reference lookups from the agent
- Document outlines and symbol search across the workspace
- Refactoring previews aligned with server capabilities
By the numbers
- [object Object]
- [object Object]
- [object Object]
Recommended Plugins
How it compares
LSP agent extension for code navigation, not a scraper bundle or mobile messaging bridge.
FAQ
Who is lsp-client/lsp-skill for?
It is for developers who want Claude and other coding agents to use language-server features when exploring or refactoring real projects.
When should I use lsp-skill?
Use it whenever the agent works in an unfamiliar or large codebase and you need definitions, references, outlines, or refactoring previews instead of text search alone.
How do I add lsp-client/lsp-skill to my agent?
Add the lsp-client/lsp-skill plugin in Claude Code, configure language servers for your stack, then invoke the skill when the agent should perform LSP-backed navigation.