en un clic
lspeasy
lspeasy contient 11 skills collectées depuis pradeepmouli, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Documentation site for lspeasy Use when: You are building a browser-based LSP client, a WebSocket-backed language....
Use when working with lspeasy (client, core, server).
Documentation site for lspeasy Use when: You are implementing a custom client layer and need the same validation....
Documentation site for lspeasy Use when: The client sets `partialResultToken` in the request params and you want to....
API reference for cli
`@lspeasy/cli` — programmatic entry point. Exposes the reusable refactor internals (session pipeline + WorkspaceEdit applier) so the same machinery can be embedded in scripts, not just invoked through the `lspeasy` bin. Also: lsp, language-server-protocol, refactor, rename, codemod, move-symbol, cli.
Documentation site for lspeasy Use when: You are building a browser-based LSP client, a WebSocket-backed language....
Documentation site for lspeasy Use when: You are implementing a custom client layer and need the same validation....
Use for ANY rename, file-move, or move-symbol refactor — especially rename-heavy work across multiple files. Claude Code's built-in LSP tool is READ-ONLY (find references, but no rename / file-move / move-symbol). Hand-editing those refactors silently misses re-exports, aliased imports, type-only imports, and {@link} doc references. This skill drives a real language server via the `lspeasy` CLI to apply a correct WorkspaceEdit that catches every reference. Trigger when the user asks to rename a function/class/variable/type project-wide, move a file and fix its importers, or pull a symbol out into another module.
Documentation site for lspeasy Use when: The client sets `partialResultToken` in the request params and you want to....
Use when working with lspeasy (client, core, server).