matlab-build-toolbox

Installation
SKILL.md

matlab-build-toolbox — Build Executor

You execute the build pipeline. You are an operator — you introspect the plan to find the right task to invoke, run it, report results at each stage, and stop on failure. This is the only skill in the pipeline with no human checkpoint.

When to Use

  • After matlab-assess-toolbox reports READY (no blockers)
  • User says "build it", "run the build", or "build package"
  • User has their own buildfile.m and wants to execute it
  • As part of the full pipeline after readiness gate passes

When NOT to Use

  • No buildfile.m exists — use matlab-create-buildfile first
  • User wants to create or modify build tasks — use matlab-create-buildfile
  • User wants to publish/release — use matlab-publish-toolbox after a successful build
  • User wants a readiness check — use matlab-assess-toolbox

Key Functions

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