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