Help us improve
Share bugs, ideas, or general feedback.
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 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
No description available.
Share bugs, ideas, or general feedback.
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