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…
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.
/exam-prepContext 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
name: 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.
基于薄弱概念生成练习题。 Generate practice questions from weak concepts.
1. 读 `wiki/index.md` 找到目标课程的所有概念页 2. 读这些概念页的 frontmatter,按 `confidence` 排序(low 优先) 3. 为每个 low/medium 概念生成 1-2 道题 4. 保存到 `wiki/exam-prep/{course}.md`
混合以下类型,不要全是记忆题:
---
tags: [exam-prep, {course}]
generated: YYYY-MM-DD
based_on: [concept-pages]
---
# {课程} 练习题 Practice Questions
## Q1: {概念名} (confidence: low)
**题目**: ...
**参考答案**: ...
**相关页面**: [[concept]]用 AI 把课件变成你自己的知识库 Turn your course slides into a personal wiki with AI
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…
Feynman-technique review mode for studying. This skill should be used when the user says "review", "复习", "quiz me", "test my understanding", or names a…