Zircote Lsp Marketplace
zircote-lsp-marketplace is a Claude Code plugin for the Build phase that catalogs LSP-enabled language plugins and automated code-quality hooks you can add to your agent setup.
Browse and install LSP-backed Claude Code plugins so your agent gets real-time diagnostics, format-on-save, and lint hooks across the languages you ship.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install zircote-lsp-marketplace@zircote/lsp-marketplaceBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:zircote/lsp-marketplace") and the paste-ready config with skillselion.get_install_config("plugin:zircote/lsp-marketplace").
What it does
zircote-lsp-marketplace is a curated Claude Code plugin marketplace focused on Language Server Protocol tooling and automated quality gates. Solo builders who ship polyglot repos install it when they want Claude to respect the same diagnostics, formatters, and linters their IDE would use—without hand-rolling hooks per language. The catalog advertises twenty-eight LSP-enabled plugins plus related entries, spanning backend, frontend, infra-as-code, shell, and documentation formats. It sits in the Build phase as agent-tooling but pays off again during Ship when review and testing lean on consistent static analysis. Compared to a single-purpose skill, this is a distribution surface: you browse, enable the servers that match your stack, and let marketplace-defined hooks enforce style and correctness as the agent edits files. Best when you already use Claude Code daily and need serious language intelligence; less ideal if you only touch one small interpreted script with no LSP story.
Highlights
- Curated bundle of 28 LSP-enabled Claude Code plugins (29 entries in the marketplace catalog).
- Automated code-quality hooks spanning formatters, linters, and language servers (eslint, rust-analyzer, gopls, pyright,
- Coverage across bash, Go, Rust, Python, TypeScript/JavaScript, Java, Kotlin, PHP, Ruby, Swift, Terraform, Docker, YAML,
- LSP-first workflow: diagnostics and validation tied to the Language Server Protocol instead of ad-hoc shell scripts.
- Marketplace install path—pick language-specific plugins rather than configuring each LSP manually in every repo.
Why builders use it
Claude Code edits many file types but without per-language LSP plugins your agent misses the same errors and format rules your local editor enforces.
After registering the marketplace you can install stack-specific LSP plugins so coding sessions gain diagnostics, linting, and formatting hooks aligned with each language.
At a glance
- Type - Plugin in Development Tools.
- Adoption - 0 installs, 7 stars, 0 votes.
FAQ
Who is zircote-lsp-marketplace for?
Solo and small-team builders using Claude Code on real repos who need language-server diagnostics and lint/format hooks across many stacks.
When should I use zircote-lsp-marketplace?
Use it when you are standardizing agent-side code quality during Build and Ship—especially after you know your primary languages and want LSP-backed enforcement.
How do I add zircote-lsp-marketplace to my agent?
Register the marketplace in Claude Code, browse the LSP plugin entries for your languages, install the ones you need, and enable any documented quality hooks in your project or user config.
Comments
Share how you use zircote-lsp-marketplace, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.