Use when working in the Obsidian vault at /Vault and the user asks a question that should be answered from the wiki, or when a useful answer should be filed back into the knowledge base. This skill navigates the wiki by indexes first, answers from compiled notes, and decides whether to file the result into wiki/ or output/.
This skill handles question answering and durable filing for the librarian-maintained Obsidian knowledge base at /Vault.
Use it when the user asks for an answer based on the vault, asks for a report from the wiki, or wants useful outputs filed back into the system.
wiki/ is the canonical knowledge layer.output/ is for query results, reports, and generated deliverables.raw/ is source inbox material and should not be treated as the first stop for answering normal questions.wiki/_master-index.md is the starting point for retrieval._index.md narrows the search to the right article set.Always navigate the vault in this order:
wiki/_master-index.md._index.md files.If the wiki is missing an obvious durable concept needed for the answer:
output/ when the result is mostly one-off analysis or a user-specific deliverableAfter answering, decide whether the result should be filed.
wiki/ whenoutput/ whenWhen filing into wiki/:
## Summary## Key Takeaways## Related Concepts## Source_index.mdwiki/_master-index.md if a new topic is created[[wiki links]]When filing into output/:
output/ into a second wikiwiki/ for concepts and output/ for deliverables.wiki/.output/ or chat.wiki/_master-index.md when the user asked for a vault-grounded answer.vault-compile when the job is to turn raw source material into wiki knowledge.vault-audit when the job is to inspect the health of the structure.vault-query-and-file when the job is to answer from the wiki and preserve durable results.