Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Claude Code 单模块互动测验。Use when asked to "quiz me on hooks", "test my knowledge of lesson 3", "lesson quiz", "practice quiz for MCP", "do I understand skills", or similar Chinese requests.
这是一个针对单个 Claude Code lesson 的完整互动测验 skill,用于检查用户对某一课的理解程度。
如果用户提供了参数,就映射到 lesson 目录:
01 / slash-commands / commands → 01-slash-commands02 / memory → 02-memory03 / skills → 03-skills04 / subagents / agents → 04-subagents05 / mcp → 05-mcp06 / hooks → 06-hooks07 / plugins → 07-plugins08 / checkpoints → 08-checkpoints09 / advanced-features / advanced → 09-advanced-features10 / cli → 10-cli如果用户没提供参数,使用 AskUserQuestion 分 2-3 轮让用户选择 lesson。
先读取:
<lesson-directory>/README.mdreferences/question-bank.md优先使用题库中该 lesson 的预置题。
如果题库不足 8 题,可根据 lesson README 补充生成,但必须保持与 lesson 内容一致。
用 AskUserQuestion 询问用户当前是在:
Before (pre-test)During (progress check)After (mastery check)不同 timing 会影响结果解读。
每题必须包含这些信息:
categoryquestionnpx skills add lhfer/claude-howto-zh-cn --skill lesson-quizHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.