From memento
Manage Claude Code sessions for the current branch. Use this skill when: - User asks "what's next?" or "where was I?" - User starts work on a new branch without a session - Before committing (to update session log) - When resuming work after a break
How this skill is triggered — by the user, by Claude, or both
Slash command
/memento:session-managerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Manage work sessions that persist context across conversation resets.
Manage work sessions that persist context across conversation resets.
Proactively invoke when user:
Read these files for complete guidance. This skill provides quick reference only.
git branch --show-current
# Sanitize: replace / with -
# Read: .claude/branches/<sanitized>
# Read: .claude/sessions/<session>.md → focus on Next Steps
Use /memento:session create command.
Edit session file directly. Update triggers:
git branch --show-currentnpx claudepluginhub flexion/claude-domestique --plugin mementoCreates, loads, syncs, and archives work sessions with git worktree support. Requires explicit session paths or .samocode config.
Generate a structured handoff document capturing current progress, open tasks, key decisions, and context needed to resume work. Use when ending a session.
Wraps up a work session by recording changed files, caveats, decisions, and next steps so a fresh session can resume without re-deriving context.