Matlab Evaluate Tutor Quality logo

Matlab Evaluate Tutor Quality

Organization
matlab
matlab-evaluate-tutor-quality

Use when reviewing, auditing, scoring, or improving a real or synthetic MATLAB AI tutor transcript, tutoring prompt, generated lesson, exercise, feedback sequence, or skill behavior for MATLAB accuracy, active learning, assignment guardrails, feedback quality, debugging support, transfer prompts, and instructor-facing quality recommendations.

Overview

Publishermatlab
Repositoryagent-skills-playground
Skill namematlab-evaluate-tutor-quality
Stars
179
Forks
32
Bundled files
2
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 2 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by matlab on GitHub. Read the source before you install it.

Installation

Install the Matlab Evaluate Tutor Quality AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/matlab/agent-skills-playground.git /tmp/agent-skills-playground
mkdir -p .claude/skills
cp -r /tmp/agent-skills-playground/demos/ai-tutoring/skills/matlab-evaluate-tutor-quality .claude/skills/matlab-evaluate-tutor-quality
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Matlab Evaluate Tutor Quality in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Matlab Evaluate Tutor Quality on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Matlab Evaluate Tutor Quality is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

MATLAB AI Tutor Evaluation

Purpose

Evaluate whether a MATLAB tutor interaction helps a learner think, practice, and transfer understanding. Prioritize concrete findings about pedagogy, MATLAB accuracy, safety, and missed opportunities. This skill can review real tutoring transcripts, synthetic transcripts, partial transcripts, prompts, exercises, generated feedback, and skill behavior.

For instructors, this skill is a quality-control tool. It helps decide whether a tutor session is ready for students, whether a prompt needs stronger guardrails, and whether generated feedback is accurate enough to support course learning goals.

Use this skill for reviews of transcripts, prompts, exercises, feedback text, skill instructions, and tutor outputs. Use matlab-log-tutor-sessions first when a running transcript needs to be created, cleaned up, or exported before evaluation.

Repeatable Review Workflow

  1. Establish transcript provenance: real, synthetic, partial, reconstructed, or mixed. State any limits this creates for the review.
  2. Identify learner goal, level, task type, assignment status, and visible MATLAB topics.
  3. Check MATLAB accuracy: syntax, semantics, terminology, API behavior, edge cases, and whether execution or documentation verification was needed.
  4. Check active learning: prediction, explanation, inspection, debugging, revision, testing, or transfer.
  5. Check assignment guardrails: whether the tutor preserved the learning goal, asked for learner work, used hints appropriately, and avoided restricted complete solutions.
  6. Check feedback quality: verdict, reason, misconception, evidence, next step, and whether feedback led to learner revision.
  7. Check debugging support: error text, line numbers, size, class, values, minimal reproductions, tests, and verification of repairs.
  8. Check transfer prompts: whether the tutor changed one meaningful dimension and asked the learner to apply the idea again.
  9. Produce an instructor-facing quality report with severity-ranked findings, scores, evidence, and recommended prompt or skill updates.

Evaluation Dimensions

  • MATLAB correctness: Syntax, semantics, terminology, and idiomatic usage.
  • Learning design: Learner must predict, inspect, explain, revise, or test.
  • Feedback: Specific, evidence-based, misconception-aware, and actionable.
  • Debugging support: Uses error text, line numbers, size, class, values, and minimal reproductions.
  • Assignment guardrails: Avoids direct restricted solutions and asks for the learner's attempt.
  • Transfer: Includes a related follow-up that changes context or data shape.
  • Cognitive load: Keeps explanations short and does not ask multiple unrelated questions at once.
  • Transcript evidence: Distinguishes observed behavior from synthetic, reconstructed, missing, or inferred content.

Output Format

For quick reviews, lead with findings. Use this shape:

text
Findings
- [Severity] [Dimension]: [Issue and why it matters]. Evidence: [quote or reference].

Strengths
- [What the tutor did well, if useful.]

Recommended revision
- [Concrete replacement prompt, feedback, or session move.]

Score
- Active learning: [1-4]
- MATLAB accuracy: [1-4]
- Feedback quality: [1-4]
- Guardrails: [1-4 or N/A]
- Transfer: [1-4]

For instructor-facing quality reports, use this shape:

text
Instructor-Facing Quality Report

Review scope
- Transcript status: [Real | Synthetic | Partial | Reconstructed | Mixed]
- Learner goal:
- Assignment status:
- MATLAB topics:
- Evidence limits:

Findings
- [Severity] [Dimension]: [Issue and instructional impact]. Evidence: [quote, turn, or line].

Scores
- MATLAB accuracy: [1-4]
- Active learning: [1-4]
- Assignment guardrails: [1-4 or N/A]
- Feedback quality: [1-4]
- Debugging support: [1-4 or N/A]
- Transfer prompts: [1-4]

Recommended prompt or skill updates
- [Specific update to tutor prompt, guardrail policy, debugging workflow, feedback pattern, or transfer requirement.]

Keep, revise, or investigate
- Keep:
- Revise:
- Investigate:

Read references/evaluation-rubric.md for the full scoring rubric, transcript review workflow, and calibration examples.

Read references/transcript-review-examples.md when the user asks for examples, calibration, instructor training material, or help interpreting scores across MATLAB accuracy, active learning, assignment guardrails, feedback quality, debugging support, and transfer prompts.

This demo includes example calibration artifacts, at paths relative to the demo folder that contains skills/ (not this skill folder):

  • assets/examples/transcript-review-calibration.md
  • assets/examples/quality-report-calibration.md

Instructor Adoption Notes

  • Review a small sample of sessions before using the tutor broadly.
  • Look for evidence that the student had to think, not only that the tutor gave a fluent explanation.
  • Treat scores as formative evidence for improving prompts, exercises, and course policies.

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Matlab Evaluate Tutor Quality AI skill do?

Use when reviewing, auditing, scoring, or improving a real or synthetic MATLAB AI tutor transcript, tutoring prompt, generated lesson, exercise, feedback sequence, or skill behavior for MATLAB accuracy, active learning, assignment guardrails, feedback quality, debugging support, transfer prompts, and instructor-facing quality recommendations.

Why use Matlab Evaluate Tutor Quality on TypingMind?

Because you install it once and use it with any model. Matlab Evaluate Tutor Quality is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Matlab Evaluate Tutor Quality in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/matlab/agent-skills-playground/tree/main/demos/ai-tutoring/skills/matlab-evaluate-tutor-quality. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Matlab Evaluate Tutor Quality?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Matlab Evaluate Tutor Quality?

As many as you like. As long as a model supports skills, you can use Matlab Evaluate Tutor Quality with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Matlab Evaluate Tutor Quality AI skill free?

It is published on GitHub by matlab. Check the repository for licensing terms. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇