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 an instructor wants to create, interview for, configure, install, update, or review a course AI-use policy for MATLAB AI tutoring. Produces an AI-POLICY.md file for LMS sharing and local tutoring-session enforcement by assignment guardrails.
$ npx -y skills add matlab/agent-skills-playground --skill matlab-create-ai-policy --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/matlab-create-ai-policyContext preview
The summary Claude sees to decide when to auto-load this skill.
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 AI-POLICY.md file for LMS sharing and local tutoring-session enforcement by assignment guardrails.
name: matlab-create-ai-policy description: 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 AI-POLICY.md file for LMS sharing and local tutoring-session enforcement by assignment guardrails. license: https://www.mathworks.com/content/dam/mathworks/license/pmrl/license.md metadata: author: MathWorks version: "1.0"
Interview an instructor to create a course-specific `AI-POLICY.md` file. The file should be suitable to upload to a learning management system, share with learners, and install locally for MATLAB AI tutoring sessions so assignment guardrails can enforce the instructor's rules.
Use this skill before a course pilot, when adopting the tutor for graded work, or when an instructor wants one policy that applies consistently across homework, labs, projects, quizzes, exams, and instructor-facing materials.
Run the interview in short rounds. Ask at most three questions at a time and summarize choices before generating the policy. If the instructor supplies a syllabus, assignment description, or existing policy, extract answers from it first and ask only about gaps.
Required policy requirements:
1. Course title, term, instructor, and contact or support path. 2. Course-wide AI-use stance: encouraged, allowed with limits, restricted, or prohibited except when explicitly authorized. 3. Rules by activity type: homework, labs, projects, quizzes, exams, take-home assessments, and instructor-facing content. 4. Allowed AI tutor help: concept explanations, analogous examples, debugging, code review, tests, reflection, transcript logs, and session reports. 5. Restricted AI tutor help: final solutions, full programs, answer keys, hidden test bypassing, unauthorized collaboration, and polishing work before a meaningful learner attempt. 6. Attribution requirements: whether learners must disclose tutor use, include prompts/transcripts, cite AI assistance, or submit session reports. 7. Data and privacy boundaries: what learners should avoid sharing. 8. Local enforcement level for MATLAB AI Tutor guardrails. 9. Effective date and review cadence.
Read [references/policy-interview.md](references/policy-interview.md) for the interview sequence, enforcement levels, and policy decision matrix.
Read [references/ai-policy-template.md](references/ai-policy-template.md) before writing `AI-POLICY.md`.
Read [references/policy-examples.md](references/policy-examples.md) when the instructor asks for examples, wants help choosing policy strictness, or needs calibrated wording for homework, labs, projects, quizzes, exams, or instructor-facing solution generation.
1. Interview the instructor until required policy requirements are known. 2. Summarize the interpreted policy choices and ask for confirmation when anything is ambiguous or high stakes. 3. Generate `AI-POLICY.md` in the current working directory unless the user specifies another writable course folder. 4. Use learner-facing language: clear, direct, and suitable for an LMS. 5. Include a "Local MATLAB AI Tutor Enforcement" section that assignment guardrails can read. 6. Include a "Policy Summary for Tutor Guardrails" block with compact rules for tutoring sessions. 7. Tell the user where the file was written and how to use it with the tutor.
directory.
look for `AI-POLICY.md` in the current working directory and apply it before general guardrail defaults.
course/session directory and state which file is active.
the task is graded or policy-constrained when unclear.
conservative" and write a clear placeholder for later revision.
This demo includes an example learner-facing policy at `assets/examples/ai-policy-intro-matlab-coached.md`, relative to the demo folder that contains `skills/` (not relative to this skill folder). Use it as a structural example only; replace the course name, activity rules, disclosure requirements, and local enforcement settings with the instructor's confirmed policy choices.
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 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.
Use when reviewing, auditing, scoring, or improving a real or synthetic MATLAB AI tutor transcript, tutoring prompt, generated lesson, exercise, feedback…