claude-toolkit
A collection of specialized agents, commands, and templates for enhancing Claude Code's capabilities
Run this command in your terminal to add the entire marketplace:
/plugin marketplace add https://claudepluginhub.com/marketplaces/themed/claude-toolkit.json
Then install plugins: /plugin install [plugin-name]@claude-toolkit
hello-world-2
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 claude-toolkit curated marketplace.
This tells your CLI where to find plugins from the claude-toolkit marketplace. Skip this if you've already added it.
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/hello-world-2.json
Adds the "claude-toolkit" themed marketplace as a source
Now that the marketplace is added, install just the hello-world plugin from it.
/plugin install hello-world-2@claude-toolkit
Installs hello-world from the claude-toolkit marketplace
git-start-new
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 claude-toolkit curated marketplace.
This tells your CLI where to find plugins from the claude-toolkit marketplace. Skip this if you've already added it.
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/git-start-new.json
Adds the "claude-toolkit" themed marketplace as a source
Now that the marketplace is added, install just the git-start-new plugin from it.
/plugin install git-start-new@claude-toolkit
Installs git-start-new from the claude-toolkit marketplace
decide-technical
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 claude-toolkit curated marketplace.
This tells your CLI where to find plugins from the claude-toolkit marketplace. Skip this if you've already added it.
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/decide-technical.json
Adds the "claude-toolkit" themed marketplace as a source
Now that the marketplace is added, install just the decide-technical plugin from it.
/plugin install decide-technical@claude-toolkit
Installs decide-technical from the claude-toolkit marketplace
research-task
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 claude-toolkit curated marketplace.
This tells your CLI where to find plugins from the claude-toolkit marketplace. Skip this if you've already added it.
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/research-task.json
Adds the "claude-toolkit" themed marketplace as a source
Now that the marketplace is added, install just the research-task plugin from it.
/plugin install research-task@claude-toolkit
Installs research-task from the claude-toolkit marketplace