npx claudepluginhub blaugold/claude-code-plugins --plugin dart-lspA collection of plugins for Claude Code.
| Plugin | Description |
|---|---|
| code-quality | Auto-fixes (ESLint/Prettier) after edits and quality gates before stopping |
| dart-lsp | LSP integration for Dart files using the Dart Analysis Server |
| vue-typescript-lsp | TypeScript Language Server with Vue support |
Run the following slash command in Claude Code:
/plugin marketplace add blaugold/claude-code-plugins
List available plugins:
/plugin marketplace list
Install a plugin:
/plugin install <plugin-name>@local-plugins
Add the marketplace to your Claude Code settings file (~/.claude/settings.json
or .claude/settings.json in your project):
{
"extraKnownMarketplaces": {
"local-plugins": {
"source": {
"source": "github",
"repo": "blaugold/claude-code-plugins"
}
}
}
}
TypeScript/JavaScript language server for enhanced code intelligence
C/C++ language server (clangd) for code intelligence
C# language server for code intelligence
Python language server (Pyright) for type checking and code intelligence
Java language server (Eclipse JDT.LS) for code intelligence
GDScript language server for Godot Engine