@boostvolt/claude-code-lsps
This is a collection of LSP (Language Server Protocol) plugins for Claude Code. Each plugin enables language intelligence features (go-to-definition, find-references, hover, diagnostics) for a specifi
Install
Add @boostvolt/claude-code-lsps to Claude Code with the PolySkill CLI: polyskill add @boostvolt/claude-code-lsps
Instructions
# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## Project Overview This is a collection of LSP (Language Server Protocol) plugins for Claude Code. Each plugin enables language intelligence features (go-to-definition, find-references, hover, diagnostics) for a specific programming language. ## Repository Structure Each plugin is a self-contained directory with this structure: ``` <plugin-name>/ ├── .claude-plugin/ │ └── plugin.json # Plugin metadata ├── .lsp.json # LSP server configuration (auto-discovered) └── hooks/ ├── hook…
Keywords: github, language-server-protocol, code-intelligence, plugin-development, code-navigation, software-development, programming-tools, code-analysis, developer-tools