intergrado-claude-plugins Svelte Themes

Intergrado Claude Plugins

Community Claude Code plugins by Intergrado - LSP servers, developer tools, and productivity extensions

Intergrado Claude Plugins

Community Claude Code plugins by Intergrado - LSP servers, developer tools, and productivity extensions.

Available Plugins

Plugin Description
svelte-lsp Svelte language server for code intelligence

Quick Start

Step 1: Add the Marketplace

claude plugin marketplace add intergrado/intergrado-claude-plugins

Step 2: Install a Plugin

claude plugin install svelte-lsp@intergrado-claude-plugins

Step 3: Restart Claude Code

Restart Claude Code for the plugin to take effect.

Detailed Installation

Adding the Marketplace

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.

Installing Plugins

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

Listing Available Plugins

To see all plugins available in this marketplace:

claude plugin list --marketplace intergrado-claude-plugins

Updating Plugins

To update a plugin to the latest version:

claude plugin update svelte-lsp@intergrado-claude-plugins

Uninstalling Plugins

To remove a plugin:

claude plugin uninstall svelte-lsp@intergrado-claude-plugins

Removing the Marketplace

To remove this marketplace entirely:

claude plugin marketplace remove intergrado-claude-plugins

Plugin Details

svelte-lsp

Adds Svelte language server support to Claude Code.

Features:

  • Go to Definition
  • Find References
  • Hover Information
  • Document Symbols
  • Workspace Symbols
  • Diagnostics

Prerequisites: Install svelte-language-server globally:

npm install -g svelte-language-server

Supported extensions: .svelte

Full documentation

Troubleshooting

Marketplace not found

If you get an error when adding the marketplace, ensure you have the correct repository path:

claude plugin marketplace add intergrado/intergrado-claude-plugins

Plugin not found

  1. Verify the marketplace is added:

    claude plugin marketplace list
    
  2. Try updating the marketplace:

    claude plugin marketplace update intergrado-claude-plugins
    

LSP not working after plugin install

  1. Ensure the required language server is installed globally
  2. Verify it's in your PATH:
    • Linux/macOS: which svelteserver
    • Windows (PowerShell): Get-Command svelteserver
    • Windows (cmd.exe): where svelteserver
  3. Restart Claude Code

Debug logs

Check 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"

Contributing

Want to add a plugin to this marketplace? Open a pull request with:

  1. Your plugin in plugins/<plugin-name>/
  2. A .claude-plugin/plugin.json manifest
  3. A README.md with documentation
  4. An entry in the root marketplace.json

License

MIT

Top categories

Loading Svelte Themes