quiz-mastery

Generate quizzes from study materials, score answers, and update mastery records.

Updated Jun 1, 2026
One-click install
npx skills add https://github.com/atro2829-hub/APPLE-NET-NEW --skill quiz-mastery
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quiz-mastery
Source: https://github.com/atro2829-hub/APPLE-NET-NEW/tree/main/skills/quiz-mastery
Command: npx skills add https://github.com/atro2829-hub/APPLE-NET-NEW --skill quiz-mastery

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill turns learning materials and existing question files into structured quizzes, then scores answers and tracks what the user has actually mastered over time.

Core Features & Use Cases

  • Material to quiz: Extract knowledge points from PDFs, Word files, Markdown, and other study docs, then generate graded questions from them.
  • Question file import: Parse existing quiz files into a normalized question set for practice and review.
  • Answer evaluation: Auto-score objective questions, flag short answers for review, and return per-question feedback.
  • Mastery tracking: Maintain per-knowledge-point progress, difficulty levels, weak points, and spaced-review timing.
  • Review planning: Recommend what to revisit using Ebbinghaus intervals and recent weak-point history.
  • Use case: A student uploads lecture notes, gets a short practice set, answers in one round, and receives score plus follow-up review guidance.

Quick Start

Ask the skill to turn your study material into a short quiz and then score the answers after the user responds.

Frequently Asked Questions about quiz-mastery

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

FAQPage Schema
How do I generate quizzes from study materials like PDFs and Markdown?

The Skill applies spaced repetition by maintaining per-knowledge-point progress and using Ebbinghaus intervals. It identifies weak points and recommends what to revisit, ensuring targeted study review over time.

Can I import existing question files for practice and answer evaluation?

Yes, you can import existing question files. The Skill parses them into a normalized question set for practice, auto-scores objective answers, and flags short answers for manual review with per-question feedback.

How does mastery tracking work for knowledge points and weak points?

Mastery tracking works by storing progress in JSON-backed records. It updates per-knowledge-point difficulty levels, weak points, and spaced-review timing after each quiz, providing a clear picture of what you have mastered.

Does quiz generation require any specific dependencies or environment setup?

No external dependencies are required. The Skill operates using local parsing scripts, question generation prompts, and JSON-backed progress storage, making it self-contained for generating quizzes and tracking mastery.

What is the best way to plan study review using spaced repetition intervals?

The best way to plan study review is using the Skill's review planning feature. It applies Ebbinghaus intervals and recent weak-point history to recommend exactly what knowledge points to revisit next.