From remember
Saves session state by writing first-person handoff notes to project-root/.remember/remember.md summarizing progress, next steps, and context for clean continuation in future sessions.
npx claudepluginhub anthropics/claude-plugins-official --plugin rememberThis skill is limited to using the following tools:
Write a handoff note so the next session can continue cleanly. Use your knowledge of the current session — you were here. Write in first person ("I").
Writes structured handoff to .claude/handoff.md capturing completed work, pending tasks, and learnings at session end. Auto-activates on wrap-up signals like 'end of session', 'handoff', or 'save progress'.
Writes CONTINUE_HERE.md capturing session state with objective, completed, in-progress, next-steps, and context sections for handoff to new Claude Code sessions. Use for unfinished work or preserving git-insufficient context.
Generates and saves Markdown session logs capturing objectives, file changes, referenced materials, technical notes, future plans, open items, and metrics to resume project work across conversations.
Share bugs, ideas, or general feedback.
Write a handoff note so the next session can continue cleanly. Use your knowledge of the current session — you were here. Write in first person ("I").
Path: {project_root}/.remember/remember.md (overwrite). This is at the PROJECT ROOT, NOT relative to this skill file. If the project root is /Users/foo/myproject, the file goes to /Users/foo/myproject/.remember/remember.md.
Format:
# Handoff
## State
{What's done, what's not. Files, MRs, decisions. 2-4 lines max.}
## Next
{What to pick up. Priority order. 1-3 items.}
## Context
{Non-obvious gotchas, blockers, preferences from this session. Skip if nothing.}
Rules:
Say "Saved." when done — nothing else.