claude-code-plugins
From anthropics
Bundled plugins for Claude Code including Agent SDK development tools, PR review toolkit, and commit workflows
Bundles 13 Anthropic-made plugins for Agent SDK dev, PR review, commit workflows, and plugin authoring.
Use it when
- Want automated multi-agent PR review with confidence-based false-positive filtering
- Need git commit/push/PR creation slash commands
- Building Claude Code plugins and want scaffolding for hooks, MCP, commands, agents
- Migrating prompts/code from Sonnet 4.x or Opus 4.1 to Opus 4.5
- Want a security hook flagging command injection, XSS, unsafe patterns on file edits
Skip it if
- Only need one plugin, not the whole bundle of 13
- Several plugins are 0.1.0/early or mimic deprecated output styles
- Tied to Claude Code and Anthropic's Agent SDK, not general-purpose
Install
/plugin marketplace add anthropics/claude-codeFacts
- Repository
- anthropics/claude-code
- Status
- Actively maintained
- Last commit
- Plugins in marketplace
- 13
- Source file
- .claude-plugin/marketplace.json
Source preview
The instructions Claude Code reads when this marketplace runs.
{
"$schema": "https://json.schemastore.org/claude-code-marketplace.json",
"name": "claude-code-plugins",
"version": "1.0.0",
"description": "Bundled plugins for Claude Code including Agent SDK development tools, PR review toolkit, and commit workflows",
"owner": {
"name": "Anthropic",
"email": "[email protected]"
},
"plugins": [
{
"name": "agent-sdk-dev",
"description": "Development kit for working with the Claude Agent SDK",
"source": "./plugins/agent-sdk-dev",
"category": "development"
},
{
"name": "claude-opus-4-5-migration",
"description": "Migrate your code and prompts from Sonnet 4.x and Opus 4.1 to Opus 4.5.",
"version": "1.0.0",
"author": {
"name": "William Hu",
"email": "[email protected]"
},
"source": "./plugins/claude-opus-4-5-migration",
"category": "development"
},
{
"name": "code-review",
"description": "Automated code review for pull requests using multiple specialized agents with confidence-based scoring to filter false positives",
"version": "1.0.0",
"author": {
"name": "Boris Cherny",
"email": "[email protected]"
},
"source": "./plugins/code-review",
"category": "productivity"
},
{
"name": "commit-commands",
"description": "Commands for git commit workflowView full source on GitHub →Other marketplaces
ecc
★ 229,918affaan-mupdated 14d agoMITanthropic-agent-skills
★ 161,309anthropicsupdated 14d agoui-ux-pro-max-skill
★ 105,847nextlevelbuilderupdated 13d agoMITcaveman
★ 89,686Ultra-compressed communication mode for Claude Code. Cuts 65% of output tokens (measured) while keeping full technical accuracy.
JuliusBrusseeupdated 25d agoMITthedotmack
★ 87,329thedotmackupdated 13d agoApache-2.0ponytail
★ 83,490Lazy senior dev mode for AI agents. The best code is the code you never wrote.
DietrichGebertupdated 18d agoMIT