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-api spec 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-toolbox after dependencies are resolved
  • Initial project setup — use matlab-define-toolbox-api first to define the toolbox spec

Key Functions

Installs
13
GitHub Stars
692
First Seen
Jun 8, 2026
matlab-analyze-dependencies — matlab/matlab-agentic-toolkit