Lsp
Description
Nuanced LSP is a containerized code navigation service
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Nuanced LSP - Precise code navigation via an API
Originally forked from [agentic-labs/lsproxy](https://github.com/agentic-labs/lsproxy).
[Reference Documentation](docs/overview.md)
What is Nuanced LSP?
Nuanced LSP is a containerized code navigation service.
- Nuanced LSP is designed to provide precise code navigation to agents or other tools.
- It allows using LSP capabilities where setting up locally running LSP servers is impossible or undesirable (e.g., in cloud deployments). It is not meant to replace local LSP servers for IDE use.
- It exposes LSProxy's API to access code navigation information.
It supports [multiple languages](#supported-languages) and helps retrieve code context and symbol resolution and symbol relationships for a mounted workspace.
Key features
- Precise Cross-File Code Navigation: Find symbol definitions and references across your entire project.
- Unified API: Access multiple language servers through a single API.
- Auto-Configuration: Automatically detect and configure language servers based on your project files.
- SDK: A Nuanced LSP TypeScript SDK is available for programmatic access along with a CLI.
Supported languages
| Language | Image | Language Server |
|---|---|---|
| C/C++ | nuanced-lsp-clangd |
clangd |
| C# | nuanced-lsp-csharp |
omnisharp |
| Golang | nuanced-lsp-golang |
gopls |
| Java | nuanced-lsp-java |
eclipse-jdtls |
| PHP | nuanced-lsp-php |
phpactor |
| Python | nuanced-lsp-python |
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11