Files
nexus/wiki/entities/Choi-Wontak.md

35 lines
1.3 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: "Choi Wontak"
type: entity
tags: [obsidian, skills, learning]
last_updated: 2026-04-21
---
## Basic Info
- **Role**: tutor-skills 作者
- **GitHub**: `RoundTable02/tutor-skills`
## Aliases
- Choi Wontak
## Key Contributions
开发了 **tutor-skills** — Obsidian "输入-内化-检测" 完整学习闭环系统,包含两个 Skill
| Skill | 功能 |
|-------|------|
| [[Tutor-Setup]] | 将任意本地文档或源代码工程自动解析生成带双链、MOC 和复习题的 StudyVault |
| [[Tutor]] | 读取知识库进度数据,在终端内生成互动式测验,追踪并攻克知识薄弱点 |
### 核心机制
- **模式自动侦测**:无需手动指定,自动识别 `package.json`/`pom.xml` 等工程文件进入"代码库模式"PDF/纯文本则进入"文档模式"
- **输入-内化-检测闭环**:文档解析 → 知识库构建 → 互动测验 → 薄弱点追踪
### 风险提示
- "代码库模式"会递归读取大量源文件并进行架构溯源Phase C1-C9 循环),短时间内消耗大量 Token 额度
## Connections
- [[obsidian-必装-skills]] — 技能来源
- [[Tutor-Skills]] — Choi Wontak 开发的 Skill 套件
- [[StudyVault]] — tutor-setup 生成的学习知识库格式
- [[OpenClaw]] — tutor-skills 的运行基础环境