lsp-setup
Configure a Language Server (LSP) for a specific language so editor/agent tooling — diagnostics, go-to-definition, find-references, rename — works. Use when you need to: configure LSP, lsp setup, set up or install a language server, fix 'no LSP server configured' / 'server not installed', choose between servers (basedpyright vs pyright vs ty vs ruff), or wire .codex/lsp-client.json / .opencode/lsp.json. 언어서버 설정. Routes by file extension to references/<language>/README.md for the exact builtin server, per-OS install commands (macOS/Linux/Windows), config snippets for both config files, initialization options, alternatives, and troubleshooting. Ships scripts: detect-lsp.ts (scan a project for languages + each server's install/config status) and verify-lsp.ts (run a real diagnostics roundtrip). Covers typescript, python, go, rust, c/c++, java, kotlin, c#/razor, swift, ruby, php, dart, elixir, zig, lua, bash, yaml, terraform, haskell, julia.
适合你,如果经常需要为不同语言配置 LSP 或修复编辑器诊断功能
npx oh-my-skill add code-yeongyu/oh-my-openagent/lsp-setupcurl -fsSL https://oh-my-skill.com/install.sh | bash -s -- code-yeongyu/oh-my-openagent/lsp-setupnpx oh-my-skill verify code-yeongyu/oh-my-openagent/lsp-setup怎么用
商店整理自技能原文 · 版本 ace1339 · 表述以原文为准安装后,Claude能自动检测项目语言,指导安装对应的语言服务器,生成或修改配置文件,并运行验证脚本确保诊断、跳转定义等功能正常工作。
当用户要求配置或安装语言服务器,或修复“未配置语言服务器”、“服务器未安装”等错误时触发。