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…
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
$ npx -y skills add IssacW228/student-llm-wiki --skill wiki-review --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/wiki-reviewContext preview
The summary Claude sees to decide when to auto-load this skill.
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
name: wiki-review description: 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 weak concepts.
用费曼技巧测试理解。 Test understanding using the Feynman technique.
1. 读 `wiki/hot.md` 和 `wiki/index.md` 定位目标概念 2. 找 confidence:low/medium 的概念(优先复习薄弱的) 3. **费曼提问**: 像一个完全不懂的人一样提问,要求用户用最简单的语言解释
4. **评估回答**:
5. **更新页面**: 调整概念页的 `confidence` 和 `last_reviewed` 字段 6. **生成练习题**: 为仍然是 low 的概念,调用 exam-prep 逻辑生成题目到 `wiki/exam-prep/{course}.md`
提问和反馈都用中英双语,让用户用任一语言回答都可以。
用 AI 把课件变成你自己的知识库 Turn your course slides into a personal wiki with AI
Generate practice exam questions from weak concepts. This skill should be used when the user says "exam-prep", "备考", "make practice questions", "generate a…
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…
Add Mermaid diagrams to wiki pages to aid understanding. This skill should be used during ingest/review when a concept involves a process, architecture,…
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…
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…