quiz-me

quiz-me is a skill for Claude Code from jellydn/my-ai-tools. It costs 10 tokens per session (2,455 once invoked), scanned A, original, MIT.

A short quiz about a completed implementation, covering what changed, why it was built that way, and how it handles important cases.

In plain words
What is it for?
Use it after a complex feature to check knowledge of its files, architecture, edge cases, integration points, and trade-offs.
Why use it?
It reveals gaps in understanding before code review, handoff, or discussion with teammates.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: mentions Codex; built for cline; mentions OpenCode.

Good fit Use it after a complex feature to check knowledge of its files, architecture, edge cases, integration points, and trade-offs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jellydn/my-ai-tools/quiz-me
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 jellydn/my-ai-tools --skill quiz-me
Clone the repo
git clone --depth 1 https://github.com/jellydn/my-ai-tools

Made for: Claude Code.

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/jellydn/my-ai-tools/quiz-me/github.svg)](https://agentmods.dev/skills/jellydn/my-ai-tools/quiz-me)
Your own site
<a href="https://agentmods.dev/skills/jellydn/my-ai-tools/quiz-me"><img src="https://agentmods.dev/badge/skills/jellydn/my-ai-tools/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/jellydn/my-ai-tools/quiz-me"><img src="https://agentmods.dev/badge/skills/jellydn/my-ai-tools/quiz-me.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 10 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,455 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00010 $0.02455
Opus 5 $0.00005 $0.01228
Sonnet 5 $0.00002 $0.00491
Haiku 4.5 $0.00001 $0.00246

Measured 12d ago against content hash ecdb824fd0f7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, 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 12d 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.

configs/amp/plugins/my-ai-tools-skills/skills/quiz-me/SKILL.md · 318 lines

How it starts

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

Quiz Me

When to Use

Use this skill after implementation when:

  • You've completed a complex feature
  • Need to write a PR description
  • Want to verify understanding of changes
  • About to present work to team
  • Ensuring you stay "in the loop" with agent work

What It Does

The agent generates a quiz about the implementation to verify your understanding. This helps you:

  • Identify gaps in your knowledge
  • Prepare for code review discussions
  • Write better PR descriptions
  • Stay engaged with increasingly capable agents

How to Execute

Step 1: Scope the Quiz

Determine what to test:

  • Core architectural decisions
  • Key implementation details
  • Edge cases and error handling
  • Integration points
  • Trade-offs made

Step 2: Generate Questions

Create questions across difficulty levels:

Level 1 - Recall (What):

  • What did we implement?
  • What files were changed?
  • What are the main components?

Level 2 - Understanding (Why):

  • Why did we choose this approach?
  • Why not use [alternative]?
  • What problem does this solve?

Level 3 - Application (How):

  • How would you explain this to a reviewer?
  • How does this integrate with existing code?
  • How would you debug an issue here?

Level 4 - Analysis (Implications):

  • What are the trade-offs?
  • What could go wrong?
  • What would you change if requirements changed?

Step 3: Conduct Quiz (One Question at a Time)

Use the ask_user_question tool for each quiz question. Ask one question at a time — present it, wait for the answer, provide feedback, then move to the next. This makes the quiz feel like a conversation, not a test.

Flow for each question:

  1. Ask using ask_user_question with the question and options
  2. Read the answer the user selected or typed
  3. Provide feedback: tell them the correct answer, explain why, link to code
  4. Track correctness mentally (or note it)
  5. Proceed to the next question

Guidelines for using ask_user_question:

  • Set header to a short label (max 16 chars) like "Architecture", "Trade-offs", "Edge Cases"
  • Write a clear question with context and any hint references
  • Provide 2-4 concrete options — concise label (1-5 words) with descriptive description
  • After the user answers, give the correct answer with explanation and code references

Read the full file on GitHub · 318 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. 12d ago First seen · 318 lines · 10 tokens per session scan A ecdb824fd0f7

Subscribe to this mod's changes

quiz-me is a skill published in the GitHub repository jellydn/my-ai-tools (120 stars, last pushed yesterday), licensed MIT. It adds 10 tokens to every session and 2,455 once invoked, about $0.0001 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

book-recommender

A Chinese-language book recommendation and analysis skill that evaluates what books are about, whether they are worth reading, and how to read them.

unix2dos/skills · 38 tokens

history-autopsy

A structured overview of a major historical event or long-term historical process, covering its causes, development, results, and effects. It also connects the past to current events and adds memorable points for conversation.

unix2dos/skills · 33 tokens

learn-topic

A five-step lesson format for teaching a new subject to an experienced reader who is unfamiliar with that subject. It moves from an opening example through demonstration, explanation, guided practice, and independent practice with a self-check.

unix2dos/skills · 33 tokens

wisdom-decoder

A guided explanation skill for ideas from Buddhism, philosophy, and psychology. It presents a chosen topic in everyday language and connects it to practical actions, sources, and perspectives from other fields.

unix2dos/skills · 35 tokens

daily-knowledge

A daily knowledge prompt that gives one concise, non-repeated fact from a rotating range of subjects, such as science, history, psychology, or technology. It is designed for a short read and includes an explanation, a takeaway, a related fact, and wider context.

unix2dos/skills · 31 tokens

feynman-read

A guided reading exercise based on the Feynman learning method: explain difficult ideas in your own words, answer questions about them, and revise the article afterward. It works through a supplied article rather than automatically teaching an unspecified topic.

unix2dos/skills · 81 tokens