Skip to content

Commit dbf230d

Browse files
committed
fix: SKILL.md 效果量术语统一
1 parent d44a95a commit dbf230d

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

SKILL.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
22
name: retaincraft
33
description: >
4-
AI learning assistant with spaced repetition, active recall, Feynman technique,
5-
and study planning. Helps you memorize, review, and master any subject.
4+
AI learning assistant with distributed practice (d=0.85), practice testing (d=0.74),
5+
self-explanation (d=0.54), interleaved practice (d=0.47), and elaborative interrogation (d=0.56).
6+
Implements these as: spaced repetition, active recall, Feynman technique, interleaved practice, and study planning.
67
Features: FSRS-5 spaced repetition (default, ML-based), SM-2 fallback, forgetting curve alerts, burnout detection,
78
learning contracts, weekly reports, module tests, progress tracking.
8-
基于循证学习科学的 AI 辅助学习协议:间隔重复、主动回忆、费曼学习法、
9-
交错练习、精细加工提问。帮助你记忆、复习、掌握任何学科
10-
功能:间隔重复调度、遗忘曲线提醒、倦怠检测、学习契约、周报、模块测试、进度追踪。
9+
基于循证学习科学的 AI 辅助学习协议:分布式练习、实践测试、自我解释、交错练习、精细加工提问。
10+
对应实现为:间隔重复、主动回忆、费曼学习法、交错练习、学习规划
11+
功能:FSRS-5 间隔重复调度、遗忘曲线提醒、倦怠检测、学习契约、周报、模块测试、进度追踪。
1112
version: 1.3.0
1213
author: kaixiad
1314
license: MIT
@@ -136,11 +137,11 @@ Evidence-based AI-assisted interactive learning protocol
136137

137138
| Method (方法) | Effect Size (效果量) | Source (来源) |
138139
|---------------|---------------------|---------------|
139-
| Spaced Repetition (间隔重复) | d=0.85 | Donoghue & Hattie 2021 |
140-
| Active Recall (主动回忆) | d=0.74 | Donoghue & Hattie 2021 |
141-
| Interleaving (交错练习) | d=0.47 | Donoghue & Hattie 2021 |
142-
| Elaborative Interrogation (精细加工提问) | d=0.56 | Donoghue & Hattie 2021 |
143-
| Feynman Technique (费曼学习法) | d=0.54* | Donoghue & Hattie 2021 |
140+
| Distributed Practice → 间隔重复 | d=0.85 | Donoghue & Hattie 2021 |
141+
| Practice Testing → 主动回忆 | d=0.74 | Donoghue & Hattie 2021 |
142+
| Self-Explanation → 费曼学习法 | d=0.54* | Donoghue & Hattie 2021 |
143+
| Interleaved Practice → 交错练习 | d=0.47 | Donoghue & Hattie 2021 |
144+
| Elaborative Interrogation → 精细加工提问 | d=0.56 | Donoghue & Hattie 2021 |
144145
| AI Tutoring (AI 辅导) | 0.63-1.3 SD | Kestin et al. 2025 RCT |
145146

146147
> **Note (注)**: *d=0.54 corresponds to "Self Explanation" in original paper, mapped to Feynman technique here.

0 commit comments

Comments
 (0)