query
Installation
SKILL.md
Skill: query
Purpose
Answer a question by synthesizing knowledge from the wiki. Valuable findings that are not yet in the wiki become new pages, compounding knowledge over time.
When to invoke
When the user asks a question that requires synthesizing information across multiple wiki pages or raw sources.
Steps
- Identify which wiki pages are relevant to the question. List them.
- Read each relevant page in full.
- If the answer requires information not in the wiki, check
raw/for unprocessed sources that may contain it. - Synthesize and answer the question directly.
- Evaluate: does this answer contain a non-obvious insight, connection, or conclusion not already captured in the wiki?
- If yes: create a new wiki page (concept or source) capturing the insight, update
wiki/index.md, and log inwiki/log.md. - If no: skip.
- If yes: create a new wiki page (concept or source) capturing the insight, update
- Append to
wiki/log.md:## YYYY-MM-DD — query — <question summary>with a note on whether a new page was created.