원클릭으로
spaced-repetition
Use when scheduling and executing review sessions at scientifically-calibrated expanding intervals for long-term retention.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when scheduling and executing review sessions at scientifically-calibrated expanding intervals for long-term retention.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when generating personalized practice challenges calibrated to the learner's weak areas, level, and project context.
Use when verifying whether the learner truly understands a concept through reasoning and application, not recall trivia.
Use when simulating a technical interview to build confidence, expose reasoning gaps, and train structured communication under pressure.
Use when diagnosing a repeated conceptual mistake and designing a targeted correction loop to replace the faulty mental model.
Use when capturing or restoring a learner's persistent profile to personalize teaching across sessions.
Use when logging, scoring, and triaging a learner's persistent weak areas to drive intervention selection.
| name | spaced-repetition |
| description | Use when scheduling and executing review sessions at scientifically-calibrated expanding intervals for long-term retention. |
| version | 1.1.0 |
| authors | ["edu-agent-skills contributors"] |
| tags | ["productivity","spaced-repetition","retention","scheduling"] |
| status | stable |
Schedule review of previously-learned concepts at expanding intervals to exploit the spacing effect. Manages due dates, adjusts intervals based on recall quality, and surfaces overdue items before they decay.
flashcards deck has due items. Sustained learning track (3+ sessions) needing interval maintenance.flashcards for card-level scheduling. Feed interval data to learning-memory.learning-memory.Each item has an interval (days) and ease factor (EF, 1.3–2.5). Initial: 1 day → 3 days → then formula.
| Score | Label | Interval Rule | EF Change |
|---|---|---|---|
| 0 | Failed | Reset to 1 day | EF -= 0.2 (min 1.3) |
| 1 | Hard | Stay at current | EF -= 0.1 |
| 2 | Good | Interval × EF | No change |
| 3 | Easy | Interval × EF × 1.3 | EF += 0.1 (max 2.5) |
Mastery threshold: EF > 2.4, interval > 60 days, 5 consecutive successes → archive.
next_review ≤ today. Sort by overdue duration (most overdue first). Report count.misconception-detector.Session start: due count + overdue count + estimated time. Per-item: topic, question, learner response, answer, score, next review date. Session close: score distribution (easy/good/hard/failed), failed items list, next 7-day schedule. Format naturally.