Umbrella marketplace catalog for Claude Code plugins — a single /plugin marketplace add gives you access to all plugins maintained under this catalog.
Open Claude Code in any project and add the marketplace:
/plugin marketplace add MichaelvanLaar/cc-plugins
Then install any plugin from the catalog:
/plugin install cc-config@cc-plugins
/plugin install cc-content@cc-plugins
Auto-update is disabled by default for third-party marketplaces. To enable it:
- Run
/pluginin Claude Code - Go to the Marketplaces tab
- Toggle auto-update for
MichaelvanLaar/cc-plugins
Once enabled, plugins update automatically on startup when new versions are available.
To remove the marketplace and all plugins installed from it in one step:
/plugin marketplace remove cc-plugins
To remove a single plugin while keeping the marketplace:
/plugin uninstall cc-config@cc-plugins
| Plugin | Skills | What it does |
|---|---|---|
cc-config |
/cc-config-init, /cc-config-optimize |
Bootstrap and audit Claude Code configurations |
cc-content |
/cc-content:cc-content-onboarding, /cc-content:cc-content-linkedin-post, /cc-content:cc-content-samples-curation, /cc-content:cc-content-session-wrap, /cc-content:cc-content-new-skill |
Content creation skills for marketing projects |
See each plugin's repository for full usage documentation.
Each plugin lives in its own repository and is referenced here via git-subdir in .claude-plugin/marketplace.json. When Claude Code installs a plugin from this marketplace, it fetches the plugins/<name>/ subdirectory directly from the plugin's own repo — nothing is duplicated here.
Adding a new plugin to the catalog only requires a new entry in .claude-plugin/marketplace.json.