markdown-linter-fixer-marketplace
Marketplace for markdown linting and fixing plugins for Claude Code
Run this command in your terminal to add the entire marketplace:
/plugin marketplace add https://claudepluginhub.com/marketplaces/themed/markdown-linter-fixer-marketplace.json
Then install plugins: /plugin install [plugin-name]@markdown-linter-fixer-marketplace
markdown-linter-fixer-2
📚 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 markdown-linter-fixer-marketplace curated marketplace.
This tells your CLI where to find plugins from the markdown-linter-fixer-marketplace marketplace. Skip this if you've already added it.
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/markdown-linter-fixer-2.json
Adds the "markdown-linter-fixer-marketplace" themed marketplace as a source
Now that the marketplace is added, install just the markdown-linter-fixer plugin from it.
/plugin install markdown-linter-fixer-2@markdown-linter-fixer-marketplace
Installs markdown-linter-fixer from the markdown-linter-fixer-marketplace marketplace