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