What Is a Marketplace?
A marketplace is a collection of plugins that can be:- Public: Available to anyone
- Private: Shared within your organization
- Personal: Your own plugin collection
Official Marketplace
Claude Code includes an official marketplace with verified plugins:- Maintained by Anthropic or trusted contributors
- Regularly tested and updated
- Documented with examples
- Reviewed for security and quality
Installing from Marketplaces
Default Marketplace
Install from the default marketplace:Specific Marketplace
Install from a named marketplace:GitHub Marketplace
Install directly from GitHub:npm Marketplace
Install from npm:Configuring Marketplaces
Add custom marketplaces in your.claude/settings.json:
Marketplace Format
Marketplaces use a JSON format to describe available plugins:Publishing to Marketplaces
Prepare Your Plugin
Write Documentation
Create a comprehensive README.md:
- Overview and features
- Installation instructions
- Usage examples
- Configuration options
- Troubleshooting guide
Test Thoroughly
Test your plugin:
- On multiple operating systems
- With different Claude Code versions
- With various project types
Submit to Official Marketplace
To submit to the official Claude Code marketplace:- Create a pull request to the marketplace repository
- Include plugin metadata in the PR description
- Pass review requirements:
- Security review
- Code quality standards
- Documentation completeness
- Test coverage
Create Your Own Marketplace
Host your own marketplace:Discovering Plugins
Browse Marketplaces
View all plugins in a marketplace:Search Plugins
Search across all configured marketplaces:Filter by Category
Plugins can be tagged with keywords:Plugin Quality
Verification Badges
Official marketplace plugins may have badges:- Verified: Reviewed and approved by Anthropic
- Popular: High install count and ratings
- Maintained: Actively updated and supported
- Security Reviewed: Passed security audit
Community Ratings
Some marketplaces support ratings and reviews:Best Practices
Check Reputation
Review plugin ratings, download counts, and recent updates before installing
Read Documentation
Always read the README and understand what a plugin does
Test Safely
Test new plugins in a non-production environment first
Keep Updated
Regularly update installed plugins for security patches
Security Considerations
Before Installing
- Review the plugin’s source code if available
- Check the author’s reputation
- Look for security reviews or audits
- Verify the plugin uses
${CLAUDE_PLUGIN_ROOT}for paths (portable) - Check that hooks validate inputs properly
Red Flags
- Requests excessive permissions
- Unclear or missing documentation
- No version control or git history
- Hardcoded credentials or API keys
- Suspicious network requests
Marketplace Administration
Managing Your Marketplace
If you host a marketplace:- Regular reviews: Check submitted plugins for quality
- Security audits: Review code for security issues
- Version tracking: Keep plugin versions up to date
- Deprecation policy: Clear process for removing outdated plugins
Marketplace API
Advanced marketplaces can provide an API:Next Steps
Browse Bundled Plugins
Explore official plugins included with Claude Code
Create a Plugin
Build and publish your own plugins
Plugin Structure
Learn the plugin directory structure