quiz

Community

Instant quizzes from conversations.

Authorantoniocascais
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill converts ongoing conversations into structured multiple-choice quizzes to gauge understanding, capture key decisions, and reinforce learning without manual note-taking.

Core Features & Use Cases

  • Automated question generation: Creates 3-10 MCQs with four options based on the current conversation context.
  • Question persistence and review: Writes the generated questions to a JSON file in /tmp/quiz_questions_<TIMESTAMP>.json and provides a separate quiz runner to collect results.
  • Interactive quiz runner: Launches an in-terminal quiz that prompts for answers, evaluates correctness, and saves results to /tmp/quiz_results_<TIMESTAMP>.json for later review.
  • Use Case: After a technical discussion, run this skill to produce a quick assessment for onboarding or knowledge checks.

Quick Start

  • Generate questions JSON and run the quiz: date +%s; python3 ~/.claude/skills/quiz/quiz.py /tmp/quiz_questions_$TIMESTAMP.json

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: quiz
Download link: https://github.com/antoniocascais/claude-code-toolkit/archive/main.zip#quiz

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.