From memory-manager
Surface relevant prior context from memory.json for the current task. Use this skill when asked to "recall memory", "load context", "what do we know about X", "what was decided previously", or "catch me up" at the start of a session or task.
How this skill is triggered — by the user, by Claude, or both
Slash command
/memory-manager:memory-recallThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read `memory.json` and surface the most relevant entries for the current task.
Read memory.json and surface the most relevant entries for the current task.
Check if memory.json exists at the project root:
/memory-init first and stop.Before filtering memory, understand what the user is about to work on:
Filter and present memory entries relevant to the current task:
[date] Decision: <decision> (rationale: <rationale>)[resolved] and include only if directly relevant[id] <description> -- status: <open|resolved>Present recalled memory as a concise context block:
--- Memory Context ---
Project: <name> | Stack: <stack>
Architecture decisions relevant to this task:
- [date] <decision>
Known issues:
- [id] <description> [open]
Recent sessions:
- [date] <summary> | Next: <next>
- [date] <summary> | Next: <next>
--- End Memory ---
If the task involves areas with no memory entries, note:
/memory-updatenpx claudepluginhub ats-kinoshita-iso/agent-workshop --plugin memory-managerRetrieves saved project decisions, preferences, lessons, and conventions from Claude Code's memory files via /recall [topic] or auto-activation when needing past context.
Loads and applies project memories from prior sessions for consistent decisions, conventions, and preferences. Stores new entries automatically or via /remember.
Loads, saves, and applies durable project memory from MEMORY.md at repo root. Activates on 'remember this' commands, session starts with file, or mistake corrections.