From mnemonic
Re-indexes mnemonic memories for qmd semantic search by rebuilding BM25 full-text index and regenerating vector embeddings. Use after capturing memories, bulk imports, file edits, or periodically.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mnemonic:qmd-reindexThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Re-index mnemonic memories for qmd search.
Re-index mnemonic memories for qmd search.
qmd update && qmd embed
qmd update — rebuilds the BM25 full-text indexqmd embed — regenerates vector embeddings for semantic search# Index only (skip embeddings — faster)
qmd update
# Specific collection only
qmd update -c mnemonic-zircote && qmd embed -c mnemonic-zircote
# Check status after
qmd status
/mnemonic:capture sessionsIndexing is not automatic. Searches will miss memories added since the last index.
npx claudepluginhub modeled-information-format/mnemonicSets up @tobilu/qmd for semantic search over mnemonic memories: registers collections from MNEMONIC_ROOT, builds indexes with qmd update, generates embeddings. One-time per-machine bootstrap.
Upgrades grep-based memory_search with QMD's hybrid BM25 + vector semantic search + LLM re-ranking. Fully local, no API keys needed.
Indexes local files and searches them using BM25, vector embeddings, and hybrid reranking. Includes MCP mode for tool integration.