dotfiles-plugins
Auto-discovered marketplace from edmundmiller/dotfiles
Run this command in your terminal to add the entire marketplace:
/plugin marketplace add https://claudepluginhub.com/marketplaces/themed/dotfiles-plugins.json
Then install plugins: /plugin install [plugin-name]@dotfiles-plugins
jj
39📚 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 dotfiles-plugins curated marketplace.
This tells your CLI where to find plugins from the dotfiles-plugins marketplace. Skip this if you've already added it.
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/jj.json
Adds the "dotfiles-plugins" themed marketplace as a source
Now that the marketplace is added, install just the jj plugin from it.
/plugin install jj@dotfiles-plugins
Installs jj from the dotfiles-plugins marketplace
git
39📚 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 dotfiles-plugins curated marketplace.
This tells your CLI where to find plugins from the dotfiles-plugins marketplace. Skip this if you've already added it.
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/git.json
Adds the "dotfiles-plugins" themed marketplace as a source
Now that the marketplace is added, install just the git plugin from it.
/plugin install git@dotfiles-plugins
Installs git from the dotfiles-plugins marketplace
markdown-cleanup-plugin
39📚 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 dotfiles-plugins curated marketplace.
This tells your CLI where to find plugins from the dotfiles-plugins marketplace. Skip this if you've already added it.
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/markdown-cleanup-plugin.json
Adds the "dotfiles-plugins" themed marketplace as a source
Now that the marketplace is added, install just the markdown-cleanup-plugin plugin from it.
/plugin install markdown-cleanup-plugin@dotfiles-plugins
Installs markdown-cleanup-plugin from the dotfiles-plugins marketplace