원클릭으로
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.