From amem
Load full memory context for the current task. Use automatically at the start of coding tasks to load corrections, decisions, and relevant background. Also use when switching topics mid-session.
How this skill is triggered — by the user, by Claude, or both
Slash command
/amem:contextThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Load all relevant memory context for a topic or the current task.
Load all relevant memory context for a topic or the current task.
Determine the topic from $ARGUMENTS or the current conversation context.
Execute this sequence:
a. Call memory_inject with the topic — surfaces corrections (MUST follow) and decisions (SHOULD follow)
b. Call reminder_check — show any overdue or upcoming reminders
c. Call memory_tier with action: "list", tier: "core" — load always-on context
d. If more context needed, call memory_context with the topic for broader background
Present the context naturally:
Apply corrections as absolute constraints — never violate them.
If Claude auto-memory is also active:
npx claudepluginhub amanasmuei/amem --plugin amemProactively saves decisions, conventions, bugs, discoveries, and preferences to persistent Engram memory across sessions using mem_save and related tools.
Recalls project context via ctx CLI: loads context packet, reads TASKS.md/DECISIONS.md, lists recent sessions, presents structured readback of last session, active tasks, recent decisions, next steps. For memory questions or session starts.
Routes recall intents (e.g., "思い出して", "resume", "続き") to the correct memory path: resume pack, decisions/patterns, checkpoint-bridge, session list, or keyword search. Useful for resuming work or retrieving past context.