## Why The skill had no instruction to bump the catalog version after ADD, REMOVE, or UPDATE operations. Clients cache the marketplace catalog and use the version field to detect changes — without a bump, the new state is invisible until a forced refresh. ## Implementation Notes Added a Gotcha explaining the rule and semver convention (ADD/REMOVE → minor, UPDATE → patch). Added a dedicated "Bump catalog version" step to each mutating flow. Updated README to match. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
13 lines
339 B
JSON
13 lines
339 B
JSON
{
|
|
"author": {
|
|
"name": "Defame1297",
|
|
"url": "https://git.dev.rkdr.net/Defame1297/"
|
|
},
|
|
"description": "Skills and agents for creating, maintaining, and managing a Claude Code / Copilot CLI plugin marketplace.",
|
|
"displayName": "Kyberforge",
|
|
"keywords": [],
|
|
"license": "MIT",
|
|
"name": "kyberforge",
|
|
"version": "1.0.3"
|
|
}
|