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-toolboxreports READY (no blockers) - User says "build it", "run the build", or "build package"
- User has their own
buildfile.mand wants to execute it - As part of the full pipeline after readiness gate passes
When NOT to Use
- No
buildfile.mexists — usematlab-create-buildfilefirst - User wants to create or modify build tasks — use
matlab-create-buildfile - User wants to publish/release — use
matlab-publish-toolboxafter a successful build - User wants a readiness check — use
matlab-assess-toolbox