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-toolbox produces 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-toolbox first
  • 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

Key Functions

Installs
10
GitHub Stars
692
First Seen
Jun 8, 2026
matlab-publish-toolbox — matlab/matlab-agentic-toolkit