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