All tools
HarnessCommunity★ 3k
Anthropic Official Plugin Directory
The official Anthropic-maintained Claude Code plugin directory. Hosts two categories: internal plugins developed by Anthropic team members, and external plugins from third-party partners that meet Anthropic's quality and security standards. Plugins follow a standard structure: .claude-plugin/plugin.json manifest, optional MCP server config, and directories for commands, agents, and skills.
View on GitHubWhat it does
- /plugin install {name}@claude-plugins-official
Install a plugin from the Anthropic official directory by its immutable slug name.
- /plugin > Discover
Browse available plugins from registered marketplaces including claude-plugins-official inside Claude Code.
- plugin.json manifest
Standard .claude-plugin/plugin.json metadata file that defines a plugin's name, display name, category, and source for the Claude Code plugin loader.