← ClaudeAtlas

matlab-generate-grader-assessmentslisted

Generate MATLAB Grader assessment item sets. Use when the user asks to create MATLAB Grader assessment items, generate MATLAB assessment materials, build MATLAB homework assessment items, QTI 3 portable assessment items, or mentions "grader assessment items". Produces complete assessment item folders with description, solution, template, tests, Function call blocks, and optional QTI 3 interchange files.
matlab/agent-skills-playground · ★ 176 · Data & Documents · score 80
Install: claude install-skill matlab/agent-skills-playground
# MATLAB Grader Assessment Item Generator Generate complete MATLAB Grader assessment item sets in the current agent session. Each assessment item produces a subfolder with native artifact files (description, solution, template, tests) ready to paste into MATLAB Grader. Function assessment items also include `function_call.m` for MATLAB Grader's "Code to call your function" area. An optional QTI 3 interchange package can be created for portability and sharing. Terminology note: use "assessment item" in user-facing text. "Problem" may still appear only in legacy compatibility identifiers or when explaining older MATLAB Grader terminology. ## Input The user may have provided a learning objective in their request. If they did not, collect it in Step 1. ## Reference Files Before generating any artifacts, read the appropriate reference files from the `references/` directory alongside this skill: - `references/assessment-item-types.md` — assessment item type definitions, class assessments, output structure - `references/assessment-research.md` — research-informed formative and summative assessment method - `references/options-prompt.md` — how to generate assessment item options - `references/description-prompt.md` — how to generate descriptions (by assessment item type) - `references/solution-prompt.md` — how to generate solutions (by assessment item type) - `references/template-prompt.md` — how to generate templates (by assessment item type) - `references/function-call-promp