team-standards-marketplace
Team standards and shared workflows for code review and project setup
Run this command in your terminal to add the entire marketplace:
/plugin marketplace add https://claudepluginhub.com/marketplaces/themed/team-standards-marketplace.json
Then install plugins: /plugin install [plugin-name]@team-standards-marketplace
code-review-standards
📚 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 team-standards-marketplace curated marketplace.
This tells your CLI where to find plugins from the team-standards-marketplace marketplace. Skip this if you've already added it.
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/code-review-standards.json
Adds the "team-standards-marketplace" themed marketplace as a source
Now that the marketplace is added, install just the code-review-standards plugin from it.
/plugin install code-review-standards@team-standards-marketplace
Installs code-review-standards from the team-standards-marketplace marketplace
project-setup-standards
📚 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 team-standards-marketplace curated marketplace.
This tells your CLI where to find plugins from the team-standards-marketplace marketplace. Skip this if you've already added it.
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/project-setup-standards.json
Adds the "team-standards-marketplace" themed marketplace as a source
Now that the marketplace is added, install just the project-setup-standards plugin from it.
/plugin install project-setup-standards@team-standards-marketplace
Installs project-setup-standards from the team-standards-marketplace marketplace