matlab-live-script
Installation
SKILL.md
MATLAB Plain Text Live Script Generator
This skill provides comprehensive guidelines for creating properly formatted MATLAB plain text Live Scripts. These scripts combine executable MATLAB code with rich text documentation in a single .m file.
When to Use This Skill
- Creating new MATLAB Live Scripts in plain text format
- Generating educational MATLAB content with explanations
- When the user requests .m files with documentation
- Converting code examples into Live Script format
- Creating tutorial or example scripts
Critical Rules
File Format
- ALWAYS use the .m suffix for plain text Live Scripts
- NEVER create .mlx scripts (binary format)
- MUST close every script with the required appendix