Quiz Generator

Quiz Generator is a skill for Claude Code, Codex from SkillMedev/course-creator-launch-system. It costs 127 tokens per session (1,276 once invoked), scanned A, original, MIT.

A quiz and assessment-writing guide that creates questions across Bloom's levels, uses answer choices based on likely misunderstandings, and includes an answer key with explanations. Bloom's levels describe increasingly complex kinds of thinking, from remembering facts to creating or evaluating ideas.

In plain words
What is it for?
Use it to create formative checks, unit tests, or review questions with a chosen number, time limit, format, difficulty mix, likely misconceptions, points, and explanations.
Why use it?
It prevents quizzes from testing only recall with implausible answer choices. The results can reveal misconceptions and give the teacher information to act on.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create formative checks, unit tests, or review questions with a chosen number, time limit, format, difficulty mix, likely misconceptions, points, and explanations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/skillmedev/course-creator-launch-system/quiz-generator
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add SkillMedev/course-creator-launch-system --skill quiz-generator
Clone the repo
git clone --depth 1 https://github.com/SkillMedev/course-creator-launch-system

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Quiz Generator

README.md
[![agentmods](https://agentmods.dev/badge/skills/skillmedev/course-creator-launch-system/quiz-generator/github.svg)](https://agentmods.dev/skills/skillmedev/course-creator-launch-system/quiz-generator)
Your own site
<a href="https://agentmods.dev/skills/skillmedev/course-creator-launch-system/quiz-generator"><img src="https://agentmods.dev/badge/skills/skillmedev/course-creator-launch-system/quiz-generator/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for Quiz Generator

Your own site · 80×15
<a href="https://agentmods.dev/skills/skillmedev/course-creator-launch-system/quiz-generator"><img src="https://agentmods.dev/badge/skills/skillmedev/course-creator-launch-system/quiz-generator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 127 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,276 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00127 $0.01276
Opus 5 $0.00063 $0.00638
Sonnet 5 $0.00025 $0.00255
Haiku 4.5 $0.00013 $0.00128

Measured 8d ago against content hash 62141593e1b9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

Quiz Generator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/quiz-generator/SKILL.md · 85 lines

How it starts

The opening of the file, as written. The whole thing — 85 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Quiz Generator

A well-constructed quiz is a learning event, not just a measuring event. The costly failure this skill prevents is the all-recall quiz with throwaway distractors: it reports high scores while misconceptions calcify undetected, and the teacher learns nothing actionable from the results.

Operating procedure

Step 1: Gather inputs

Collect before writing any question. Where the user cannot answer, use the default and label assumptions as guesses.

  1. Topic and the specific objectives or content covered (required).
  2. Grade or level (required).
  3. Purpose: formative check, unit exam, or review/performance task (default: formative).
  4. Question count and time budget (default: 10 questions; budget roughly 1 minute per multiple-choice item, 3-5 per short answer, 10+ per constructed response).
  5. Known misconceptions in this topic (ask - these become distractors; if none supplied, derive them from typical partial understandings and label them as guesses).
  6. Format constraints: paper vs digital, calculator allowed, open notes.

Step 2: State the Bloom's distribution before writing questions

Bloom's six levels, lower to higher order: Remember, Understand, Apply, Analyze, Evaluate, Create. Declare the target mix first; do not drift toward all-recall by default.

  • Formative quiz: covers Remember through Apply - roughly 40% Remember/Understand, 60% Apply.
  • Unit exam: must reach Analyze and Evaluate - no more than 50% of points on Remember/Understand.
  • Performance/review task: Evaluate and Create dominate.

Red line: if every question is Remember-level, the quiz measures memorization only - rebalance before proceeding.

Step 3: Match question type to level

  • Multiple choice: efficient for Remember and Understand; use sparingly for Apply and above.
  • Short answer: versatile across Apply, Analyze, Evaluate.
  • Constructed response / scenario-based: best for Analyze and above.
  • True/false: low signal - diagnostic pre-checks only, never graded summative work.

Read the full file on GitHub · 85 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 85 lines · 127 tokens per session scan A 62141593e1b9

Subscribe to this mod's changes

Quiz Generator is a skill published in the GitHub repository SkillMedev/course-creator-launch-system (1 stars, last pushed 2mo ago), licensed MIT. It adds 127 tokens to every session and 1,276 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

creative-commons-explainer

Explains a specific Creative Commons licence in plain language, telling a media professional exactly what they can and cannot do with the licensed content — including attribution requirements, commercial use rules, and derivative work restrictions.

ur-grue/autopunk-media-skills · 47 tokens

understand-explain

Use when you need a deep-dive explanation of a specific file, function, or module in the codebase.

Egonex-AI/Understand-Anything · 27 tokens

baoyu-comic

A tool for creating original educational comics that explain knowledge or ideas through multiple illustrated panels. It supports different art styles and tones and can create several comics in one batch.

JimLiu/baoyu-skills · 61 tokens

skill-creation-walkthrough

Step-by-step guide for creating your own Claude Skills, from deciding whether a skill is the right tool to writing the SKILL.md file, structuring reference material, and making it trigger reliably. Use when you want to package a workflow, framework, or repeated task into a reusable Skill, when an existing skill is not…

rampstackco/claude-skills · 135 tokens

elixir-idioms

OTP/BEAM patterns and Elixir idioms — GenServer, Supervisor, Task, Registry, pattern matching, with chains, pipes. Use when designing processes or debugging BEAM issues.

oliver-kriska/claude-elixir-phoenix · 44 tokens

master-debate

A skill for running an adversarial, multi-round debate between two Buddhist teachers. It is designed for questions where the teachers argue from different positions.

xr843/Master-skill · 127 tokens