From memento-core
Guidelines for when and how to use the Memento memory system effectively
How this skill is triggered — by the user, by Claude, or both
Slash command
/memento-core:memory-managementThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You have access to the Memento MCP server for persistent memory. Use it proactively.
You have access to the Memento MCP server for persistent memory. Use it proactively.
memory_list_namespaces to see what domains existmemory_recall the 1-3 most relevant results| Namespace | Use for |
|---|---|
global | Cross-project knowledge |
projects/<name> | Project-specific context |
people | Person-related information |
decisions | Architectural/design decisions |
procedures | Repeatable workflows |
| Tag | Use for |
|---|---|
architecture | Design decisions, system structure |
preference | User preferences, settings |
procedure | How-to, workflows |
person | People information |
project | General project context |
temporary | Short-lived, pair with TTL |
bug | Known issues, workarounds |
learned | Lessons, insights |
config | Configuration, settings |
api | API details, endpoints |
globalnpx claudepluginhub kotrotsos/memento-coreManages AI memories: saves decisions/patterns/facts with categories/tags, searches context, lists/deletes entries, rescans project architecture via MCP tools and /remember /forget.
Manages persistent semantic memory across sessions: store/retrieve knowledge/TODOs/issues, hybrid semantic search, hierarchy/tags organization, and maintenance tools.
PROACTIVELY query Forgetful MCP (mcp__forgetful__* tools) when starting work on any project, when user references past decisions or patterns, when implementing features that may have been solved before, or when needing context about preferences. Save important decisions, patterns, and architectural insights to memory.