anthropics/claude-plugins-official
Anthropic’s official Claude Code marketplace exposes a standard plugin package for commands, agents, skills, and MCP configuration, while leaving third-party code trust to the installer.
The repository is Anthropic’s official Claude Code plugin directory, split into internal and third-party entries. A plugin requires **plugin.json** and may add MCP configuration, slash commands, agents, and skills; installation uses Claude Code’s plugin system.
Treat its example plugin and schema as packaging references. Keep the published name as an **immutable slug**, use displayName for UI changes, and add a rename mapping when migration is unavoidable.
The repository is Anthropic’s official Claude Code plugin directory, split into internal and third-party entries. A plugin requires **plugin.json** and may add MCP configuration, slash commands, agents, and skills; installation uses Claude Code’s plugin system. Treat its example plugin and schema as packaging references. Keep the published name as an **immutable slug**, use displayName for UI changes, and add a rename mapping when migration is unavoidable. Marketplace inclusion is not a runtime safety guarantee. Anthropic says it does not control or continuously verify the MCP servers, files, or software bundled by third parties, so inspect each plugin and its source before use.
This provides Claude Code’s authoritative packaging and naming contract, including immutable slugs and explicit rename migration, but narrows what official listing means: it is a distribution reference, not assurance that bundled MCP servers, files, or software are safe. Plugin adoption therefore needs both schema compliance and independent source inspection.