Skip to content

Commit 6e4be3d

Browse files
fix: update plugin author metadata to match marketplace owner
The plugin author fields still referenced Daisy Hollman and the original Anthropic repository, causing installation errors when Claude Code tried to resolve the plugin against 'claude-plugins-official' marketplace. Changes: - Update plugin.json author to Steve Nims - Update marketplace.json plugin author to Steve Nims - Clean up README attribution section, remove stale claude-plugins-official link - Marketplace description now acknowledges both original author and maintainer
1 parent 41fd5b9 commit 6e4be3d

3 files changed

Lines changed: 7 additions & 11 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": [

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -403,12 +403,9 @@ To contribute improvements:
403403
404404
## Attribution
405405
406-
This plugin was originally developed by [Daisy Hollman](mailto:daisy@anthropic.com) at Anthropic. The original plugin can be found at:
406+
Originally developed by Daisy Hollman at Anthropic. The original plugin is available at [anthropics/claude-code/plugins/plugin-dev](https://github.com/anthropics/claude-code/tree/main/plugins/plugin-dev).
407407
408-
- [claude-code/plugins/plugin-dev](https://github.com/anthropics/claude-code/tree/main/plugins/plugin-dev)
409-
- [claude-plugins-official/plugins/plugin-dev](https://github.com/anthropics/claude-plugins-official/tree/main/plugins/plugin-dev)
410-
411-
This repository ([sjnims/plugin-dev](https://github.com/sjnims/plugin-dev)) is an expanded version with:
408+
This fork ([sjnims/plugin-dev](https://github.com/sjnims/plugin-dev)) is maintained by Steve Nims with:
412409
413410
- Enhanced skill descriptions with stronger trigger phrases
414411
- Additional utility scripts (test-agent-trigger.sh, create-agent-skeleton.sh)

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)