release-workflow
Installation
SKILL.md
Release Workflow
Follow these steps in order. Do not skip steps.
Pre-flight checks
Step 1: Verify all plugin versions are in sync
Run:
for p in plugins/*/.claude-plugin/plugin.json; do
echo "$p: $(node -e "console.log(JSON.parse(require('fs').readFileSync('$p','utf8')).version)")"
done
All versions must match the current marketplace version in .claude-plugin/marketplace.json.
If any are out of sync, fix them before proceeding and commit the fix separately.
Step 2: Validate plugin structure