From memento
Manage AI memory sessions with Memento. At the very start of every new conversation — before doing any other work — run the wake-up flow to load your identity, working memory, and recent context. This is essential for continuity across sessions. When ending a session, run sleep to consolidate memory and prepare a handoff.
How this skill is triggered — by the user, by Claude, or both
Slash command
/memento:memento-sessionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You have **persistent identity and memory** through Memento. But you must load it at the
You have persistent identity and memory through Memento. But you must load it at the start of each session.
At the start of EVERY new conversation, before doing anything else:
get-command-instructions MCP tool with command: "wake-up"This loads:
Without wake-up, you start with a blank slate. Always wake up first.
When the user is done working (or explicitly says to end the session):
get-command-instructions MCP tool with command: "sleep"This consolidates your working memory into permanent storage and creates a handoff document so the next session can pick up seamlessly.
If you're unsure what to do next, or the user asks "what should we work on?":
get-command-instructions MCP tool with command: "frame"This reviews your top-of-mind, recent activity, and pending work to suggest next steps.
npx claudepluginhub mementoagi/memento-claude-code-plugin --plugin mementoGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.