teach

仓库创建 2026年2月2日最近提交 4 天前SkillHot 收录 20 天前
▸ 精选理由

把教学变成有状态的工作区,便于长周期学习与复现。

这个 Skill 做什么

在当前工作区内以持久化文件维持学习进度并逐步教授新技能或概念。

在当前工作区内以持久化文件记录教学进度,分步带你学新技能或概念,并在多次会话间保存状态(比如 MISSION.md 等文档)。适合准备长期学一个主题、希望有可回溯的学习路径和练习时使用。特点是把教学当成工程化的项目来管理,方便复查和继续上次进度。

▸ 展开 SKILL.md 英文原文

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

Skill 开发管理教学计划渐进学习课程化通用
456
Stars
41
Forks
34
仓库内 Skill
+8
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/mxyhi/ok-skills/main/teach/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/mxyhi/ok-skills/main/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 公开信息 · 原文版权归作者所有