quizme

Generates and grades quiz questions about the current session's decisions and code changes.

13|1|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/vedang/dotagents --skill quizme-vedang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quizme
Source: https://github.com/vedang/dotagents/tree/main/claude/skills/quizme
Command: npx skills add https://github.com/vedang/dotagents --skill quizme-vedang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? After a long working session with an AI assistant, it is easy to lose track of why decisions were made and what actually changed. This Skill quizzes you on the session's work so you can verify your understanding before maintaining the code later. ## Core Features & Use Cases - Session-Based Question Generation: Writes 4-6 questions drawn from decisions, code changes, gotchas, and component relationships in the current session. - Mixed Question Formats: Combines multiple-choice questions (asked via the AskUserQuestion tool) with conversational free-text questions. - Grading with Pointers: Grades each answer as correct, partially correct, or incorrect, with explanations pointing back to the file, decision, or command it came from. - Use Case: After refactoring a module with your AI assistant, run the quiz to confirm you understand why the new structure was chosen and where the tricky edge cases live. ## Quick Start Ask the assistant to quiz you on what happened in this session.

Frequently Asked Questions about quizme

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I quiz myself on what happened in an AI coding session?

Invoke the quizme skill at the end of a session. It writes 4-6 questions about decisions, code changes, and gotchas, asks them via multiple-choice prompts and conversation, then grades each answer with pointers to the source.

What kinds of questions does a session quiz generate?

Questions cover why decisions were made, what changed in files and functions, surprises or constraints discovered, and how components connect. Formats mix multiple choice with plausible distractors and short free-text explanations.

Can I customize the quiz questions for my project?

Yes. If a .claude/quizme-prompt.md file exists in the project, the skill reads it first and follows its instructions over the built-in defaults, letting teams tailor question style or focus areas.

How are quiz answers graded?

Each answer receives a verdict of correct, partially correct, or incorrect, plus an explanation pointing to the file, decision, or command it came from. The skill ends with a one-paragraph overall assessment of strengths and gaps.

When should I not use a session quiz?

Skip it for trivial sessions with no meaningful decisions or changes, since questions are drawn from session content. It also cannot run autonomously because model invocation is disabled; the user must trigger it explicitly.