/exam-prep
Generate practice exam questions from weak concepts. This skill should be used when the user says "exam-prep", "备考", "make practice questions", "generate a quiz", or is preparing for an exam in a specific course. Scans concept pages, prioritizes low-confidence ones, and writes a
$ npx -y skills add IssacW228/student-llm-wiki --skill exam-prep --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/exam-prep
Context preview
The summary Claude sees to decide when to auto-load this skill.
Generate practice exam questions from weak concepts. This skill should be used when the user says "exam-prep", "备考", "make practice questions", "generate a quiz", or is preparing for an exam in a specific course. Scans concept pages, prioritizes low-confidence ones, and writes a
SKILL.md
exam-prep.SKILL.mdname: exam-prep description: Generate practice exam questions from weak concepts. This skill should be used when the user says "exam-prep", "备考", "make practice questions", "generate a quiz", or is preparing for an exam in a specific course. Scans concept pages, prioritizes low-confidence ones, and writes a practice question set.
Exam Prep — 出题
基于薄弱概念生成练习题。 Generate practice questions from weak concepts.
步骤 Steps
1. 读 `wiki/index.md` 找到目标课程的所有概念页 2. 读这些概念页的 frontmatter,按 `confidence` 排序(low 优先) 3. 为每个 low/medium 概念生成 1-2 道题 4. 保存到 `wiki/exam-prep/{course}.md`
题目类型 Question Types
混合以下类型,不要全是记忆题:
- **概念应用题**: 给一个场景,问该用哪个方法及原因
- **对比题**: 两个相关概念的区别和各自适用场景
- **推导题**(数学/ML课): 要求推导或解释公式
- **攻防题**(安全课): 给一个攻击,问防御措施,反之亦然
- **陷阱题**: 针对常见误解设计
页面格式 Page Format
---
tags: [exam-prep, {course}]
generated: YYYY-MM-DD
based_on: [concept-pages]
---
# {课程} 练习题 Practice Questions
## Q1: {概念名} (confidence: low)
**题目**: ...
**参考答案**: ...
**相关页面**: [[concept]]原则 Principles
- 优先 confidence:low 的概念
- 每题标注来自哪个概念页,方便回去复习
- 参考答案要完整,但鼓励用户先自己答
用 AI 把课件变成你自己的知识库 Turn your course slides into a personal wiki with AI
Other skills on student-llm-wiki.
- /wiki-core
Core operating rules for the student knowledge wiki. This skill should be used whenever working inside an Obsidian vault that contains a wiki/ folder with hot.md, or when the user mentions ingest, lint, review, exam-prep, or asks to build/maintain their course knowledge base.
Open skill - /wiki-diagram
Add Mermaid diagrams to wiki pages to aid understanding. This skill should be used during ingest/review when a concept involves a process, architecture, sequence, hierarchy, or comparison that is easier to grasp visually, or when the user explicitly asks to
Open skill - /wiki-ingest
Digest a course source file into the wiki. This skill should be used when the user says "ingest", "消化", "process this PDF/slide", or drops a course file into raw/ and wants it turned into wiki pages. Reads the source, deduplicates via manifest, creates source + concept pages,
Open skill - /wiki-lint
Health-check the wiki and apply confidence decay. This skill should be used when the user says "lint", "检查wiki", "check the wiki", or wants to find orphan pages, broken links, contradictions, or stale concepts. Runs the 30-day confidence decay rule and reports issues for the
Open skill - /wiki-review
Feynman-technique review mode for studying. This skill should be used when the user says "review", "复习", "quiz me", "test my understanding", or names a course/concept they want to study. Quizzes the user, adjusts confidence based on answers, and generates practice questions for
Open skill - /wiki-core
Core operating rules for the student knowledge wiki. This skill should be used whenever working inside an Obsidian vault that contains a wiki/ folder with hot.md, or when the user mentions ingest, lint, review, exam-prep, or asks to build/maintain their course knowledge base.
Open skill

