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.
npx skills add SkillMedev/course-creator-launch-system --skill quiz-generatorgit clone --depth 1 https://github.com/SkillMedev/course-creator-launch-systemWrote 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.
[](https://agentmods.dev/skills/skillmedev/course-creator-launch-system/quiz-generator)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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.
- Topic and the specific objectives or content covered (required).
- Grade or level (required).
- Purpose: formative check, unit exam, or review/performance task (default: formative).
- 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).
- Known misconceptions in this topic (ask - these become distractors; if none supplied, derive them from typical partial understandings and label them as guesses).
- 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.
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.
- 8d ago First seen · 85 lines · 127 tokens per session scan A 62141593e1b9
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.
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.
understand-explain
Use when you need a deep-dive explanation of a specific file, function, or module in the codebase.
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.
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…
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.
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.