teach

仓库创建 2026年7月6日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由

适用于需要多次会话的循序教学场景,保留学习状态便于长期辅导。

这个 Skill 做什么

在工作区内以有状态方式分步教授用户新技能或概念。

在当前工作区里以有状态的方式分步教你新技能或概念。学习进度会保存在目录里的文件(比如 MISSION.md)里,方便多次会话接续和查看目标。适合想循序渐进学、做练习并把学习产出留作文件记录的人,特别之处是把教学过程当成工程化的工作区来管理。

▸ 展开 SKILL.md 英文原文

Teach the user a new skill or concept, within this workspace.

Skill 开发管理教学流程状态化学习工作区通用
0
Stars
0
Forks
38
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/K3639284/skills/main/skills/productivity/teach/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/K3639284/skills/main/skills/productivity/teach/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
The user has asked you to teach them something. This is a stateful request - they intend to learn the topic over multiple sessions.

## Teaching Workspace

Treat the current directory as a teaching workspace. The state of their learning is captured in this directory in several files:

- `MISSION.md`: A document capturing the _reason_ the user is interested in the topic. This should be used to ground all teaching. Use the format in [MISSION-FORMAT.md](./MISSION-FORMAT.md).
- `./reference/*.html`: A directory of reference materials. These are the compressed learnings from the lessons - cheat sheets, reference algorithms, syntax, yoga poses, glossaries. They are the raw units of learning. They 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有