← ClaudeAtlas

m3-searchlisted

Hybrid memory search — FTS5 + semantic vector + MMR diversity rerank.
skynetcmd/m3-memory · ★ 12 · AI & Automation · score 77
Install: claude install-skill skynetcmd/m3-memory
# M3 Search ## When to Use Use this skill when the user wants to search their memories, find information they previously saved, check past conventions or decisions, or resolve queries involving prior context. ## Instructions Call the `m3:memory_search` MCP tool with `query="$ARGUMENTS"` and `k=8`. Render the results as a numbered list: ``` 1. <title> — <type> — score=<float> <first 200 chars of content> id: <uuid-prefix> ``` If the user wants to drill into one, suggest `/m3:get <id-prefix>`. If results look stale or contradictory, suggest `/m3:forget <id>` for stale entries or `/m3:save <correct-fact>` to add the new state (contradiction detection will supersede automatically).