Community Claude Code plugins by Intergrado - LSP servers, developer tools, and productivity extensions.
| Plugin | Description |
|---|---|
| svelte-lsp | Svelte language server for code intelligence |
claude plugin marketplace add intergrado/intergrado-claude-plugins
claude plugin install svelte-lsp@intergrado-claude-plugins
Restart Claude Code for the plugin to take effect.
The marketplace can be added using the GitHub shorthand:
claude plugin marketplace add intergrado/intergrado-claude-plugins
Verify the marketplace was added:
claude plugin marketplace list
You should see intergrado-claude-plugins in the list.
Once the marketplace is added, install any plugin using:
claude plugin install <plugin-name>@intergrado-claude-plugins
For example:
claude plugin install svelte-lsp@intergrado-claude-plugins
To see all plugins available in this marketplace:
claude plugin list --marketplace intergrado-claude-plugins
To update a plugin to the latest version:
claude plugin update svelte-lsp@intergrado-claude-plugins
To remove a plugin:
claude plugin uninstall svelte-lsp@intergrado-claude-plugins
To remove this marketplace entirely:
claude plugin marketplace remove intergrado-claude-plugins
Adds Svelte language server support to Claude Code.
Features:
Prerequisites: Install svelte-language-server globally:
npm install -g svelte-language-server
Supported extensions: .svelte
If you get an error when adding the marketplace, ensure you have the correct repository path:
claude plugin marketplace add intergrado/intergrado-claude-plugins
Verify the marketplace is added:
claude plugin marketplace list
Try updating the marketplace:
claude plugin marketplace update intergrado-claude-plugins
which svelteserverGet-Command svelteserverwhere svelteserverCheck Claude Code logs for errors:
Linux/macOS:
grep -i "plugin\|lsp" ~/.claude/debug/<session>.txt
Windows (PowerShell):
Select-String -Pattern "plugin|lsp" -Path "$env:USERPROFILE\.claude\debug\<session>.txt"
Windows (cmd.exe):
findstr /i "plugin lsp" "%USERPROFILE%\.claude\debug\<session>.txt"
Want to add a plugin to this marketplace? Open a pull request with:
plugins/<plugin-name>/.claude-plugin/plugin.json manifestREADME.md with documentationmarketplace.jsonMIT