Claude Code Plugins

Active
GitHub Python Apache-2.0

Description

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

💡 Browse, install, and upgrade MCP and skill plugins inside Claude Code
💡 Deploy an auditable list of Claude Code extensions for enterprise teams
💡 Add database, API, and CI integrations to Claude Code
💡 Submit your own plugin to reach Anthropic's official ecosystem
💡 Quickly assemble project-scoped Claude Code workflows from commands, agents, and skills

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

Related Projects