Claude Code plugin providing Svelte language server integration for .svelte file intelligence.
npx claudepluginhub ra1ncs/svelte-lspSvelte language server for Claude Code with go-to-definition, hover docs, references, and diagnostics on .svelte files.
No description available.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
Claude Code plugin providing Svelte language server integration. Gives Claude LSP-powered code intelligence on .svelte files: go-to-definition, hover docs, find references, document symbols, and diagnostics.
npx svelte-lsp-claude
Then restart Claude Code.
npm install -g svelte-language-server
claude plugin marketplace add RA1NCS/svelte-lsp
claude plugin install svelte-lsp@svelte-lsp
Registers svelteserver --stdio as the LSP server for .svelte files. Once installed, Claude can use the LSP tool for:
| Operation | Use case |
|---|---|
hover | Type info, prop definitions, component docs |
goToDefinition | Jump to where a symbol is defined |
findReferences | Find all usages of a variable/component |
documentSymbol | List all symbols in a component |
goToImplementation | Find interface implementations |
The plugin also includes a CLAUDE.md that instructs Claude to proactively use LSP when working with Svelte files.
svelte-language-server installed globally (npm install -g svelte-language-server)Claude Code's plugin system reads the lspServers field from plugin.json at startup to register language servers for file extensions. This plugin maps .svelte files to svelteserver --stdio, the same LSP server VS Code uses for Svelte.
MIT