Quiz Generator

Bloom's-taxonomy-tagged mkdocs quizzes generated from your textbook chapters and learning graph

Works with setup

Test report

Verdict
Works with setup
Score
8.0/10
Tested
Jul 13, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 7635e32

Ran a live baseline-vs-skill quiz on a photosynthesis chapter: the skill version produced mkdocs-ready admonition questions with Bloom's-tagged, plausibility-checked distractors the plain baseline never attempted — but two workflow steps point to reference files that live in sibling skills (chapter-content-generator, book-installer) not included in a solo install, and the bundled README still markets a 'parallel execution' mode that SKILL.md v0.4 explicitly bans as a hard requirement.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 4/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 2/5

What Quiz Generator does

Reads a chapter, the course's learning graph, and glossary, then writes a multiple-choice quiz in mkdocs-material admonition format with quality distractors, Bloom's Taxonomy distribution, and teaching explanations. Triggers after chapter content and a learning graph both exist, for single-chapter or whole-textbook quiz generation.

How to install Quiz Generator

git clone https://github.com/dmccreary/claude-skills
cd claude-skills
mkdir -p ~/.claude/skills
cp -r skills/quiz-generator ~/.claude/skills/quiz-generator

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Quiz Generator

  • /quiz-generator Bloom's-taxonomy-tagged mkdocs quizzes generated from your textbook chapters and learning graph

It also activates on plain-language prompts like these:

  • Generate a multiple choice quiz for this chapter using our learning graph
  • Create a Bloom's taxonomy quiz from this textbook chapter and glossary
  • Build quizzes for every chapter of our intelligent textbook with distractors

Frequently asked questions

Is the Quiz Generator skill free?
Yes. The skill itself is free from dmccreary/claude-skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does Quiz Generator work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 13, 2026. Verdict: Works with setup. Ran a live baseline-vs-skill quiz on a photosynthesis chapter: the skill version produced mkdocs-ready admonition questions with Bloom's-tagged, plausibility-checked distractors the plain baseline never attempted — but two workflow steps point to reference files that live in sibling skills (chapter-content-generator, book-installer) not included in a solo install, and the bundled README still markets a 'parallel execution' mode that SKILL.md v0.4 explicitly bans as a hard requirement.
What is the Quiz Generator SkillProof Score?
8.0/10 — installs cleanly 4/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 2/5.
How do I install Quiz Generator?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Quiz Generator with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.