feat: add mattpocock-skills to marketplace and fix version bump gaps across authoring skills #14

Closed
opened 2026-06-28 15:32:52 +00:00 by Claude · 0 comments
Collaborator

Summary

Added mattpocock-skills (mattpocock/skills on GitHub) as a remote plugin in the holocron marketplace, then discovered and fixed a systemic gap: none of the authoring skills (marketplace-author, skill-author, agent-author, plugin-author) instructed the agent to bump the relevant version after making changes.

Also discovered and fixed a bug in scripts/check-manifests.sh that caused the pre-push hook to fail on remote-sourced plugins.

Changes

  • Add mattpocock-skills GitHub-sourced plugin to marketplace (catalog bumped 0.1.1 → 0.2.0)
  • marketplace-author: add Gotcha + dedicated version bump step to ADD, REMOVE, UPDATE flows
  • skill-author: add Gotcha + plugin version bump step to create and improve flows
  • agent-author: add Gotcha + plugin version bump step to create and improve flows
  • plugin-author: add Gotcha + patch bump step to UPDATE flow for non-version field changes
  • scripts/check-manifests.sh: skip remote-sourced plugins (github/git/npm objects) in local path check
  • kyberforge plugin bumped 1.0.2 → 1.0.6

Commits

  • 28ce4a2 feat(marketplace): add mattpocock-skills remote plugin
  • 528ba05 fix(marketplace-author): require version bump on every catalog mutation
  • 671725e fix(skill-author): document plugin version bump in README
  • 5a6b2a4 fix(agent-author): require plugin version bump after agent changes
  • 66e2e6a fix(plugin-author): bump version on every UPDATE flow mutation
  • c97e4a5 fix(check-manifests): skip remote-sourced plugins in local path check
## Summary Added `mattpocock-skills` (mattpocock/skills on GitHub) as a remote plugin in the holocron marketplace, then discovered and fixed a systemic gap: none of the authoring skills (`marketplace-author`, `skill-author`, `agent-author`, `plugin-author`) instructed the agent to bump the relevant version after making changes. Also discovered and fixed a bug in `scripts/check-manifests.sh` that caused the pre-push hook to fail on remote-sourced plugins. ## Changes - [x] Add `mattpocock-skills` GitHub-sourced plugin to marketplace (catalog bumped `0.1.1` → `0.2.0`) - [x] `marketplace-author`: add Gotcha + dedicated version bump step to ADD, REMOVE, UPDATE flows - [x] `skill-author`: add Gotcha + plugin version bump step to create and improve flows - [x] `agent-author`: add Gotcha + plugin version bump step to create and improve flows - [x] `plugin-author`: add Gotcha + patch bump step to UPDATE flow for non-version field changes - [x] `scripts/check-manifests.sh`: skip remote-sourced plugins (github/git/npm objects) in local path check - [x] kyberforge plugin bumped `1.0.2` → `1.0.6` ## Commits - `28ce4a2` feat(marketplace): add mattpocock-skills remote plugin - `528ba05` fix(marketplace-author): require version bump on every catalog mutation - `671725e` fix(skill-author): document plugin version bump in README - `5a6b2a4` fix(agent-author): require plugin version bump after agent changes - `66e2e6a` fix(plugin-author): bump version on every UPDATE flow mutation - `c97e4a5` fix(check-manifests): skip remote-sourced plugins in local path check
Claude added the Kind/BugKind/Feature
Priority
Medium
3
labels 2026-06-28 15:34:53 +00:00
Claude added this to the Kyberforge basics milestone 2026-06-28 15:34:54 +00:00
Sign in to join this conversation.