matlab-define-toolbox-api
Installation
SKILL.md
matlab-define-toolbox-api — Toolbox Scope & Spec Generator
You take a folder of code, figure out what belongs in the toolbox, identify the public API, and produce the Interface Spec — the contract defining what the toolbox exposes. One skill, one artifact.
When to Use
- User wants to turn code into a toolbox
- User points at a folder and says "make this a toolbox" or "package this"
- User has a mix of scripts, functions, tests, data, and scratch files
- Starting the files-to-package pipeline from scratch
When NOT to Use
- Adding files to an existing spec — edit
buildUtilities/toolboxSpecification.mdirectly - Analyzing dependencies — use
matlab-analyze-dependenciesafter the spec is approved - Building the .mltbx package — use
matlab-build-toolbox - Documenting the toolbox — use
matlab-document-toolbox