learning-memory
Installation
SKILL.md
Purpose
Maintain a structured learner profile across sessions so agents start at the right depth, avoid re-teaching covered material, and prioritize known weak areas.
Activation
- New session begins and prior context may exist. Learner references prior sessions or covered topics. Session ends and state should be preserved. Agent needs to personalize without re-asking onboarding questions.
- Skip if: one-off session with no continuity desired, no persistent storage available, or narrow stateless task.
- Routing: run at session start (restore) and end (save). Feed weak areas to
weak-area-tracker. Profile drivesfind-your-levelfor returning learners with uncertain level.
Inputs
- Prior session summary/profile, current session transcript, concepts + outcomes, learner self-reports, error patterns from assessment skills.