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/memxRecalls 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.
Manages persistent AI memory across coding sessions: remember decisions/patterns, recall context, learn from bugs/mistakes. Auto-triggers on memory prompts, key events like decisions/fixes via Claude Code hooks.