| allowed-tools | ["Bash"] |
| description | Re-index mnemonic memories for qmd semantic search. Run after capturing new memories or bulk imports. |
| name | qmd-reindex |
| user-invocable | true |
QMD Re-index Skill
Re-index mnemonic memories for qmd search.
Usage
qmd update && qmd embed
qmd update — rebuilds the BM25 full-text index
qmd embed — regenerates vector embeddings for semantic search
Options
qmd update
qmd update -c mnemonic-zircote && qmd embed -c mnemonic-zircote
qmd status
When to Re-index
- After
/mnemonic:capture sessions
- After bulk memory imports
- After editing memory files directly
- Periodically if memories are added by hooks
Indexing is not automatic. Searches will miss memories added since the last index.