Help us improve
Share bugs, ideas, or general feedback.
From mimirs
Wraps up a work session by recording changed files, caveats, decisions, and next steps so a fresh session can resume without re-deriving context.
npx claudepluginhub thewinci/mimirs --plugin mimirsHow this skill is triggered — by the user, by Claude, or both
Slash command
/mimirs:handoffThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Goal: leave the project state recorded so the next session starts from `catch-up`, not from scratch. The end-of-session counterpart to `catch-up`.
Saves session state and writes a handoff note so the next Claude Code session can continue cleanly. Read/writes a remember.md file at the project root.
Generates a passoff package (session summary, PROGRESS/CLAUDE/memory updates, commit, next-session prompt) for clean handoffs to future-you or a coworker brief mode.
Generate a structured handoff document capturing current progress, open tasks, key decisions, and context needed to resume work. Use when ending a session.
Share bugs, ideas, or general feedback.
Goal: leave the project state recorded so the next session starts from catch-up, not from scratch. The end-of-session counterpart to catch-up.
git_context for the modified/uncommitted files and recent commits, so the handoff names the exact files touched this session.annotate any fragile spot, constraint, race, or workaround you discovered or introduced this session, on the file it lives in; get_annotations on the touched files to confirm earlier notes still hold (delete_annotation ones a fix made stale).create_checkpoint (type handoff) with what was done, which files changed, why, and the concrete next action. Keep the summary tight (it has a length cap). If the session was a dead end or a direction change, say so and why.Finish: a short handoff note — done / in flight / next step / open caveats — each with a file:line or checkpoint reference, so a fresh session can resume without re-deriving context.