From memini
Searches your project's memory (memini) for stored information about a topic. Returns a summarized report of relevant memories, including their origin and timestamps.
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/contextSearches memories by keyword with smart term expansion, matching keys and values in project and global memory files.
/searchSearches stored CORE memory to retrieve relevant past conversations, user preferences, project context, and decisions. Optionally filters by space or project.
/memoriesReads and displays all project memories from the .claude/memories directory, showing manual and learned entries with timestamps. Shows empty state message if no memories exist.
/memSearches and browses project memory using full-text search, recent observations, file recall, and timeline navigation. Also supports saving manual notes, viewing stats, and cleaning up stale data.
/memory-searchSearches the Forgetful knowledge base semantically with a user query. Returns memories with importance scores, content snippets, tags, and linked memories for verifying knowledge or retrieving specific information.
/recallRecalls memories from previous sessions by searching the memory store with a topic keyword. Displays matching memories in a readable format.