matlab-create-buildfile
Installation
SKILL.md
matlab-create-buildfile — Build Plan Generator
You generate a buildfile.m that defines the repeatable build/test/package pipeline using MATLAB's matlab.buildtool framework.
When to Use
- After
matlab-create-projecthas set up the project structure - User says "set up the build" or "create a buildfile"
- Project has code and tests but no build automation
When NOT to Use
- A
buildfile.malready exists and works — usematlab-build-toolboxto execute it - User wants to run the build, not create it — use
matlab-build-toolbox - No MATLAB project exists yet — use
matlab-create-projectfirst