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