From memx
Recalls, saves, inspects, and audits memX memories using bundled MCP tools for agent memory management.
How this skill is triggered — by the user, by Claude, or both
Slash command
/memx:memxThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use `memx_recall` for focused memory lookup before relying on past project details.
Use memx_recall for focused memory lookup before relying on past project details.
Use memx_remember only for durable, reusable facts, preferences, decisions, resources, and task state.
Use memx_audit or memx_stats when debugging whether the memory pipeline is working.
Do not write raw conversation echoes as memory. Prefer concise semantic statements that will help future turns.
npx claudepluginhub neoli00/memxPersistent, user-owned memory for AI agents via hosted MCP. Use when an agent should remember decisions, recall project context, manage TODOs, preserve handoff state, or govern memory lifecycle across sessions and tools.
Recalls past context, decisions, and discussions from Memsy memory. Activates on retrieval-intent queries like "what did we decide" or "search past conversations."
Guides agents to deliberately search or skip memory using dejavu MCP tools, with query strategies and metadata filters for decisions, user preferences, conventions, and anti-patterns.