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