npx claudepluginhub blaugold/claude-code-pluginsAutomated code quality hooks: auto-fixes (ESLint/Prettier) after edits and quality gates before stopping
LSP server integration for Dart files using the Dart Analysis Server
TypeScript Language Server with Vue support. Handles .vue, .ts, .tsx, .js, .jsx, .mts, .cts, .mjs, .cjs files. Use this instead of a separate TypeScript LSP for Vue projects.
LSP server integration for Svelte files using the Svelte Language Server
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
A 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"
}
}
}
}