lesson-quiz

lesson-quiz is a skill for Claude Code from luongnv89/claude-howto. It costs 58 tokens per session (2,235 once invoked), scanned A, original, MIT.

A quiz for one Claude Code tutorial lesson, with 8 to 10 questions and scored feedback. Claude Code is a tool for working with code through a command line and related features.

In plain words
What is it for?
Testing lesson 01 through 10 before, during, or after study, scoring answers, and identifying weak areas.
Why use it?
It checks whether a learner understood a specific lesson instead of only showing that they read it. It also points out topics that may need review.

Skill for Claude Code

Written for Claude Code: effort in frontmatter. Also seen: mentions CLAUDE.md; mentions subagents; names the AskUserQuestion tool.

Good fit Testing lesson 01 through 10 before, during, or after study, scoring answers, and identifying weak areas.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/luongnv89/claude-howto/lesson-quiz
About the project

luongnv89/claude-howto is a visual, example-based guide to Claude Code, a coding tool that supports agents, hooks, skills, slash commands, and MCP servers. Developers use it to learn Claude Code through practical workflows and copyable templates, including the commands, agents, skills, plugins, and instructions catalogued here.

luongnv89/claude-howto · 41,443 stars · on GitHub · luongnv.com

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 luongnv89/claude-howto --skill lesson-quiz
Clone the repo
git clone --depth 1 https://github.com/luongnv89/claude-howto

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/luongnv89/claude-howto/lesson-quiz"><img src="https://agentmods.dev/badge/skills/luongnv89/claude-howto/lesson-quiz.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,235 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.00058 $0.02235
Opus 5 $0.00029 $0.01118
Sonnet 5 $0.00012 $0.00447
Haiku 4.5 $0.00006 $0.00224

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

Security

Grade A, and why

lesson-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 7d 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.

.claude/skills/lesson-quiz/SKILL.md · 198 lines

How it starts

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

Lesson Quiz

Interactive quiz that tests understanding of a specific Claude Code lesson with 8-10 questions, provides per-question feedback, and identifies areas to review.

Prerequisites

This skill requires:

  • The tutorial repo checked out, so the lesson directories 01-slash-commands/10-cli/ and each README.md are readable.
  • references/question-bank.md present in this skill (the source of all questions).

Before starting, confirm the target lesson's README.md exists. If it is missing, do not fabricate questions — warn the user and ask them to check the repository structure (see Error Handling).

Guardrails:

  • Never invent questions or answers. Ask only questions drawn from references/question-bank.md for the selected lesson; if the bank lacks entries for a lesson, say so rather than making them up.
  • Score accurately. Track which shuffled position holds the correct answer for every question and validate each response against it — never guess a score.
  • Confirm timing before scoring. The pre/during/after choice changes how results are framed; do not skip it.

Instructions

Step 1: Determine the Lesson

If the user provided a lesson as an argument (e.g., /lesson-quiz hooks or /lesson-quiz 03), map it to the lesson directory:

Lesson mapping:

  • 01, slash-commands, commands → 01-slash-commands
  • 02, memory → 02-memory
  • 03, skills → 03-skills
  • 04, subagents, agents → 04-subagents
  • 05, mcp → 05-mcp
  • 06, hooks → 06-hooks
  • 07, plugins → 07-plugins
  • 08, checkpoints, checkpoint → 08-checkpoints
  • 09, advanced, advanced-features → 09-advanced-features
  • 10, cli → 10-cli

If no argument was provided, present a selection prompt using AskUserQuestion:

Question 1 (header: "Lesson"): "Which lesson do you want to quiz on?" Options:

  1. "Slash Commands (01)" — Custom commands, skills, frontmatter, arguments
  2. "Memory (02)" — CLAUDE.md, memory hierarchy, rules, auto memory
  3. "Skills (03)" — Progressive disclosure, auto-invocation, SKILL.md
  4. "Subagents (04)" — Task delegation, agent config, isolation

Read the full file on GitHub · 198 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. 7d ago Changed faa945958ad5
  2. 13d ago First seen · 198 lines · 58 tokens per session scan A a707aef6e7a3

Subscribe to this mod's changes

lesson-quiz is a skill published in the GitHub repository luongnv89/claude-howto (41,443 stars, last pushed 6d ago), licensed MIT. It adds 58 tokens to every session and 2,235 once invoked, about $0.0003 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

docs-page

A long-form technical documentation page with a left navigation panel, a main article, and a right table of contents. A table of contents lists the page sections and links to them.

nexu-io/html-anything · 20 tokens

triton-ascend-reduce

An optimization guide for reduction operations, which combine many values into fewer values, such as sum, mean, maximum, softmax, or normalization.

mindspore-ai/akg · 213 tokens

triton-ascend-matmul

An optimization guide for matrix multiplication, the operation that combines rows and columns of numbers to produce a new matrix. It explains tiling, matrix-compute cores, memory limits, alignment, and core selection on Ascend devices.

mindspore-ai/akg · 162 tokens

triton-ascend-optimization

A general performance guide for Triton kernels on Ascend processors. It covers block sizes, grid layouts, core selection, memory alignment, automatic tuning, precision, and reduction patterns.

mindspore-ai/akg · 146 tokens

triton-ascend-elementwise

An optimization guide for element-wise operations, where each output value depends on the matching input value. It covers operations such as ReLU, sigmoid, arithmetic, casting, clamping, and copying on Ascend devices.

mindspore-ai/akg · 205 tokens

triton-ascend-attention

An optimization guide for Transformer attention, which turns query, key, and value tensors into context-aware outputs. It explains blocked computation, causal masking, and online softmax for Flash Attention.

mindspore-ai/akg · 122 tokens