Install
npx skillscat add takagoto/rag-learning-academy/recap Install via the SkillsCat registry.
SKILL.md
Recap: What You Learned Last Time
Give the learner a fast, useful summary of their most recent session so they can pick up where they left off.
Step 1: Load Session History
Read the following files to reconstruct the last session:
progress/module-tracker.md— find the most recently completed lessons (by date)progress/quiz-results.md— any quizzes taken recentlyprogress/journal.md— any notes the learner wroteprogress/learner-profile.md— current module and track
If no progress data exists, say: "No previous session found. Run /start to begin your journey."
Step 2: Summarize Last Session
Keep it to 5-8 lines max. Cover:
- What you worked on — which lesson(s), quiz, or challenge
- Key concepts — the 2-3 main ideas from that session, in plain language
- Where you stopped — what's next in the track
Format:
Last Session Recap
==================
You worked on: [lesson/quiz/challenge name]
Key concepts:
- [concept 1 in one sentence]
- [concept 2 in one sentence]
- [concept 3 in one sentence]
Next up: [next incomplete lesson or suggested action]Step 3: Suggest Next Action
Based on where they left off, suggest one clear next step:
- If mid-module:
/lessonto continue - If they just finished a module:
/quizto test understanding - If quiz scores were low:
/explain [weak topic]to review - If they wrote journal notes with questions: address the question briefly
Keep it short. The whole recap should fit in one screen.