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-project has 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.m already exists and works — use matlab-build-toolbox to execute it
  • User wants to run the build, not create it — use matlab-build-toolbox
  • No MATLAB project exists yet — use matlab-create-project first

Inputs

Installs
11
GitHub Stars
692
First Seen
Jun 8, 2026
matlab-create-buildfile — matlab/matlab-agentic-toolkit