← ClaudeAtlas

matlab-generate-courselisted

Interview an instructor and generate a complete MATLAB and Simulink enabled course in IMS Common Cartridge format. Use when the user asks to create a MATLAB course, Simulink course, MATLAB and Simulink curriculum, MATLAB Course Designer-ready course shell, Common Cartridge course package, .imscc export, MATLAB Exercises with validated .m files, or Simulink Exercises with starter and solution model files. Coordinates IDStack, MATLAB Agentic Toolkit, Simulink Agentic Toolkit, matlab-create-course-activity, simulink-create-course-activity, and the existing matlab-generate-grader-assessments skill.
matlab/agent-skills-playground · ★ 176 · AI & Automation · score 80
Install: claude install-skill matlab/agent-skills-playground
# MATLAB Course Designer Create a complete MATLAB and Simulink enabled course package through an instructor interview. The final deliverable is an IMS Common Cartridge `.imscc` file plus reviewable source artifacts for the instructor. The generated course must conform to the MATLAB Course Designer organization model: one course contains one or more ordered modules, and each module contains one or more ordered learning activities. Preserve this hierarchy in all intermediate artifacts so future API work can create MATLAB Course Designer course instances directly. Use the public MATLAB Course Designer documentation as the source for this hierarchy: <https://www.mathworks.com/help/matlab-and-simulink-online-courses/matlab-course-designer.html>. Do not hand-roll workflows that already exist in prerequisite skills: - Use IDStack for instructional design pipeline work and Common Cartridge export. - Use the MATLAB Agentic Toolkit for MATLAB activity, code, data, validation, and live-script-ready guidance. - Use the `matlab-create-course-activity` skill to create Course Designer-ready MATLAB Exercise folders by wrapping `matlab-generate-grader-assessments` output and validating generated `.m` files with MATLAB MCP Server tool calls. - Use the Simulink Agentic Toolkit for Simulink model activity design, model validation, and testing guidance. - Use the `simulink-create-course-activity` skill to create Course Designer-ready Simulink Exercise folders with starter and soluti