From memex
Search Memex long-term memory for relevant information. Returns facts, notes, and entities matching the query.
npx claudepluginhub jasperhg90/memex --plugin memexThis skill uses the workspace's default tool permissions.
You have been invoked via the `/recall` slash command.
Searches ourmem for relevant memories using semantic search API. Useful when users ask to find, recall, search, or remember information.
Searches memory store and threads via nmem CLI for relevant past insights on contextual signals like continuity or recurring themes. Filters by importance, labels, time.
Searches mnemonic memory files by namespace, tag, type, date, title, confidence, or full-text using ripgrep and find, with progressive disclosure and optional semantic search via qmd.
Share bugs, ideas, or general feedback.
You have been invoked via the /recall slash command.
Determine the search query.
$ARGUMENTS as the search query.$ARGUMENTS is empty, ask the user what they would like to recall.Search strategy (execute in order, stop when you have useful results):
a. Call memex_memory_search with the query to retrieve atomic facts and memory units.
b. If the results are insufficient, call memex_note_search to search source documents.
c. If keyword-based search yields nothing, call memex_list_entities to browse
the knowledge graph for relevant entities.
Present results.
memex_read_note.