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