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