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
.mlxfile to plain-text.m
When NOT to Use
- Regular scripts without rich formatting
- Function files
- MATLAB older than R2025a