Files
nexus/wiki/concepts/Tutor-Skills.md

42 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Tutor-Skills"
type: concept
tags: [obsidian, skills, learning]
last_updated: 2026-04-21
---
## Definition
tutor-skills 是 Choi Wontak 开发的 Obsidian "输入-内化-检测" 完整学习闭环系统,由两个 Skill 组成:[[Tutor-Setup]](解析并生成知识库)和 [[Tutor]](互动式测验 + 薄弱点追踪)。
## 组成
| Skill | 功能 | 触发方式 |
|-------|------|----------|
| [[Tutor-Setup]] | 将文档/代码库一键转化为 [[StudyVault]] | `/tutor-setup` 在工作目录 |
| [[Tutor]] | 读取知识库进度,生成互动测验,追踪薄弱点 | `/tutor` 在已有 StudyVault 目录 |
## 核心机制:模式自动侦测
无需手动指定Skill 自动扫描当前工作目录:
- 发现 `package.json`/`pom.xml` 等工程文件 → 进入**代码库模式**
- 只有 PDF/纯文本 → 进入**文档模式**
## 核心机制:输入-内化-检测闭环
```
文档/代码库 → tutor-setup 解析 → StudyVault 生成
Tutor 读取进度
生成互动式测验 → 暴露知识薄弱点
记录学习轨迹 → 持续改进
```
## ⚠️ Token 消耗风险
**代码库模式**会递归读取大量源文件并进行架构溯源Phase C1-C9 循环),短时间内可能消耗大量 Token 额度。
## Connections
- [[Choi-Wontak]] — tutor-skills 作者
- [[StudyVault]] — tutor-skills 产出的知识库格式
- [[obsidian-必装-skills]] — 来源文档
- [[OpenClaw]] — 运行基础环境