一键导入
qmd-reindex
Re-index mnemonic memories for qmd semantic search. Run after capturing new memories or bulk imports.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Re-index mnemonic memories for qmd semantic search. Run after capturing new memories or bulk imports.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Cross-session handoff, persistent context via blackboard, and agent coordination patterns
This skill should be used when the user says "capture memory", "save to memory", "remember this", or trigger phrases like: "I've decided", "let's use", "we're going with", "I learned", "turns out", "TIL", "discovered", "I'm stuck", "blocked by", "always use", "never do", "convention is". Also triggers on recall phrases: "what did we decide", "how do we handle", "remind me", "search memories".
MIF Level 3 specification, memory templates, and formatting guidelines
This skill should be used when the user asks to "integrate mnemonic", "wire plugin", "add memory to plugin", "enable memory capture in plugin", "integrate memory operations", "add mnemonic protocol", "remove mnemonic integration", "rollback plugin integration", or "migrate legacy memory sections". It wires mnemonic memory capture and recall workflows into other Claude Code plugins using sentinel markers.
Ontology-based entity discovery and validation for mnemonic memories. Define custom namespaces, entity types, traits, and relationships. Triggers: "entity discovery", "validate ontology", "define namespaces", "resolve entity references", "list ontologies", "show namespaces", "entity types", "entity relationships", "traits", "discovery patterns", "cognitive memory types"
Set up @tobilu/qmd semantic search for mnemonic memories. Registers collections, builds indexes, and generates embeddings. Run this once per machine.
| 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 |
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.