From memory-mason
Queries the Memory Mason knowledge base using index-guided retrieval, session context, and wikilink citations. Use for past decisions, patterns, lessons, and technical knowledge from previous AI conversations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/memory-mason:mmq [question][question]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Answer a knowledge-base question using index-guided retrieval and cite sources with [[wikilinks]].
Answer a knowledge-base question using index-guided retrieval and cite sources with [[wikilinks]].
This command is operational only. Do not write /mmq, /memory-mason:mmq, or their execution chatter back into the vault.
Before any other reasoning, resolve vault config in this priority order:
./.env./memory-mason.json~/.memory-mason/.env~/.memory-mason/config.jsonResolve:
Use the source that provides the vault path.
Subfolder rules:
.env file, use MEMORY_MASON_SUBFOLDER from that same file when present, otherwise default to ai-knowledge.memory-mason.json or ~/.memory-mason/config.json, use its subfolder.Do not claim config is missing until you have attempted all four locations above. If none provide a vault path, state that the knowledge base is not initialized because no supported Memory Mason config source was found.
Use these paths:
context.md as a fast cache of recent context, not a replacement for the knowledge base.context.md directly answers the question with enough precision, answer immediately.context.md is relevant but incomplete, extract likely page names, tags, dates, and follow-up questions from it, then continue.context.md when they are relevant._raw/YYYY-MM-DD/ sources were compiled._raw/YYYY-MM-DD/NNN.md chunks directly instead of assuming the vault is current.confidence field from each cited concept's YAML frontmatter. Valid values: high, medium, low.low, overall confidence is low; else if any is medium, overall confidence is medium; else high.status: seedling or contains a [!gap] callout, note it in the answer.Confidence: [high|medium|low] (based on N cited concept pages)
If any seedling or gap concepts were cited, add: Note: answer draws on N seedling/gap concept(s): [names].{subfolder}/ prefix: [[{subfolder}/concepts/example-concept]], [[{subfolder}/synthesis/example-tag]], or [[{subfolder}/atlas/example-tag]].context.md only as retrieval assistance. Do not cite _meta/context.md as authoritative when a durable page exists./mmc if relevant information appears to exist in _raw/ but is not compiled into durable pages yet._meta/context.md to accelerate retrieval, not to skip article reads when the answer requires durable citations.npx claudepluginhub s-gryt/memory-mason --plugin memory-masonSearches an Obsidian vault for prior knowledge, past decisions, and accumulated learnings, surfacing relevant notes before answering from general knowledge. Uses index-first retrieval with fallback content search.
Queries the knowledge base with a question, synthesizes answers from relevant KB files using keyword matching and indexes, and optionally files results as new KB articles.
Searches an Obsidian vault for past decisions, troubleshooting history, and project knowledge when the user asks about previous work or how something was done. Supports keyword, type-aware, and catalog search.