How this command is triggered — by the user, by Claude, or both
Slash command
/memini:recall <what to search for>The summary Claude sees in its command listing — used to decide when to auto-load this command
Search memini using the `memory_recall` MCP tool: $ARGUMENTS Guidance: - Use a short, descriptive query. `memory_recall` is hybrid (semantic + keyword), so natural phrasing beats keyword soup — "JWT auth setup", not "jwt auth token login config". - Default `scope` (`full`) reads this project plus inherited context — ancestor namespaces, your personal namespace, and any links. Use `project` to see only this project's own memories, or `everywhere` to also reach into nested sub-projects. - If the first query comes back thin, try `query_rewrite: true` — it expands the query into ...
Search memini using the memory_recall MCP tool:
$ARGUMENTS
Guidance:
memory_recall is hybrid (semantic + keyword),
so natural phrasing beats keyword soup — "JWT auth setup", not "jwt auth token
login config".scope (full) reads this project plus inherited context — ancestor
namespaces, your personal namespace, and any links. Use project to see only
this project's own memories, or everywhere to also reach into nested
sub-projects.query_rewrite: true — it expands the
query into variants and fuses the results, which finds things a single phrasing
misses.Then report what you found:
from field. An empty one means it is this project's own
memory; anything else names the namespace it was inherited from. Mention it when
it matters — "that came from your personal namespace, not this project" is often
the useful part of the answer.created_at. If two memories conflict, prefer the newer one and
say that they conflict rather than silently picking.npx claudepluginhub eleboucher/memini --plugin memini/memory-searchSearches Forgetful knowledge base semantically for memories using a query with context, showing top 5 results with scores, snippets, tags, and links.
/recallRetrieves a memory by exact key, partial key match, or fuzzy value search across project and global stores. Logs access and updates memory vitality tracking with confidence scoring and decay.
/recallSearches memory storage for relevant entries matching the provided topic/keywords and displays them formatted in the current session. Shows all matches or notes none found.
/searchSearches stored CORE memory for relevant past conversations, user preferences, project context, and decisions. Supports optional space/project filtering.
/searchSearches persistent memory (hybrid vector + BM25) for anchored memories and displays top 5 results with category, project, and content snippet.
/recallSearches Pensyve memory by semantic similarity and text matching, returning ranked results from episodic, semantic, and procedural memory groups.