claudegoodies
Marketplace

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-code

Facts

Status
Actively maintained
Last commit
Plugins in marketplace
13

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 workflow
View full source on GitHub →

Other marketplaces