Skip to content

Commit 0d045fa

Browse files
authored
Fix: plugin name and path (#28)
* fix: plugin name * fix: path to plugin * fix: misplaced files.
1 parent 7dc860a commit 0d045fa

3 files changed

Lines changed: 12 additions & 17 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@
4848
"homepage": "https://github.com/1shooperman/shooperman-claude-plugins/tree/main/plugins/slack-publish"
4949
},
5050
{
51-
"name": "update",
51+
"name": "update-marketplace",
5252
"description": "Updates the marketplace and all plugins to the latest version.",
5353
"author": {
5454
"name": "Brandon Shoop <1shooperman>"
5555
},
5656
"category": "productivity",
57-
"source": "./plugins/update",
57+
"source": "./plugins/update-marketplace",
5858
"homepage": "https://github.com/1shooperman/shooperman-claude-plugins/tree/main/plugins/update"
5959
}
6060
]

plugins/update-marketplace/SKILL.md

Lines changed: 0 additions & 15 deletions
This file was deleted.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
description: Update the marketplace to the latest version, then update each plugin to the version specific.
3+
allowed-tools: [Bash]
4+
---
5+
6+
## Instructions
7+
8+
When the user invokes this skill or asks to update the marketplace version run the `agent-updater` subagent and wait.
9+
10+

0 commit comments

Comments
 (0)