feat: add mattpocock-skills to marketplace and fix version bump gaps across authoring skills #14
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.shthat caused the pre-push hook to fail on remote-sourced plugins.Changes
mattpocock-skillsGitHub-sourced plugin to marketplace (catalog bumped0.1.1→0.2.0)marketplace-author: add Gotcha + dedicated version bump step to ADD, REMOVE, UPDATE flowsskill-author: add Gotcha + plugin version bump step to create and improve flowsagent-author: add Gotcha + plugin version bump step to create and improve flowsplugin-author: add Gotcha + patch bump step to UPDATE flow for non-version field changesscripts/check-manifests.sh: skip remote-sourced plugins (github/git/npm objects) in local path check1.0.2→1.0.6Commits
28ce4a2feat(marketplace): add mattpocock-skills remote plugin528ba05fix(marketplace-author): require version bump on every catalog mutation671725efix(skill-author): document plugin version bump in README5a6b2a4fix(agent-author): require plugin version bump after agent changes66e2e6afix(plugin-author): bump version on every UPDATE flow mutationc97e4a5fix(check-manifests): skip remote-sourced plugins in local path check