matlab-create-live-script

Installation
SKILL.md

Live Scripts

Plain-text .m files that render as rich documents in the MATLAB Live Editor. Version-control friendly — never use binary .mlx.

When to Use

  • Tutorials, reports, analysis notebooks, or documentation
  • Interactive exploration with inline figures and equations
  • Version-controlled content (plain-text .m, not binary .mlx)
  • Converting an existing binary .mlx file to plain-text .m

When NOT to Use

  • Regular scripts without rich formatting
  • Function files
  • MATLAB older than R2025a

Converting from .mlx

Installs
77
GitHub Stars
920
First Seen
May 11, 2026
matlab-create-live-script — matlab/matlab-agentic-toolkit