Curated plugins for Claude Code.
Add this marketplace to Claude Code:
/plugin marketplace add 2389-research/claude-plugins
Then install any plugin:
/plugin install agent-drugs
Visit https://2389-research.github.io/claude-plugins to browse available plugins.
- Fork this repository
- Add your plugin entry to
.claude-plugin/marketplace.json - Submit a pull request
{
"name": "plugin-name",
"displayName": "Plugin Display Name",
"description": "One-line description of what the plugin does",
"version": "1.0.0",
"author": "Your Name or Organization",
"repository": "https://github.com/your-org/your-plugin",
"homepage": "https://your-plugin-site.com",
"installUrl": "https://github.com/your-org/your-plugin"
}- All submissions are manually reviewed
- Plugins must have a valid
.claude-plugin/plugin.jsonfile - Plugins must be publicly accessible
- Plugins must not contain malicious code
- Plugins are listed in
.claude-plugin/marketplace.json - On merge, GitHub Actions generates a static site from the catalog
- GitHub Pages serves the site at
/docs - Claude Code reads the marketplace.json to install plugins
MIT