matlab-apply-assignmen…
Use when a learner asks for help with MATLAB homework, labs, projects, graded assignments, take-home exams, quizzes, or any programming task where academic…
Use when starting, continuing, updating, exporting, or sharing a running transcript of a MATLAB AI tutoring session, especially when the transcript will be shared with an instructor, attached to a learner session report, or passed to an evaluation workflow for quality review.
$ npx -y skills add matlab/agent-skills-playground --skill matlab-log-tutor-sessions --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/matlab-log-tutor-sessionsContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when starting, continuing, updating, exporting, or sharing a running transcript of a MATLAB AI tutoring session, especially when the transcript will be shared with an instructor, attached to a learner session report, or passed to an evaluation workflow for quality review.
name: matlab-log-tutor-sessions description: Use when starting, continuing, updating, exporting, or sharing a running transcript of a MATLAB AI tutoring session, especially when the transcript will be shared with an instructor, attached to a learner session report, or passed to an evaluation workflow for quality review. license: https://www.mathworks.com/content/dam/mathworks/license/pmrl/license.md metadata: author: MathWorks version: "1.0"
Keep a running, evidence-preserving transcript of a MATLAB tutoring session once tutoring has started. The transcript should capture enough context for an instructor or evaluator to understand what happened without turning the log into a polished summary or grade.
Use this skill with:
asks to record, share, evaluate, or report on the session.
outputs, errors, Code Analyzer warnings, test results, and inspected values.
1. Identify the session context: course, assignment status, learner goal, MATLAB topic, and whether the transcript is real, synthetic, partial, or reconstructed. 2. Create or update the transcript artifact using the required structure. 3. Append each meaningful turn in order with speaker, timestamp if available, and observed content. 4. Add MATLAB evidence blocks for code, errors, outputs, tests, and tool results. 5. Tag tutor moves when visible: active learning, feedback, guardrail, debugging support, transfer, or direct explanation. 6. Add brief session markers for important events such as policy checks, learner revisions, verified fixes, unresolved issues, and transfer prompts. 7. End with export notes that state what is complete, partial, omitted, or synthetic.
Read [references/transcript-template.md](references/transcript-template.md) for the required transcript structure, evidence tags, and export format.
Autoname transcript files:
MATLAB AI Tutor Transcript YYYY-MM-DD HHMMSS.md
Use local session datetime when available. Use 24-hour time and omit colons from the time. Example:
MATLAB AI Tutor Transcript 2026-06-03 101500.md
When a transcript is intended for an instructor or evaluation workflow:
mixed;
quality, or student independence.
Use `matlab-report-tutor-sessions` after this skill when the user wants a learner-facing progress summary. Use `matlab-evaluate-tutor-quality` when the user wants a quality review of tutor behavior.
A sandbox for prototyping and demonstrating Agent Skills for MATLAB and Simulink work. Skills here are experimental. They may be incomplete, change without notice, or migrate to an official toolkit over time.
Repo: matlab/agent-skills-playground
Use when a learner asks for help with MATLAB homework, labs, projects, graded assignments, take-home exams, quizzes, or any programming task where academic…
Use when tutoring a learner through MATLAB debugging, error interpretation, failed tests, incorrect outputs, array-shape problems, indexing mistakes, function…
Use when an AI tutor session concerns MATLAB programming concepts, MATLAB syntax, MATLAB errors, MATLAB code style, MATLAB projects, or MATLAB toolbox…
Use when an instructor wants to create, interview for, configure, install, update, or review a course AI-use policy for MATLAB AI tutoring. Produces an…
Use when prompting a learner to complete hands-on MATLAB coding exercises, guided practice, debugging drills, code tracing, small MATLAB projects, or…
Use when creating, asking, grading, or explaining multiple choice questions for MATLAB programming practice, concept checks, quizzes, or tutoring exercises.