Custom Claude Code plugin marketplace with additional LSP servers.
| Plugin | Description | Install |
|---|---|---|
ty-lsp |
Python language server via ty | uv tool install ty@latest |
svelte-lsp |
Svelte language server | npm install -g svelte-language-server |
Add this marketplace to Claude Code:
/plugin marketplace add https://github.com/agentic-utils/claude-plugins
Then install plugins:
/plugin install ty-lsp@agentic-utils
/plugin install svelte-lsp@agentic-utils
For local development, add to ~/.claude/settings.json:
{
"extraKnownMarketplaces": {
"agentic-utils": {
"source": {
"source": "directory",
"path": "/path/to/claude-plugins"
}
}
}
}