What it does
Reads a published post and drafts a short quiz (typically 3 to 5 questions) testing comprehension of its key points, with multiple-choice options and the correct answer marked, formatted for whatever quiz block or plugin the site uses. Questions are drawn only from facts stated in the post, never from outside knowledge the post didn't cover.
Install
This skill isn't packaged in an installable registry. It's a plain SKILL.md file you can copy directly. Copy it from the SKILL.md tab and save it at the path for your assistant:
Use it in your AI assistant
Claude Code
.claude/skills/quiz-generator/ (or ~/.claude/skills/quiz-generator/ for all projects)
GitHub Copilot (VS Code)
.github/skills/quiz-generator/
OpenAI Codex
.codex/skills/quiz-generator/
Cursor
.cursor/skills/quiz-generator/ (or ~/.cursor/skills/quiz-generator/ globally)
Compatibility
Works best with a quiz plugin or interactive content block already installed; without one, the skill outputs a plain-text quiz the user can format manually.
The complete SKILL.md for this skill:
---
name: quiz-generator
description: Use when a user wants a comprehension quiz built from a post to boost engagement or check reader understanding. Triggers on "make a quiz from this post", "add an interactive quiz", or "test readers on this content".
---
# Quiz Generator
## When to use
A published post covers enough distinct, checkable points that a short comprehension quiz would add engagement or reinforce learning, typically for how-to, educational, or reference content.
## Procedure
1. Read the post and identify 3 to 5 distinct facts or points explicit enough to quiz on; skip posts that are mostly opinion or narrative with little checkable content.
2. Write each question drawing only from what the post actually states, never from outside knowledge the post didn't cover.
3. For multiple-choice questions, write 3 to 4 options with exactly one correct answer, and make the incorrect options plausible rather than obviously wrong filler.
4. Mark the correct answer clearly and, where useful, add a one-line explanation referencing the part of the post it comes from.
5. Format the output for whatever quiz mechanism the site has (a quiz plugin's expected structure, or a plain question/answer list if none is installed).
## Guardrails
- Do not write a question whose answer isn't actually stated in the post; a quiz that tests knowledge the content never covered frustrates readers.
- Do not force a quiz onto a post that's mostly narrative or opinion with nothing concrete to check; say the post isn't a good fit instead.