study-quiz

study-quiz is a skill for Claude Code, Codex from 2362094903-ops/study-assistant-skills. It costs 132 tokens per session (1,348 once invoked), scanned A, original, MIT.

A quiz and grading workflow for learners who provide exam questions, request a test, submit answers, or review mistakes. It creates question banks, quizzes, grading reports, and a record of recurring errors.

In plain words
What is it for?
Use it to generate practice tests, grade submitted answers, search for school-style questions, publish quiz pages, and maintain a mistake book.
Why use it?
It keeps questions and learner progress organized while matching future quizzes to the available source material and exam style.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths.

Good fit Use it to generate practice tests, grade submitted answers, search for school-style questions, publish quiz pages, and maintain a mistake book.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/2362094903-ops/study-assistant-skills/study-quiz
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add 2362094903-ops/study-assistant-skills --skill study-quiz
Clone the repo
git clone --depth 1 https://github.com/2362094903-ops/study-assistant-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for study-quiz

README.md
[![agentmods](https://agentmods.dev/badge/skills/2362094903-ops/study-assistant-skills/study-quiz/github.svg)](https://agentmods.dev/skills/2362094903-ops/study-assistant-skills/study-quiz)
Your own site
<a href="https://agentmods.dev/skills/2362094903-ops/study-assistant-skills/study-quiz"><img src="https://agentmods.dev/badge/skills/2362094903-ops/study-assistant-skills/study-quiz/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for study-quiz

Your own site · 80×15
<a href="https://agentmods.dev/skills/2362094903-ops/study-assistant-skills/study-quiz"><img src="https://agentmods.dev/badge/skills/2362094903-ops/study-assistant-skills/study-quiz.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 132 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,348 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00132 $0.01348
Opus 5 $0.00066 $0.00674
Sonnet 5 $0.00026 $0.00270
Haiku 4.5 $0.00013 $0.00135

Measured 10d ago against content hash 599c253e8f27, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

study-quiz scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/bank.py, scripts/build_quiz.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

study-quiz/SKILL.md · 124 lines

How it starts

The opening of the file, as written. The whole thing — 124 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Quizzing & Grading

Output language: ALL learner-facing content MUST be Simplified Chinese.

Never leak answers before the learner attempts. Durable quiz artifacts are files; conversation is for source-choice confirmation, grading, and next-step guidance.

File and source standards

The question bank is course-level:

<study-dir>/question-bank/question-bank.json

Never create per-chapter banks. Legacy <study-dir>/question-bank.json is accepted only for old workspaces.

Generated files:

  • quiz JSON: <study-dir>/internal/quizzes/<date>-<topic>.json
  • learner HTML: <study-dir>/open/quizzes/<date>-<topic>.html, produced with build_quiz.py --publish <study-dir>
  • exam profile: <study-dir>/internal/state/exam-style.md
  • mistake book: <study-dir>/internal/state/mistakes.md
  • reports: <study-dir>/internal/reports/

Quiz HTML supports LaTeX $...$ / $$...$$ through MathJax. Use LaTeX for real formulas; Unicode math is fine for short inline expressions.

Source priority

  1. User-uploaded real papers/questions are the gold standard.
  2. If the user has not uploaded questions, ask whether they want to upload questions or let AI search the web.
  3. If the user chooses web search, confirm school, subject/name/code, and year range first. Source priority: official syllabus/sample papers > prep-institution compilations > forum recollections.
  4. Web-sourced material must carry URLs and confidence labels. If real papers arrive later, re-analyze and override web-sourced assumptions.

Bank-first workflow

Before writing questions, inspect the bank:

python3 ~/.claude/skills/study-quiz/scripts/bank.py <study-dir> list --point 3.1.2 3.1.3
python3 ~/.claude/skills/study-quiz/scripts/bank.py <study-dir> stats --point 3.1.2 3.1.3
python3 ~/.claude/skills/study-quiz/scripts/bank.py <study-dir> get Q0003 Q0007

Prefer unused or least-used entries. For repeat practice, adapt numbers/scenarios instead of reusing verbatim. Write brand-new questions only for uncovered points or when uploaded/web sources add better exam-style material.

Read the full file on GitHub · 124 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 124 lines · 132 tokens per session scan A 599c253e8f27

Subscribe to this mod's changes

study-quiz is a skill published in the GitHub repository 2362094903-ops/study-assistant-skills (18 stars, last pushed 1mo ago), licensed MIT. It adds 132 tokens to every session and 1,348 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

agent-tutor

Turn any coding agent into a structured personal tutor with a markdown knowledge vault. Interviews the learner to build a personal learning profile (how they think, which explanations they receive best, tone and pace preferences), builds a phased plan shaped by that profile, writes complete lesson notes in the…

Mohamed-El-Sharqawy/agent-tutor · 125 tokens

agent-tutor-visualize

Build diagrams and visual explanations for learning notes - Mermaid diagram selection and syntax rules plus SVG illustration guidelines for lesson notes in a markdown vault. Use when a concept needs a picture such as flows, hierarchies, timelines, comparisons, or spatial layouts, and when creating or embedding…

Mohamed-El-Sharqawy/agent-tutor · 67 tokens

agent-tutor-review

Spaced-repetition review sessions and retention tracking for subjects learned with the agent-tutor skill. Recall-first practice over lesson notes, adaptive FSRS-style interval scheduling (uncapped by default), honest retention verdicts, and a mixed mini-quiz per session. Use when the user wants to revise or practice…

Mohamed-El-Sharqawy/agent-tutor · 84 tokens

doceo

Turn anything the user wants to learn into a short, visual, plain-language teachable artifact (one HTML lesson page + a markdown lesson note), calibrated to what they already know and improving with every use. Use when the user runs /doceo, says "teach me X", "I don't understand X", "explain this simply", "make this…

eugeniughelbur/doceo · 90 tokens

knowledge-point-tree

Build a flat, exhaustive "point tree" of every enumerable knowledge point in a bounded body of material (a textbook, a certification syllabus, a spec, an API surface, a legal code), so a learner facing a brand-new field can see the whole board at once instead of drowning in unknown unknowns. Use this whenever someone…

SYQ1001/knowledge-point-tree · 191 tokens

codetrain

Use when the user wants to be taught/walked through code one tiny step at a time — triggers like "teach me this code", "walk me through this", "hold my hand", "explain step by step", "tutor me", "guide me through", "I want to learn this", or asks for a safe practice exercise to learn a concept.

InferHaven/agent-skills · 78 tokens