cli-lsp-client-plugins
Auto-discovered marketplace from eli0shin/cli-lsp-client
Run this command in your terminal to add the entire marketplace:
/plugin marketplace add https://claudepluginhub.com/marketplaces/themed/cli-lsp-client-plugins.json
Then install plugins: /plugin install [plugin-name]@cli-lsp-client-plugins
lsp-plugin
16📚 Quick explanation: Claude Code plugins work like npm packages. First, you add a "marketplace" (a catalog of plugins), then install individual plugins from it.This plugin is available from the cli-lsp-client-plugins curated marketplace.
This tells your CLI where to find plugins from the cli-lsp-client-plugins marketplace. Skip this if you've already added it.
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/lsp-plugin.json
Adds the "cli-lsp-client-plugins" themed marketplace as a source
Now that the marketplace is added, install just the lsp-plugin plugin from it.
/plugin install lsp-plugin@cli-lsp-client-plugins
Installs lsp-plugin from the cli-lsp-client-plugins marketplace
eslint-plugin
16📚 Quick explanation: Claude Code plugins work like npm packages. First, you add a "marketplace" (a catalog of plugins), then install individual plugins from it.This plugin is available from the cli-lsp-client-plugins curated marketplace.
This tells your CLI where to find plugins from the cli-lsp-client-plugins marketplace. Skip this if you've already added it.
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/eslint-plugin.json
Adds the "cli-lsp-client-plugins" themed marketplace as a source
Now that the marketplace is added, install just the eslint-plugin plugin from it.
/plugin install eslint-plugin@cli-lsp-client-plugins
Installs eslint-plugin from the cli-lsp-client-plugins marketplace
prettier-plugin
16📚 Quick explanation: Claude Code plugins work like npm packages. First, you add a "marketplace" (a catalog of plugins), then install individual plugins from it.This plugin is available from the cli-lsp-client-plugins curated marketplace.
This tells your CLI where to find plugins from the cli-lsp-client-plugins marketplace. Skip this if you've already added it.
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/prettier-plugin.json
Adds the "cli-lsp-client-plugins" themed marketplace as a source
Now that the marketplace is added, install just the prettier-plugin plugin from it.
/plugin install prettier-plugin@cli-lsp-client-plugins
Installs prettier-plugin from the cli-lsp-client-plugins marketplace