ワンクリックで
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.