Install Claude Code plugins directly from GitHub repositories in just two simple commands.
Browse the directory and click any plugin to see its installation commands.
Copy the first command from the plugin page to register its GitHub repo as a source.
/plugin marketplace add owner/repoCopy the second command — it includes both the plugin name and marketplace name.
/plugin install plugin-name@marketplace-nameExample
To install from anthropics/sugar:
/plugin marketplace add anthropics/sugar
/plugin install sugar@sugar
Commands for managing installed plugins.
/plugin listSee all installed plugins and their status
/plugin enable plugin-name@marketplace-nameActivate a previously disabled plugin
/plugin disable plugin-name@marketplace-nameTemporarily turn off without uninstalling
/plugin uninstall plugin-name@marketplace-nameCompletely remove a plugin
Official Anthropic Marketplace
The claude-plugins-official marketplace is auto-registered — you can skip step 2 and install directly:
/plugin install plugin-name@claude-plugins-officialUse --scope to control where plugins are stored.
| Scope | Use when |
|---|---|
| user (default) | Personal tools across all projects |
| project | Shared with team via version control |
| local | Project-specific, gitignored |
| managed | Enterprise admin-managed (read-only) |
/plugin install plugin-name@marketplace-name --scope projectMake sure you added the repository first with /plugin marketplace add owner/repo, then install using the exact name from the plugin detail page.
You may need to reload Claude Code. Check if the plugin is enabled with /plugin list.
Some plugins require additional configuration (API keys, credentials). Check the plugin's README for setup instructions.
Run /reload-plugins to refresh plugin state without restarting, or restart Claude Code to re-read all manifests.
Learn about safety and how to evaluate plugins before installing.