research-os
Bundled plugins with shared context for research including vision planning, experiment planning and spec- and test-driven implementation workflows.
Run this command in your terminal to add the entire marketplace:
/plugin marketplace add https://claudepluginhub.com/marketplaces/themed/research-os.json
Then install plugins: /plugin install [plugin-name]@research-os
researcher
📚 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 research-os curated marketplace.
This tells your CLI where to find plugins from the research-os marketplace. Skip this if you've already added it.
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/researcher.json
Adds the "research-os" themed marketplace as a source
Now that the marketplace is added, install just the researcher plugin from it.
/plugin install researcher@research-os
Installs researcher from the research-os marketplace
engineer
📚 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 research-os curated marketplace.
This tells your CLI where to find plugins from the research-os marketplace. Skip this if you've already added it.
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/engineer.json
Adds the "research-os" themed marketplace as a source
Now that the marketplace is added, install just the engineer plugin from it.
/plugin install engineer@research-os
Installs engineer from the research-os marketplace