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…
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
$ npx -y skills add IssacW228/student-llm-wiki --skill wiki-diagram --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/wiki-diagramContext preview
The summary Claude sees to decide when to auto-load this skill.
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
name: wiki-diagram description: 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 "画图"/"配图"/"diagram"/"visualize" a concept.
用 Mermaid 给概念页配图。Obsidian 原生渲染 ```mermaid 代码块,无需安装插件。
只在"文字描述比图更难懂"时配图,不要每页都加。适合配图的情况:
不适合配图:单一定义、纯数学公式推导、线性叙述无分支无关系的内容。
| 内容类型 | Mermaid 类型 | |---|---| | 算法步骤/数据处理流程 | `flowchart TD` | | 协议/攻击交互序列 | `sequenceDiagram` | | 模型架构/系统组件 | `flowchart LR` | | 概念分类/知识地图 | `mindmap` | | 状态机/生命周期 | `stateDiagram-v2` | | 概念间关系网 | `graph TD` |
在概念页的 `直觉 Intuition` 或 `详细解释 Detailed` 章节之后,新增 `## 图解 Diagram` 小节。局部插入,不重写全页。
## 图解 Diagram
\`\`\`mermaid
flowchart TD
A[输入 Input] --> B[处理 Process]
B --> C[输出 Output]
\`\`\`1. **≤10 个节点**:超过就简化或只画核心路径 2. **双语标签**:节点文字用"中文 English"或保持和页面其他部分一致的语言风格 3. **一页最多 1-2 个图**:避免视觉噪音 4. **语法要对**:节点 ID、箭头、括号/引号配对正确,避免渲染失败 5. 若图表来自课件原图:先在来源页文字描述要点,再判断是否用 Mermaid 重绘成更清晰的逻辑图(不需要 1:1 还原)
用 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…
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…