Skip to content

Commit f4abbb0

Browse files
chore: update plugin author metadata to match marketplace owner
** UPDATE ** Turns out local stale data issue. Keeping PR open as I believe this is valid housekeeping. ## Summary - Update plugin.json and marketplace.json author fields from Daisy Hollman to Steve Nims - Remove stale reference to `claude-plugins-official` repository in README - Marketplace description now acknowledges both original author and current maintainer ## Problem The plugin installation shows an error: ``` Plugin 'plugin-dev' not found in marketplace 'claude-plugins-official' → Plugin may not exist in marketplace 'claude-plugins-official' ``` This happens because the author metadata still referenced Anthropic infrastructure, causing Claude Code to look for the plugin in the wrong marketplace. <img width="923" height="508" alt="Screenshot 2026-01-26 at 1 39 35 PM" src="https://github.com/user-attachments/assets/70b7e443-b522-4d8a-9d71-51b2a20e7888" /> ## Test plan - [ ] Reinstall plugin and verify no `claude-plugins-official` error appears - [ ] Verify plugin loads correctly with updated metadata
1 parent 41fd5b9 commit f4abbb0

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)