What problem does it solve?
This Skill turns scattered notes in an LLM Wiki vault into clear, sourced answers so users can ask questions, get synthesized responses, and discover missing information without manually scanning many pages.
Core Features & Use Cases
- Contextual question answering: Parse a user's question, find the most relevant wiki pages, and synthesize a concise answer with wikilink citations.
- Targeted discovery: Use the vault index to identify entity, concept, and source pages that inform the response.
- Optional persistence: Save synthesized answers back into the vault as summary or comparison pages and update the index with a git commit.
- Use case: Ask /query "Compare framework A vs B" --vault my-research to get a side-by-side synthesis with links to the original notes and an option to save the comparison.
Quick Start
Ask the vault a question and optionally save the answer by running /query "What are the deployment patterns?" --vault my-research --save