Claude Code Plugins
ActiveDescription
The official Anthropic-managed directory of high-quality Claude Code plugins, installable via the /plugin command.
Key Features
- Official plugin marketplace - directory of Claude Code plugins curated and reviewed by Anthropic
- Dual sources - bundles both internal Anthropic plugins and vetted third-party partner plugins
- One-line install - load any plugin with the /plugin install command inside Claude Code
- Standardized structure - every plugin ships with .claude-plugin/, .mcp.json, commands/, agents/, skills/ directories
- Security review - third-party submissions must pass quality and security checks
- Skill-bundle support - accepts SKILL.md-only packages via strict:false + explicit skills arrays
Use Cases
Strengths & Limitations
✅ Strengths
- • Actively maintained, recent updates
- • High community interest (35.8k stars)
- • Permissive open-source license (Apache-2.0)
Categories
Quick Start
# Open the marketplace inside Claude Code
/plugin marketplace
# Install a plugin
/plugin install <plugin-name>@claude-plugins-official
# List loaded commands and skills
/plugin list
# Upgrade everything
/plugin update --all