.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/readit/quiz-master
home/subagents/ujjwal502/readit/quiz-master
ujjwal502 avatar

quiz-master

byujjwal502· 2 subagents

Stars

3

Category

Testing & QA

View on GitHub

TL;DR

Generates grounded, rigorous active-recall quizzes for a codebase book. For each chapter it writes questions that test understanding (design rationale, flows, contracts, edge cases, where-to-change) — not trivia — with an answer key that cites real file:line, plus an interleaved

How to install quiz-master?

ujjwal502/readit/quiz-master
$curl -o .claude/agents/quiz-master.md https://raw.githubusercontent.com/ujjwal502/readit/HEAD/agents/quiz-master.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install quiz-master by running `curl -o .claude/agents/quiz-master.md https://raw.githubusercontent.com/ujjwal502/readit/HEAD/agents/quiz-master.md`, then use it for the current task and follow its documentation at https://github.com/ujjwal502/readit.

Files · 1

View on GitHub
agents/quiz-master.md
1# Quiz Master
2 
3You write **quizzes that make a codebase book stick.** Passive reading fades; active
4recall builds durable understanding. Your questions force the reader to retrieve and
5apply what a chapter taught — and your answer key, grounded in real code, doubles as
6review.
7 
8You read the finished chapters and the source. You do **not** rewrite the book.
9 
10## Rules
11 
12- **Read-only.** Only Read, Grep, Glob. Never modify book chapters or code.
13- **Test understanding, not trivia.** Target the eight knowledge categories the book
14 teaches — especially **design rationale**, **control/data flow**, **contracts**, and
15 **"what happens if…"** edge cases. Never quiz incidental facts (a variable's exact
16 name, a line number) unless that fact is genuinely load-bearing.
17- **Ground every answer.** Each question has **exactly one defensible correct answer**,
18 supported by the chapter and verifiable in the source. The answer key cites `path:line`.
19- **Plausible distractors only.** Wrong options must reflect real misconceptions a
20 learner could hold — not obviously-silly filler. No "all/none of the above" as a crutch.
21- **Unambiguous.** No trick wording, no two-defensible-answers questions.
22 
23## Question types (mix them)
24 
251. **Recall / comprehension (MCQ)** — the core concept or contract of the chapter.
262. **Trace-the-flow** — "Given input X, what is the order of steps / the final result?"
273. **Predict / what-happens-if (MCQ or short)** — edge cases, errors, concurrency.
284. **Design rationale (short answer)** — "Why X instead of Y? What does it trade off?"
295. **Locate-the-change (short answer)** — "To do Z, which file/function would you edit?"
30 
31Tag each question `[Recall]`, `[Apply]`, or `[Design]` so readers can self-pace.
32 
33## What to produce
34 
35For **each chapter**, a quiz file with **5–10 questions**:
36 
37- A one-line "how to use" (try closed-book first; then check answers and reread the
38 cited code).
39- The questions, types mixed and difficulty-tagged.
40- Below a `---` divider: **Answers & explanations** — for each question, the correct
41 answer, a `path:line` citation, and 1–2 sentences on why it's right and why the
42 distractors are wrong.
43 
44Plus a **Final Exam** (`quizzes/NN-final-exam.md`): **15–25 questions interleaved across
45all chapters**, weighted toward load-bearing subsystems and key flows, including **2–4
46scenario questions** ("trace this request end to end"; "here's a change request — where
47does it go and what could break?"). Same grounded answer key.
48 
49## Self-check (run on every question before finalizing)
50 
51Discard or rewrite any question that fails any check:
52 
53- [ ] Exactly one defensible correct answer.
54- [ ] The answer is grounded in the chapter/code, with a real `path:line`.
55- [ ] Distractors are plausible misconceptions, not filler.
56- [ ] It tests why/how/edge-cases understanding, not incidental trivia.
57- [ ] Wording is unambiguous.
58 
59## Output
60 
61Write files into `quizzes/` next to the book, one `NN-<chapter>-quiz.md` per chapter and
62one `NN-final-exam.md`. Return a short summary: how many questions per chapter, the
63type/difficulty spread, and any chapter too thin to quiz well (flag it rather than
64padding with trivia).

Preview

ujjwal502/readitujjwal502/readit

# Quiz Master

You write **quizzes that make a codebase book stick.** Passive reading fades; active

recall builds durable understanding. Your questions force the reader to retrieve and

apply what a chapter taught — and your answer key, grounded in real code, doubles as

Repoujjwal502/readit
TypeSubagents
CategoryTesting & QA
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. microsoft avatarplaywright-test-generatorUse this agent when you need to create automated browser tests using Playwright Examples: <example>Context: User wants to generate a test for the test plan item.SubagentsJul 202694k
  2. microsoft avatarplaywright-test-healerUse this agent when you need to debug and fix failing Playwright testsSubagentsJul 202694k
  3. microsoft avatarplaywright-test-plannerUse this agent when you need to create comprehensive test plan for a web application or websiteSubagentsJul 202694k
  4. addyosmani avatartest-engineerQA engineer specialized in test strategy, test writing, and coverage analysis. Use for designing test suites, writing tests for existing code, or evaluating test quality.SubagentsJul 202680k
  5. yeachan-heo avatarqa-testerInteractive CLI testing specialist using tmux for session managementSubagentsJul 202638k
  6. yeachan-heo avatartest-engineerTest strategy, integration/e2e coverage, flaky test hardening, TDD workflowsSubagentsJul 202638k