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",