Skip to content

Commit 5b7fddf

Browse files
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
1 parent 41fd5b9 commit 5b7fddf

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"url": "https://github.com/sjnims"
66
},
77
"metadata": {
8-
"description": "Unofficial plugin-dev plugin marketplace for plugin-dev Claude Code plugin - the plugin itself was initially created by Daisy Hollman at Anthropic.",
8+
"description": "Unofficial plugin-dev plugin marketplace. Originally created by Daisy Hollman at Anthropic, now maintained by Steve Nims.",
99
"version": "0.3.2"
1010
},
1111
"plugins": [
@@ -14,9 +14,8 @@
1414
"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.",
1515
"version": "0.3.2",
1616
"author": {
17-
"name": "Daisy Hollman",
18-
"url": "https://github.com/anthropics/claude-code/",
19-
"email": "daisy@anthropic.com"
17+
"name": "Steve Nims",
18+
"url": "https://github.com/sjnims"
2019
},
2120
"homepage": "https://github.com/sjnims/plugin-dev",
2221
"tags": [

plugins/plugin-dev/.claude-plugin/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.3.2",
44
"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.",
55
"author": {
6-
"name": "Daisy Hollman",
7-
"email": "daisy@anthropic.com"
6+
"name": "Steve Nims",
7+
"url": "https://github.com/sjnims"
88
},
99
"homepage": "https://github.com/sjnims/plugin-dev",
1010
"repository": "https://github.com/sjnims/plugin-dev",

0 commit comments

Comments
 (0)