Boostvolt Claude Code Lsps
boostvolt-claude-code-lsps is a Claude Code plugin for the Build phase that bundles 22 LSP integrations so your agent gets real language-server diagnostics and navigation across major stacks.
Register the language-server plugins you actually use so Claude Code gets IDE-grade navigation, diagnostics, and refactors across your stack.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install boostvolt-claude-code-lsps@boostvolt/claude-code-lspsBuilt 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:boostvolt/claude-code-lsps") and the paste-ready config with skillselion.get_install_config("plugin:boostvolt/claude-code-lsps").
What it does
boostvolt-claude-code-lsps is a Claude Code plugin bundle that wires Language Server Protocol support into your agent sessions across a wide polyglot matrix. Solo builders often hit a wall when Claude guesses at types, imports, or Terraform modules without an LSP backing the workspace; these plugins close that gap by connecting Claude Code to the same analyzers many IDEs use. You can turn on only what you need—TypeScript via vtsls, Python via pyright, Rust via rust-analyzer, infrastructure via Terraform LS, and more—so setup stays proportional to one-person projects. The collection spans systems languages, web stacks, mobile (Dart/Flutter, Swift), and config (YAML, Nix), which matches how indies accumulate heterogeneous repos. Expect intermediate setup: each plugin expects the underlying language server binary on your machine. Once connected, navigation, diagnostics, and safer refactors compound through build, review, and quick production fixes without switching out of the agent flow.
Highlights
- 22 LSP plugins covering Bash, C/C++, C#, Clojure, Dart/Flutter, Elixir, Gleam, Go, Java, Kotlin, Lua, Nix, OCaml, PHP, P
- Pairs Claude Code with standard servers such as clangd, gopls, pyright, rust-analyzer, vtsls, and terraform-ls
- Per-language analyzer setup so agents see the same errors and symbols your editor would
- Incremental adoption: enable only the LSPS plugins matching your repo languages
- Development-focused bundle from boostvolt/claude-code-lsps, not a generic skill pack
Why builders use it
Claude Code without LSPs often misreads your codebase because it lacks live symbols, types, and compiler feedback.
After you install the relevant LSP plugins and language servers, Claude Code sessions behave more like IDE-assisted coding with accurate diagnostics and navigation.
At a glance
- Type - Plugin in Development Tools.
- Adoption - 0 installs, 143 stars, 0 votes.
FAQ
Who is boostvolt-claude-code-lsps for?
It is for Claude Code users who write in one or more of the supported languages and want language-server features inside agent-driven editing.
When should I use boostvolt-claude-code-lsps?
Use it as soon as you rely on Claude Code for implementation or refactors and need accurate go-to-definition, diagnostics, and type information in your repos.
How do I add boostvolt-claude-code-lsps to my agent?
Install plugins from boostvolt/claude-code-lsps, install the matching language-server binaries on your system, enable only the plugins for languages in your project, and restart Claude Code.
Comments
Share how you use boostvolt-claude-code-lsps, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.