2025-10-08 16:05:44 -07:00
{
"$schema" : "https://anthropic.com/claude-code/marketplace.schema.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" : "support@anthropic.com"
} ,
"plugins" : [
{
"name" : "agent-sdk-dev" ,
"description" : "Development kit for working with the Claude Agent SDK" ,
"source" : "./plugins/agent-sdk-dev" ,
"category" : "development"
} ,
{
2025-11-25 15:00:24 -07:00
"name" : "claude-opus-4-5-migration" ,
"description" : "Migrate your code and prompts from Sonnet 4.x and Opus 4.1 to Opus 4.5." ,
2025-10-08 16:05:44 -07:00
"version" : "1.0.0" ,
"author" : {
2025-11-25 15:00:24 -07:00
"name" : "William Hu" ,
"email" : "whu@anthropic.com"
2025-10-08 16:05:44 -07:00
} ,
2025-11-25 15:00:24 -07:00
"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" : "boris@anthropic.com"
} ,
"source" : "./plugins/code-review" ,
2025-10-08 16:05:44 -07:00
"category" : "productivity"
} ,
{
"name" : "commit-commands" ,
"description" : "Commands for git commit workflows including commit, push, and PR creation" ,
"version" : "1.0.0" ,
"author" : {
"name" : "Anthropic" ,
"email" : "support@anthropic.com"
} ,
"source" : "./plugins/commit-commands" ,
"category" : "productivity"
2025-10-09 09:29:11 -07:00
} ,
2025-11-25 15:00:24 -07:00
{
"name" : "explanatory-output-style" ,
"description" : "Adds educational insights about implementation choices and codebase patterns (mimics the deprecated Explanatory output style)" ,
"version" : "1.0.0" ,
"author" : {
"name" : "Dickson Tsai" ,
"email" : "dickson@anthropic.com"
} ,
"source" : "./plugins/explanatory-output-style" ,
"category" : "learning"
} ,
2025-10-09 09:29:11 -07:00
{
"name" : "feature-dev" ,
"description" : "Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review" ,
"version" : "1.0.0" ,
"author" : {
"name" : "Siddharth Bidasaria" ,
"email" : "sbidasaria@anthropic.com"
} ,
"source" : "./plugins/feature-dev" ,
"category" : "development"
2025-10-09 09:50:34 -07:00
} ,
{
2025-11-25 15:00:24 -07:00
"name" : "frontend-design" ,
"description" : "Create distinctive, production-grade frontend interfaces with high design quality. Generates creative, polished code that avoids generic AI aesthetics." ,
2025-10-09 09:50:34 -07:00
"version" : "1.0.0" ,
"author" : {
2025-11-25 15:00:24 -07:00
"name" : "Prithvi Rajasekaran & Alexander Bricken" ,
"email" : "prithvi@anthropic.com"
2025-10-09 09:50:34 -07:00
} ,
2025-11-25 15:00:24 -07:00
"source" : "./plugins/frontend-design" ,
"category" : "development"
2025-10-23 23:35:40 -07:00
} ,
{
2025-11-25 15:00:24 -07:00
"name" : "hookify" ,
"description" : "Easily create custom hooks to prevent unwanted behaviors by analyzing conversation patterns or from explicit instructions. Define rules via simple markdown files." ,
"version" : "0.1.0" ,
2025-10-23 23:35:40 -07:00
"author" : {
2025-11-25 15:00:24 -07:00
"name" : "Daisy Hollman" ,
"email" : "daisy@anthropic.com"
2025-10-23 23:35:40 -07:00
} ,
2025-11-25 15:00:24 -07:00
"source" : "./plugins/hookify" ,
2025-10-23 23:35:40 -07:00
"category" : "productivity"
2025-11-01 16:15:21 -07:00
} ,
{
"name" : "learning-output-style" ,
"description" : "Interactive learning mode that requests meaningful code contributions at decision points (mimics the unshipped Learning output style)" ,
"version" : "1.0.0" ,
"author" : {
"name" : "Boris Cherny" ,
"email" : "boris@anthropic.com"
} ,
"source" : "./plugins/learning-output-style" ,
"category" : "learning"
2025-11-11 17:31:51 -08:00
} ,
{
2025-11-25 15:00:24 -07:00
"name" : "plugin-dev" ,
"description" : "Comprehensive toolkit for developing Claude Code plugins. Includes 7 expert skills covering hooks, MCP integration, commands, agents, and best practices. AI-assisted plugin creation and validation." ,
"version" : "0.1.0" ,
2025-11-16 13:53:45 -08:00
"author" : {
"name" : "Daisy Hollman" ,
"email" : "daisy@anthropic.com"
} ,
2025-11-25 15:00:24 -07:00
"source" : "./plugins/plugin-dev" ,
2025-11-16 13:53:45 -08:00
"category" : "development"
2025-11-17 03:18:43 -08:00
} ,
{
2025-11-25 15:00:24 -07:00
"name" : "pr-review-toolkit" ,
"description" : "Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification" ,
"version" : "1.0.0" ,
2025-11-17 03:18:43 -08:00
"author" : {
2025-11-25 15:00:24 -07:00
"name" : "Anthropic" ,
"email" : "support@anthropic.com"
2025-11-17 03:18:43 -08:00
} ,
2025-11-25 15:00:24 -07:00
"source" : "./plugins/pr-review-toolkit" ,
2025-11-17 03:18:43 -08:00
"category" : "productivity"
feat: Add plugin-dev toolkit for comprehensive plugin development
Adds the plugin-dev plugin to public marketplace. A comprehensive toolkit for
developing Claude Code plugins with 7 expert skills, 3 AI-assisted agents, and
extensive documentation covering the complete plugin development lifecycle.
Key features:
- 7 skills: hook-development, mcp-integration, plugin-structure, plugin-settings,
command-development, agent-development, skill-development
- 3 agents: agent-creator (AI-assisted generation), plugin-validator (structure
validation), skill-reviewer (quality review)
- 1 command: /plugin-dev:create-plugin (guided 8-phase workflow)
- 10 utility scripts for validation and testing
- 21 reference docs with deep-dive guidance (~11k words)
- 9 working examples demonstrating best practices
Changes for public release:
- Replaced all references to internal repositories with "Claude Code"
- Updated MCP examples: internal.company.com → api.example.com
- Updated token variables: ${INTERNAL_TOKEN} → ${API_TOKEN}
- Reframed agent-creation-system-prompt as "proven in production"
- Preserved all ${CLAUDE_PLUGIN_ROOT} references (186 total)
- Preserved valuable test blocks in core modules
Validation:
- All 3 agents validated successfully with validate-agent.sh
- All JSON files validated with jq
- Zero internal references remaining
- 59 files migrated, 21,971 lines added
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-17 04:09:00 -08:00
} ,
{
2025-11-25 15:00:24 -07:00
"name" : "ralph-wiggum" ,
"description" : "Interactive self-referential AI loops for iterative development. Claude works on the same task repeatedly, seeing its previous work, until completion." ,
"version" : "1.0.0" ,
feat: Add plugin-dev toolkit for comprehensive plugin development
Adds the plugin-dev plugin to public marketplace. A comprehensive toolkit for
developing Claude Code plugins with 7 expert skills, 3 AI-assisted agents, and
extensive documentation covering the complete plugin development lifecycle.
Key features:
- 7 skills: hook-development, mcp-integration, plugin-structure, plugin-settings,
command-development, agent-development, skill-development
- 3 agents: agent-creator (AI-assisted generation), plugin-validator (structure
validation), skill-reviewer (quality review)
- 1 command: /plugin-dev:create-plugin (guided 8-phase workflow)
- 10 utility scripts for validation and testing
- 21 reference docs with deep-dive guidance (~11k words)
- 9 working examples demonstrating best practices
Changes for public release:
- Replaced all references to internal repositories with "Claude Code"
- Updated MCP examples: internal.company.com → api.example.com
- Updated token variables: ${INTERNAL_TOKEN} → ${API_TOKEN}
- Reframed agent-creation-system-prompt as "proven in production"
- Preserved all ${CLAUDE_PLUGIN_ROOT} references (186 total)
- Preserved valuable test blocks in core modules
Validation:
- All 3 agents validated successfully with validate-agent.sh
- All JSON files validated with jq
- Zero internal references remaining
- 59 files migrated, 21,971 lines added
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-17 04:09:00 -08:00
"author" : {
"name" : "Daisy Hollman" ,
"email" : "daisy@anthropic.com"
} ,
2025-11-25 15:00:24 -07:00
"source" : "./plugins/ralph-wiggum" ,
feat: Add plugin-dev toolkit for comprehensive plugin development
Adds the plugin-dev plugin to public marketplace. A comprehensive toolkit for
developing Claude Code plugins with 7 expert skills, 3 AI-assisted agents, and
extensive documentation covering the complete plugin development lifecycle.
Key features:
- 7 skills: hook-development, mcp-integration, plugin-structure, plugin-settings,
command-development, agent-development, skill-development
- 3 agents: agent-creator (AI-assisted generation), plugin-validator (structure
validation), skill-reviewer (quality review)
- 1 command: /plugin-dev:create-plugin (guided 8-phase workflow)
- 10 utility scripts for validation and testing
- 21 reference docs with deep-dive guidance (~11k words)
- 9 working examples demonstrating best practices
Changes for public release:
- Replaced all references to internal repositories with "Claude Code"
- Updated MCP examples: internal.company.com → api.example.com
- Updated token variables: ${INTERNAL_TOKEN} → ${API_TOKEN}
- Reframed agent-creation-system-prompt as "proven in production"
- Preserved all ${CLAUDE_PLUGIN_ROOT} references (186 total)
- Preserved valuable test blocks in core modules
Validation:
- All 3 agents validated successfully with validate-agent.sh
- All JSON files validated with jq
- Zero internal references remaining
- 59 files migrated, 21,971 lines added
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-17 04:09:00 -08:00
"category" : "development"
2025-11-23 23:24:09 -08:00
} ,
{
2025-11-25 15:00:24 -07:00
"name" : "security-guidance" ,
"description" : "Security reminder hook that warns about potential security issues when editing files, including command injection, XSS, and unsafe code patterns" ,
2025-11-23 23:24:09 -08:00
"version" : "1.0.0" ,
"author" : {
2025-11-25 15:00:24 -07:00
"name" : "David Dworken" ,
"email" : "dworken@anthropic.com"
2025-11-23 23:24:09 -08:00
} ,
2025-11-25 15:00:24 -07:00
"source" : "./plugins/security-guidance" ,
"category" : "security"
2025-10-08 16:05:44 -07:00
}
]
}