Anthropic Claude Plugins Directory
Apache-2.0 Runs codeAnthropic's official directory of Claude Code plugins — internal plugins plus vetted partner submissions, each bundling commands, agents, skills or MCP servers.
Summary
A curated directory of high-quality plugins for Claude Code. ⚠️ Important: Make sure you trust a plugin before installing, updating, or using it. Anthropic does not control what MCP servers, files, or other software are included in plugins and cannot verify that they will work as intended or that they won't change. See each plugin's homepage for more information.
- Formats
agent-mdskill-mdmcp- License
- Apache-2.0
- Added
- 2026-09-10
Get it
From the project’s own instructions where it documents any; otherwise a plain clone.
-
/plugin install <plugin-name>@claude-plugins-official
In Claude Code, or browse under /plugin > Discover. Anthropic doesn't control what third-party plugins bundle. Read the scripts it bundles before installing.
Contents
460 files 10.9 MB repository
-
.md228 -
.json71 -
(no ext)51 -
.py50 -
.sh19 -
.yml9 -
.js8 -
.html5
Use it with
Commands are curated, not yet run by us.
Claude Code — Install every skill in the collection as a user-level Claude Code skill.
$ cp -r ./claude-plugins-official/skills/. ~/.claude/skills/
Claude Code — Check that Claude Code picked the skills up.
$ claude -p 'List the skills you have available and when you would use each one.'
Claude Code — Install one subagent definition for every project on this machine.
$ cp agent.md ~/.claude/agents/
Claude Code — Confirm the subagent loaded.
$ claude -p 'List the subagents you can delegate to and what each one is for.'
OpenAI Codex CLI — Have Codex read an instruction file non-interactively.
$ codex exec 'Read agent.md and summarise the instructions it gives an agent.'
Claude Code — Register one of the reference servers (here, filesystem scoped to the current directory) with Claude Code.
$ claude mcp add filesystem -- npx -y @modelcontextprotocol/server-filesystem ./