Custom Claude Code plugin marketplace with additional LSP servers.
| Plugin | Description | Requirements |
|---|---|---|
| ty-lsp | Python type checking via ty | uv |
| svelte-lsp | Svelte language server | Node.js |
LSP servers are auto-installed on first use via uvx/npx.
Add the marketplace to Claude Code:
/plugin marketplace add https://github.com/agentic-utils/claude-pluginsInstall plugins:
/plugin install ty-lsp@agentic-utils
/plugin install svelte-lsp@agentic-utilsRestart Claude Code after installation.
For local development, add to ~/.claude/settings.json:
{
"extraKnownMarketplaces": {
"agentic-utils": {
"source": {
"source": "directory",
"path": "/path/to/claude-plugins"
}
}
}
}See individual plugin READMEs for testing instructions. After installing a plugin, restart Claude Code to start the LSP server. Diagnostics appear in system reminders after tool use.