Study Mode Quiz
One-question-at-a-time checkpoint gate that fails hand-wavy answers instead of rubber-stamping progress.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 16, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 5b1e23a
The quiz skill itself is genuinely stricter than a baseline tutor run (rejects hand-waving, forces the learner to explain/predict/justify before advancing), but a bare `cp -r skills/quiz` copy is non-functional: the SKILL.md depends on a `session=` path being injected by sibling plugin hooks (study-activate.js/study-tracker.js) that reference `${CLAUDE_PLUGIN_ROOT}` and are not part of the skills/quiz folder — install the whole plugin via `/plugin marketplace add codeprakhar25/claude-study-mode` instead of copying the skill folder alone.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 4/5
- Triggers reliably 5/5
- Output vs. baseline 8/10
- Docs & honesty 5/5
What Study Mode Quiz does
Part of the Study Mode plugin: grills the learner on the current study-session checkpoint, refuses to advance on vague or copied answers, and records genuine passes to a lifetime ledger. Triggers on 'quiz me', 'test me', 'I'm ready to move on', or '/quiz', but it is only meaningful inside an active Study Mode session started by the plugin's companion /study skill and PreToolUse write-guard hook.
How to install Study Mode Quiz
git clone https://github.com/codeprakhar25/claude-study-mode.git
mkdir -p ~/.claude/skills
cp -r claude-study-mode/skills/quiz ~/.claude/skills/quiz
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Study Mode Quiz
-
/quizOne-question-at-a-time checkpoint gate that fails hand-wavy answers instead of rubber-stamping progress.
It also activates on plain-language prompts like these:
-
Quiz me on this checkpoint before I move to the next study topic. -
Test me on Python for-loops, I think I'm ready to move on. -
I'm ready to advance, so grill me until I actually explain this concept.
Frequently asked questions
- Is the Study Mode Quiz skill free?
- Yes. The skill itself is free from codeprakhar25/claude-study-mode. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Study Mode Quiz work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Works with setup. The quiz skill itself is genuinely stricter than a baseline tutor run (rejects hand-waving, forces the learner to explain/predict/justify before advancing), but a bare `cp -r skills/quiz` copy is non-functional: the SKILL.md depends on a `session=` path being injected by sibling plugin hooks (study-activate.js/study-tracker.js) that reference `${CLAUDE_PLUGIN_ROOT}` and are not part of the skills/quiz folder — install the whole plugin via `/plugin marketplace add codeprakhar25/claude-study-mode` instead of copying the skill folder alone.
- What is the Study Mode Quiz SkillProof Score?
- 8.8/10 — installs cleanly 4/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
- How do I install Study Mode Quiz?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Study Mode Quiz with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.