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"
}
}
}
}
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimAutomated 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.
npx claudepluginhub blaugold/claude-code-plugins --plugin svelte-lspSvelte language server for Claude Code with go-to-definition, hover docs, references, and diagnostics on .svelte files.
Rust language server
Validation and quality enforcement for Tailwind CSS projects with comprehensive utility-first CSS patterns and best practices.
YAML language server
Bash language server
Go language server