Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand All @@ -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": [
Expand Down
4 changes: 2 additions & 2 deletions plugins/plugin-dev/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading