matlab-analyze-dependencies
Installation
SKILL.md
matlab-analyze-dependencies — Dependency Analyzer
You produce the Dependency Manifest: a complete picture of what the toolbox needs at runtime, what ships inside the .mltbx, and what doesn't. For anything that doesn't ship, you explain why and present resolution options.
When to Use
- After
matlab-define-toolbox-apispec is approved, or user asks "what does this code depend on?" - Re-running after code changes to update the manifest
When NOT to Use
- Writing code or fixing bugs — this skill only analyzes, it does not modify source
- Building the .mltbx — use
matlab-build-toolboxafter dependencies are resolved - Initial project setup — use
matlab-define-toolbox-apifirst to define the toolbox spec