Ralph Bean's Claude Code plugins marketplace
npx claudepluginhub ralphbean/claude-code-pluginsSearch Slack message history using Web API - provides patterns for search.messages and conversations.history endpoints
A bug hunting workflow with specialized agents for codebase exploration, root cause analysis, and fix validation.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
A marketplace of personal Claude Code plugins - custom API integrations and productivity tools.
API Integrations
# In Claude Code
/plugin marketplace add ralphbean/claude-code-plugins
/plugin install searching-slack-history
This repository is a marketplace containing multiple plugins:
claude-code-plugins/ (marketplace repository)
├── .claude-plugin/
│ └── marketplace.json (lists all available plugins)
└── plugins/
└── searching-slack-history/ (individual plugin)
├── .claude-plugin/
│ └── plugin.json
└── skills/
└── searching-slack-history/
└── SKILL.md
Each plugin can be installed independently via /plugin install <plugin-name>.
This marketplace automatically syncs selected plugins from other marketplaces using claude-marketplace-sync:
deslop plugin
chmouel prefix for provenance trackingWant to create hierarchical marketplaces for your organization? Check out claude-marketplace-sync - a tool for aggregating multiple Claude Code marketplaces with denylist support and provenance tracking.
Perfect for organizations that want:
To add a new plugin to this marketplace:
plugins/your-plugin-name/.claude-plugin/plugin.json with metadataskills/your-skill-name/SKILL.mdmarketplace.json to include the new pluginThis is a personal plugin marketplace. Feel free to fork and adapt for your own use!
MIT License - see LICENSE file for details