Content & Site Intelligence Custom Skills · Curated

Quiz Generator

Turns a post into a short interactive comprehension quiz outline for readers.

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.