This automates the LSP configuration workflow you'd normally run with `npx cclsp@latest setup`, but honestly, you probably don't need it. The amplihack launcher already detects your project's languages and configures LSP automatically when Claude Code starts. Use this skill only when you need to troubleshoot broken code intelligence, force reconfiguration after manual changes, or add LSP support for newly added languages. It handles the three-layer setup (system binaries, Claude Code plugins, and project .env files) and supports 16 languages including Python, TypeScript, Rust, and Go. The `--status-only` flag is handy for diagnosing issues without changing anything.
npx skills add https://github.com/rysweet/amplihack --skill lsp-setup