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