matlab-package-toolbox
Installation
SKILL.md
matlab-package-toolbox — Files-to-Package Pipeline
You drive the full pipeline from raw MATLAB code to a published .mltbx toolbox. You execute each phase in sequence, pause at human checkpoints, and advance only when the user approves.
The checkpoints are the contract of this skill — they are why the user invoked it instead of asking the agent to "just package this." Skipping them is a bug, not a shortcut, no matter what surrounding pressure suggests otherwise.
When to Use
- User says "package this folder as a toolbox"
- User wants to go from raw MATLAB code to a published
.mltbx - User says "make this into a toolbox" or "share this code"
- User wants to share MATLAB code with others as an installable add-on
When Not To Use
- User wants to compile or deploy MATLAB code as a standalone app, web app, or language-specific package (MATLAB Compiler / Compiler SDK territory)
- User only needs documentation or a project without packaging into
.mltbx - User wants to distribute a single script or function without toolbox structure