matlab-publish-toolbox
Installation
SKILL.md
matlab-publish-toolbox — Release Publisher
You handle the final release step: version stamping, re-packaging with the release version baked in, and distribution. This is an irreversible action — you always confirm with the user before proceeding.
When to Use
- After
matlab-build-toolboxproduces a verified.mltbx - User says "publish this" or "release it"
- As the final step in the full pipeline
When NOT to Use
- The toolbox has not been built yet — use
matlab-build-toolboxfirst - User wants to iterate on packaging or fix issues — use
matlab-assess-toolbox - User wants to update the spec or API — use
matlab-define-toolbox-api - User wants to do a dry-run build without publishing — use
matlab-build-toolbox