Plugin · Claude Code · Development Tools

Lsp Client Lsp Skill

lsp-client/lsp-skill is a Claude Code plugin for the Build phase that adds LSP IntelliSense so agents navigate definitions, references, and refactorings in codebases.

by lsp-client · github.com/lsp-client/lsp-skill

Give Claude Code LSP-grade navigation—definitions, references, outlines, and refactor previews—on real codebases.

84
GitHub stars
0
Installs
0
Community votes
One vote per signed-in builder - it helps surface the tools the community actually relies on.
Install

Add it to Claude Code

Install the plugin in Claude Code. One command, paste-ready.

Install the plugin
/plugin install lsp-client-lsp-skill@lsp-client/lsp-skill
Add to ClaudeUse the Agent APISkillselion is itself an MCP server - your agent can fetch this config directly.
Agent API

Built to be called by your agent

Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.

Retrieve this entry with skillselion.get_details("plugin:lsp-client/lsp-skill") and the paste-ready config with skillselion.get_install_config("plugin:lsp-client/lsp-skill").

About

What it does

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. Solo builders 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.

Highlights

  • 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

Why builders use it

Coding agents often edit blind without IDE-grade symbol navigation, which leads to broken references and risky refactors on large repos.

After install, your agent can query LSP for definitions, outlines, and refactoring previews before changing unfamiliar code.

At a glance

  • Type - Plugin in Development Tools.
  • Adoption - 0 installs, 84 stars, 0 votes.

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.

Discussion

Comments

Share how you use lsp-client-lsp-skill, gotchas, or tips for other indie builders.

No comments yet - be the first to share how you use it.

This week for builders

Five minutes, every Monday — the tools, releases and tactics for shipping solo.

unsubscribe anytime.