원클릭으로
learning-memory
Use when capturing or restoring a learner's persistent profile to personalize teaching across sessions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when capturing or restoring a learner's persistent profile to personalize teaching across sessions.
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 logging, scoring, and triaging a learner's persistent weak areas to drive intervention selection.
Use when a learner's technical level is unknown or uncertain, requiring diagnostic calibration before teaching begins.
| name | learning-memory |
| description | Use when capturing or restoring a learner's persistent profile to personalize teaching across sessions. |
| version | 1.1.0 |
| authors | ["edu-agent-skills contributors"] |
| tags | ["memory","personalization","cross-session","learner-profile"] |
| status | stable |
Maintain a structured learner profile across sessions so agents start at the right depth, avoid re-teaching covered material, and prioritize known weak areas.
weak-area-tracker. Profile drives find-your-level for returning learners with uncertain level.learner_profile:
level: beginner | intermediate | advanced
stated_goal: "<goal>"
learning_style: code-first | concept-first | mixed
weak_areas: [{topic, type, last_seen, correction_attempted}]
covered_topics: [{topic, confidence: low|medium|high, last_confirmed}]
active_checkpoint: "<last concept/milestone in progress>"
session_count: N
last_session: "<ISO date>"
find-your-level.Session start: restored profile summary + confirmation prompt. Session end: concepts covered with outcomes, new/resolved weak areas, and handoff note (resume point + priorities + skip list). Format naturally.