From 5b7fddf85ce383a17d15989eb0f0c4a021282b6c Mon Sep 17 00:00:00 2001 From: kylesnowschwartz Date: Mon, 26 Jan 2026 13:39:08 +1300 Subject: [PATCH] fix: update plugin author metadata to match marketplace owner The plugin author fields still referenced Daisy Hollman and the original Anthropic repository. Updated to Steve Nims for consistency with the marketplace owner. Changes: - Update plugin.json author to Steve Nims - Update marketplace.json plugin author to Steve Nims - Marketplace description now acknowledges both original author and maintainer --- .claude-plugin/marketplace.json | 7 +++---- plugins/plugin-dev/.claude-plugin/plugin.json | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 478fd8a..7571296 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -5,7 +5,7 @@ "url": "https://github.com/sjnims" }, "metadata": { - "description": "Unofficial plugin-dev plugin marketplace for plugin-dev Claude Code plugin - the plugin itself was initially created by Daisy Hollman at Anthropic.", + "description": "Unofficial plugin-dev plugin marketplace. Originally created by Daisy Hollman at Anthropic, now maintained by Steve Nims.", "version": "0.3.2" }, "plugins": [ @@ -14,9 +14,8 @@ "description": "Comprehensive toolkit for developing Claude Code plugins. Includes 9 expert skills covering hooks, MCP integration, LSP servers, commands, agents, marketplaces, and best practices. AI-assisted plugin creation and validation.", "version": "0.3.2", "author": { - "name": "Daisy Hollman", - "url": "https://github.com/anthropics/claude-code/", - "email": "daisy@anthropic.com" + "name": "Steve Nims", + "url": "https://github.com/sjnims" }, "homepage": "https://github.com/sjnims/plugin-dev", "tags": [ diff --git a/plugins/plugin-dev/.claude-plugin/plugin.json b/plugins/plugin-dev/.claude-plugin/plugin.json index 47ac0c3..01cd82a 100644 --- a/plugins/plugin-dev/.claude-plugin/plugin.json +++ b/plugins/plugin-dev/.claude-plugin/plugin.json @@ -3,8 +3,8 @@ "version": "0.3.2", "description": "Comprehensive toolkit for developing Claude Code plugins. Includes 9 expert skills covering hooks, MCP integration, LSP servers, commands, agents, marketplaces, and best practices. AI-assisted plugin creation and validation.", "author": { - "name": "Daisy Hollman", - "email": "daisy@anthropic.com" + "name": "Steve Nims", + "url": "https://github.com/sjnims" }, "homepage": "https://github.com/sjnims/plugin-dev", "repository": "https://github.com/sjnims/plugin-dev",