Hand-curated open source repository for Claude Code tools, agents and skills
npx claudepluginhub claude-market/marketplaceInteractive plugin builder for Claude Code - serves as both an example plugin and a tool to create new plugins through guided prompts with specialized builder skills for each component type
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
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories

Hand-curated open source repository for Claude Code plugins - tools, agents, skills, and MCP servers that extend Claude Code's capabilities.
Claude Market is a plugin marketplace for Claude Code, providing a curated collection of high-quality extensions built by the community. Each plugin is reviewed for quality, documentation, and usefulness.
Add this marketplace to your Claude Code:
/plugin marketplace add claude-market/marketplace
Then browse available plugins:
/plugin
Interactive tool for creating new Claude Code plugins through guided prompts.
Features:
Install:
/plugin install plugin-builder
Learn more: plugin-builder/README.md
We welcome high-quality plugin contributions! Here's how to submit yours:
The easiest way to create a plugin for this marketplace:
Install the plugin-builder:
/plugin install ./plugin-builder
Create your plugin:
/plugin-builder:init
Follow the prompts to create your plugin as a top-level directory
Validate your plugin:
/plugin-builder:validate
Test locally:
/plugin install ./{plugin-name}
Fork this repository
Add your plugin as a top-level directory:
your-plugin/
├── .claude-plugin/
│ └── plugin.json
├── commands/ # optional - only if you have commands
├── agents/ # optional - only if you have agents
├── hooks/ # optional - only if you have hooks
├── skills/ # optional - only if you have skills
├── mcp-servers/ # optional - only if you have MCP servers
├── CODEOWNERS # required - defines reviewers
├── README.md
└── LICENSE
Generate marketplace.json entry:
Run the following command to automatically generate your plugin's entry in .claude-plugin/marketplace.json:
make generate-marketplace-json
This will scan your plugin directory and add the appropriate entry to the marketplace manifest.
Create a pull request with:
Review process:
To maintain a high-quality marketplace, submissions should meet these criteria:
Every plugin must have:
.claude-plugin/plugin.json - Plugin manifestCODEOWNERS - Defines maintainers and reviewersREADME.md - DocumentationLICENSE - Open source licenseComponent files go in (directories are optional - only create if you have that component type):
commands/*.md - Slash commandsagents/*.md - Agentshooks/*.json - Hooksskills/*.md - Skillsmcp-servers/*.json - MCP server configsLooking for inspiration? Here are plugin ideas the community would love: