一键导入
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.