From memento
Resume work from the current session. Use this skill when: - User asks "what's next?" or "where was I?" - User starts a new conversation on a feature branch - User returns after a break and needs context - User asks about current work status
How this skill is triggered — by the user, by Claude, or both
Slash command
/memento:resumeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Load and display session context to resume work after a break or new conversation.
Load and display session context to resume work after a break or new conversation.
Proactively invoke when user:
Read these files for complete session management guidance.
Get current branch:
git branch --show-current
Sanitize branch name (replace / with -)
Read session file:
.claude/sessions/<sanitized-branch>.md
Show the user:
Resuming session for issue/feature-42/auth
Goal: Add user authentication to the application
Approach: JWT-based auth with httpOnly cookies
Next Steps:
- [ ] Add logout endpoint
- [ ] Implement token refresh
- [x] Create login form
Recent activity:
- 2024-01-15: Implemented login form and JWT handling
- 2024-01-14: Set up auth middleware
/memento:session create)git branch --show-currentnpx claudepluginhub flexion/claude-domestique --plugin mementoWrites a CONTINUE_HERE.md file capturing session state so a fresh Claude Code session can pick up where the last one left off. Use when ending a session with unfinished work or handing off context between sessions.
Generate a structured handoff document capturing current progress, open tasks, key decisions, and context needed to resume work. Use when ending a session.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.