From 9e957603bf55e2310a602518afd08c2f99b3fc9e Mon Sep 17 00:00:00 2001 From: Noah Zweben MacBook Date: Sun, 7 Dec 2025 14:30:19 -0800 Subject: [PATCH] added Anthropic as author --- .claude-plugin/marketplace.json | 51 ++++++++----------- .../agent-sdk-dev/.claude-plugin/plugin.json | 4 +- .../code-review/.claude-plugin/plugin.json | 4 +- .../example-plugin/.claude-plugin/plugin.json | 4 +- .../.claude-plugin/plugin.json | 4 +- .../feature-dev/.claude-plugin/plugin.json | 4 +- .../.claude-plugin/plugin.json | 4 +- plugins/hookify/.claude-plugin/plugin.json | 4 +- .../.claude-plugin/plugin.json | 4 +- .../.claude-plugin/plugin.json | 4 +- .../ralph-wiggum/.claude-plugin/plugin.json | 4 +- .../.claude-plugin/plugin.json | 4 +- 12 files changed, 44 insertions(+), 51 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index bd179cf..421286f 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -10,6 +10,10 @@ { "name": "agent-sdk-dev", "description": "Development kit for working with the Claude Agent SDK", + "author": { + "name": "Anthropic", + "email": "support@anthropic.com" + }, "source": "./plugins/agent-sdk-dev", "category": "development", "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/agent-sdk-dev" @@ -40,8 +44,8 @@ "name": "feature-dev", "description": "Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review", "author": { - "name": "Siddharth Bidasaria", - "email": "sbidasaria@anthropic.com" + "name": "Anthropic", + "email": "support@anthropic.com" }, "source": "./plugins/feature-dev", "category": "development", @@ -51,8 +55,8 @@ "name": "security-guidance", "description": "Security reminder hook that warns about potential security issues when editing files, including command injection, XSS, and unsafe code patterns", "author": { - "name": "David Dworken", - "email": "dworken@anthropic.com" + "name": "Anthropic", + "email": "support@anthropic.com" }, "source": "./plugins/security-guidance", "category": "security", @@ -62,8 +66,8 @@ "name": "code-review", "description": "Automated code review for pull requests using multiple specialized agents with confidence-based scoring to filter false positives", "author": { - "name": "Boris Cherny", - "email": "boris@anthropic.com" + "name": "Anthropic", + "email": "support@anthropic.com" }, "source": "./plugins/code-review", "category": "productivity", @@ -73,8 +77,8 @@ "name": "explanatory-output-style", "description": "Adds educational insights about implementation choices and codebase patterns (mimics the deprecated Explanatory output style)", "author": { - "name": "Dickson Tsai", - "email": "dickson@anthropic.com" + "name": "Anthropic", + "email": "support@anthropic.com" }, "source": "./plugins/explanatory-output-style", "category": "learning", @@ -84,8 +88,8 @@ "name": "learning-output-style", "description": "Interactive learning mode that requests meaningful code contributions at decision points (mimics the unshipped Learning output style)", "author": { - "name": "Boris Cherny", - "email": "boris@anthropic.com" + "name": "Anthropic", + "email": "support@anthropic.com" }, "source": "./plugins/learning-output-style", "category": "learning", @@ -95,8 +99,8 @@ "name": "frontend-design", "description": "Create distinctive, production-grade frontend interfaces with high design quality. Generates creative, polished code that avoids generic AI aesthetics.", "author": { - "name": "Prithvi Rajasekaran & Alexander Bricken", - "email": "prithvi@anthropic.com" + "name": "Anthropic", + "email": "support@anthropic.com" }, "source": "./plugins/frontend-design", "category": "development", @@ -106,8 +110,8 @@ "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.", "author": { - "name": "Daisy Hollman", - "email": "daisy@anthropic.com" + "name": "Anthropic", + "email": "support@anthropic.com" }, "source": "./plugins/ralph-wiggum", "category": "development", @@ -117,8 +121,8 @@ "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.", "author": { - "name": "Daisy Hollman", - "email": "daisy@anthropic.com" + "name": "Anthropic", + "email": "support@anthropic.com" }, "source": "./plugins/hookify", "category": "productivity", @@ -128,8 +132,8 @@ "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.", "author": { - "name": "Daisy Hollman", - "email": "daisy@anthropic.com" + "name": "Anthropic", + "email": "support@anthropic.com" }, "source": "./plugins/plugin-dev", "category": "development", @@ -255,17 +259,6 @@ "source": "./external_plugins/context7", "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/context7", "tags": ["community-managed"] - }, - { - "name": "example-plugin", - "description": "Adds educational insights about implementation choices and codebase patterns (mimics the deprecated Explanatory output style)", - "author": { - "name": "Dickson Tsai", - "email": "dickson@anthropic.com" - }, - "source": "./plugins/example-plugin", - "category": "learning", - "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/example-plugin" } ] } diff --git a/plugins/agent-sdk-dev/.claude-plugin/plugin.json b/plugins/agent-sdk-dev/.claude-plugin/plugin.json index 2cff7b6..33634da 100644 --- a/plugins/agent-sdk-dev/.claude-plugin/plugin.json +++ b/plugins/agent-sdk-dev/.claude-plugin/plugin.json @@ -2,7 +2,7 @@ "name": "agent-sdk-dev", "description": "Claude Agent SDK Development Plugin", "author": { - "name": "Ashwin Bhat", - "email": "ashwin@anthropic.com" + "name": "Anthropic", + "email": "support@anthropic.com" } } diff --git a/plugins/code-review/.claude-plugin/plugin.json b/plugins/code-review/.claude-plugin/plugin.json index c8dfc1f..c48abfe 100644 --- a/plugins/code-review/.claude-plugin/plugin.json +++ b/plugins/code-review/.claude-plugin/plugin.json @@ -2,8 +2,8 @@ "name": "code-review", "description": "Automated code review for pull requests using multiple specialized agents with confidence-based scoring", "author": { - "name": "Boris Cherny", - "email": "boris@anthropic.com" + "name": "Anthropic", + "email": "support@anthropic.com" } } diff --git a/plugins/example-plugin/.claude-plugin/plugin.json b/plugins/example-plugin/.claude-plugin/plugin.json index 7c151ac..732639c 100644 --- a/plugins/example-plugin/.claude-plugin/plugin.json +++ b/plugins/example-plugin/.claude-plugin/plugin.json @@ -2,7 +2,7 @@ "name": "example-plugin", "description": "A comprehensive example plugin demonstrating all Claude Code extension options including commands, agents, skills, hooks, and MCP servers", "author": { - "name": "Your Name", - "email": "your.email@example.com" + "name": "Anthropic", + "email": "support@anthropic.com" } } diff --git a/plugins/explanatory-output-style/.claude-plugin/plugin.json b/plugins/explanatory-output-style/.claude-plugin/plugin.json index 1b36f9e..d8d8dbb 100644 --- a/plugins/explanatory-output-style/.claude-plugin/plugin.json +++ b/plugins/explanatory-output-style/.claude-plugin/plugin.json @@ -2,7 +2,7 @@ "name": "explanatory-output-style", "description": "Adds educational insights about implementation choices and codebase patterns (mimics the deprecated Explanatory output style)", "author": { - "name": "Dickson Tsai", - "email": "dickson@anthropic.com" + "name": "Anthropic", + "email": "support@anthropic.com" } } diff --git a/plugins/feature-dev/.claude-plugin/plugin.json b/plugins/feature-dev/.claude-plugin/plugin.json index 82f0395..22f1bea 100644 --- a/plugins/feature-dev/.claude-plugin/plugin.json +++ b/plugins/feature-dev/.claude-plugin/plugin.json @@ -2,7 +2,7 @@ "name": "feature-dev", "description": "Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review", "author": { - "name": "Sid Bidasaria", - "email": "sbidasaria@anthropic.com" + "name": "Anthropic", + "email": "support@anthropic.com" } } diff --git a/plugins/frontend-design/.claude-plugin/plugin.json b/plugins/frontend-design/.claude-plugin/plugin.json index 72b50f1..6a1426c 100644 --- a/plugins/frontend-design/.claude-plugin/plugin.json +++ b/plugins/frontend-design/.claude-plugin/plugin.json @@ -2,7 +2,7 @@ "name": "frontend-design", "description": "Frontend design skill for UI/UX implementation", "author": { - "name": "Prithvi Rajasekaran, Alexander Bricken", - "email": "prithvi@anthropic.com, alexander@anthropic.com" + "name": "Anthropic", + "email": "support@anthropic.com" } } diff --git a/plugins/hookify/.claude-plugin/plugin.json b/plugins/hookify/.claude-plugin/plugin.json index da6d22a..657f3d8 100644 --- a/plugins/hookify/.claude-plugin/plugin.json +++ b/plugins/hookify/.claude-plugin/plugin.json @@ -2,7 +2,7 @@ "name": "hookify", "description": "Easily create hooks to prevent unwanted behaviors by analyzing conversation patterns", "author": { - "name": "Daisy Hollman", - "email": "daisy@anthropic.com" + "name": "Anthropic", + "email": "support@anthropic.com" } } diff --git a/plugins/learning-output-style/.claude-plugin/plugin.json b/plugins/learning-output-style/.claude-plugin/plugin.json index b71e66b..72d365c 100644 --- a/plugins/learning-output-style/.claude-plugin/plugin.json +++ b/plugins/learning-output-style/.claude-plugin/plugin.json @@ -2,7 +2,7 @@ "name": "learning-output-style", "description": "Interactive learning mode that requests meaningful code contributions at decision points (mimics the unshipped Learning output style)", "author": { - "name": "Boris Cherny", - "email": "boris@anthropic.com" + "name": "Anthropic", + "email": "support@anthropic.com" } } diff --git a/plugins/pr-review-toolkit/.claude-plugin/plugin.json b/plugins/pr-review-toolkit/.claude-plugin/plugin.json index 6c06f62..e81d7aa 100644 --- a/plugins/pr-review-toolkit/.claude-plugin/plugin.json +++ b/plugins/pr-review-toolkit/.claude-plugin/plugin.json @@ -2,7 +2,7 @@ "name": "pr-review-toolkit", "description": "Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification", "author": { - "name": "Daisy", - "email": "daisy@anthropic.com" + "name": "Anthropic", + "email": "support@anthropic.com" } } diff --git a/plugins/ralph-wiggum/.claude-plugin/plugin.json b/plugins/ralph-wiggum/.claude-plugin/plugin.json index 3d3c0cd..06d0d39 100644 --- a/plugins/ralph-wiggum/.claude-plugin/plugin.json +++ b/plugins/ralph-wiggum/.claude-plugin/plugin.json @@ -2,7 +2,7 @@ "name": "ralph-wiggum", "description": "Implementation of the Ralph Wiggum technique - continuous self-referential AI loops for interactive iterative development. Run Claude in a while-true loop with the same prompt until task completion.", "author": { - "name": "Daisy Hollman", - "email": "daisy@anthropic.com" + "name": "Anthropic", + "email": "support@anthropic.com" } } diff --git a/plugins/security-guidance/.claude-plugin/plugin.json b/plugins/security-guidance/.claude-plugin/plugin.json index 738380f..535afff 100644 --- a/plugins/security-guidance/.claude-plugin/plugin.json +++ b/plugins/security-guidance/.claude-plugin/plugin.json @@ -2,7 +2,7 @@ "name": "security-guidance", "description": "Security reminder hook that warns about potential security issues when editing files, including command injection, XSS, and unsafe code patterns", "author": { - "name": "David Dworken", - "email": "dworken@anthropic.com" + "name": "Anthropic", + "email": "support@anthropic.com" } }