quiz

Generate adaptive mixed-format quizzes targeting weak concepts from progress files.

109|15|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/kirilxd/claude-tutor --skill quiz-kirilxd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quiz
Source: https://github.com/kirilxd/claude-tutor/tree/main/skills/quiz
Command: npx skills add https://github.com/kirilxd/claude-tutor --skill quiz-kirilxd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users assess their understanding of any topic by turning learning into interactive, adaptive quiz practice with immediate feedback and progress tracking.

Core Features & Use Cases

  • Mixed-format quizzes: Generates multiple choice, true/false, short answer, and fill-in-the-blank questions mapped to the user’s concepts.
  • Adaptive difficulty & weak-area targeting: Uses prior quiz history to adjust difficulty and focus on concepts where the user performs poorly.
  • Spaced repetition review support: Schedules and surfaces overdue concepts using SM-2 so practice becomes more effective over time.

Quick Start

Ask for a quiz by saying: quiz me on Kubernetes.

Frequently Asked Questions about quiz

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

FAQPage Schema
How do I test my knowledge using adaptive quizzes with spaced repetition?

Adaptive quizzes evaluate your understanding by generating mixed-format questions and using the SM-2 algorithm to schedule overdue concepts for review. The difficulty adjusts based on your prior quiz history to target weak areas effectively.

What quiz formats are supported for knowledge testing?

Knowledge testing includes multiple choice, true/false, short answer, and fill-in-the-blank questions. These mixed-format quizzes are mapped directly to your specific learning concepts to assess understanding thoroughly.

Can I generate a quiz without a prior learning plan?

Yes, you can generate a quiz without a prior learning plan. The workflow supports selecting the most relevant topic automatically, loading any existing progress, and targeting weak concepts even without a structured plan.

How does weak area targeting work during interactive feedback?

Weak area targeting uses your prior quiz history stored in local progress files to identify concepts where you perform poorly. The adaptive system then adjusts difficulty and focuses future questions on those specific weak areas.

Do I need specific files or directories to track quiz progress?

Quiz progress is tracked by reading and updating local files under the ~/.claude/learning/progress/ directory using exact schema fields. This allows the system to load prior progress and schedule spaced repetition reviews accurately.