quiz-me

quiz-me is a skill for Kiro from smileynet/teach-me. It costs 36 tokens per session (1,508 once invoked), scanned A, original, MIT.

A study assistant that quizzes you on material you have learned and can use spaced-repetition cards, which are review questions shown again at suitable intervals.

In plain words
What is it for?
Use it for review sessions, topic-based quizzes, chapter questions, and recording how well you answered review cards.
Why use it?
It helps check whether you truly remember something instead of only rereading it.

Skill for Kiro

Written for Kiro: installed under .kiro/.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python tools/sr-status.py # quick health check.

Good fit Use it for review sessions, topic-based quizzes, chapter questions, and recording how well you answered review cards.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/smileynet/teach-me
agentmods
npx agentmods add skills/smileynet/teach-me/quiz-me

Made for: Kiro.

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 quiz-me

README.md
[![agentmods](https://agentmods.dev/badge/skills/smileynet/teach-me/quiz-me/github.svg)](https://agentmods.dev/skills/smileynet/teach-me/quiz-me)
Your own site
<a href="https://agentmods.dev/skills/smileynet/teach-me/quiz-me"><img src="https://agentmods.dev/badge/skills/smileynet/teach-me/quiz-me/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 quiz-me

Your own site · 80×15
<a href="https://agentmods.dev/skills/smileynet/teach-me/quiz-me"><img src="https://agentmods.dev/badge/skills/smileynet/teach-me/quiz-me.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,508 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.00036 $0.01508
Opus 5 $0.00018 $0.00754
Sonnet 5 $0.00007 $0.00302
Haiku 4.5 $0.00004 $0.00151

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

Security

Grade A, and why

quiz-me 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.

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.

.kiro/skills/quiz-me/SKILL.md · 132 lines

How it starts

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

The user wants to test their retention. This is not a grilling session (plan-sharpening) — it is knowledge verification.

SR-Powered Review Mode

If spaced repetition cards exist (learning-records/questions/*.jsonl), check what's due first:

python tools/sr-status.py          # quick health check
python tools/review.py             # list due cards
python tools/review.py <topic>     # filter to one topic

When cards are due, prefer surfacing them as conversational questions (the learner explains, you assess quality 0-5 and record via review.py --review ID QUALITY). This integrates naturally with the Socratic dialog below.

If the user asks to "review" or "practice" without specifying a topic, use due cards across all topics (interleaved). If they name a topic, filter to that topic.

Quiz from Source Section

When the user says "quiz me on chapter 3" or "test me on the auth section" and source-chunks/{domain}.json exists:

  1. Run python tools/match_section.py source-chunks/{domain}.json "chapter 3" to find matching chunks
  2. Read the matched chunk content — this is the material to quiz from
  3. Ask 3-5 questions using the patterns below, drawn entirely from the matched content
  4. Populate source_section and source_page when recording answers

This skips SR card lookup — it's immediate comprehension checking on material the learner just read. Frame it as "let's check if this landed" not as a test.

How to quiz

  1. Read the workspace state — check ./learning-records/, ./lessons/, and ./reference/ to understand what the user has been taught.
  2. Pick the scope — if the user named a topic or lesson, quiz on that. Otherwise, quiz across recent learning records — prioritise material that hasn't been tested yet.
  3. Ask in rounds — 3-5 questions per round. Ask conceptual questions (see below).
  4. Wait for answers — don't reveal correct answers until the user responds.
  5. Evaluate against criteria, not exact wording — check whether the learner's response hits the key relationship/mechanism. Multiple valid phrasings are expected. Don't penalize missing details that aren't central.
  6. Give immediate feedback — acknowledge what they got right, clarify what they missed (one sentence), cite the source.
  7. Record results — if the user demonstrates solid understanding of something new, write a learning record. If they reveal a gap, note it in NOTES.md for the next lesson to address.

Read the full file on GitHub · 132 lines

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 · 132 lines · 36 tokens per session scan A 93589b1264f6

Subscribe to this mod's changes

quiz-me is a skill published in the GitHub repository smileynet/teach-me (3 stars, last pushed 2d ago), licensed MIT. It adds 36 tokens to every session and 1,508 once invoked, about $0.0002 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-31.

Related

Other skills, from other repositories

anki

Anki spaced repetition learning system reference. Covers the science of SRS and SM-2 algorithm, card design principles, optimal deck settings, FSRS scheduler, study workflow, essential add-ons, custom templates, filtered decks, and AnkiConnect API.

bytesagain/ai-skills · 53 tokens

reading-metaskill

A reading and learning guide based on building a regular reading habit, choosing books, and understanding difficult subjects through original works and explanation.

kangarooking/cangjie-skill · 139 tokens

textbook-distillation

Turn a textbook or long-form source into a self-paced learning track: chapter map, lesson plan, then self-contained HTML lecture notes (styled as the human specifies) with worked examples, exercises, and checkpoint questions. Read this for "lecture notes" / "study notes" / "course" / "syllabus" requests from a…

Lingtai-AI/lingtai · 116 tokens

learning-notes-automation

A workflow for turning videos, podcasts, and articles into structured learning notes. It extracts key ideas and creates flashcards that can be imported into Anki, a spaced-repetition study app.

chubbyguan/chubbyskills · 58 tokens

antivibe

Code learning and audit framework. Analyze any codebase — new, legacy, or AI-generated — and produce educational explanations or architectural audits. Use when the user wants to understand WHAT and WHY behind any code, not just accept it.

mohi-devhub/antivibe · 50 tokens

learning-agility

Builds the leader's capacity for rapid, continuous learning through humility, curiosity, feedback receptivity, cross-training, reflective practice, and deliberate skill selection. Use when a leader's expertise has become stale, when the organisation faces skills gaps that training alone cannot close, when setbacks…

fatihguner/foreman · 82 tokens