What problem does it solve? Answering questions from a personal knowledge wiki usually means manually searching pages, piecing together evidence, and losing the synthesis afterward. This Skill retrieves relevant passages, synthesizes a cited answer, and optionally files that answer back into the wiki so future queries benefit from it. ## Core Features & Use Cases - Cited synthesis: Runs the wiki-search retrieval pipeline, inspects passages, review dates, and decision states, then composes an answer that cites the pages and sources it rests on. - Evidence verification: Pipes citations through resolve-evidence.mjs to confirm wiki claims trace back to real sources rather than broken or drifted links. - Authorized write-back: When filing is authorized, opens a query operation, writes or updates a synthesis page with provenance, regenerates the catalog, and closes the operation. - Use Case: Ask "what did we decide about the caching layer and why" and receive a synthesized answer citing the relevant ADR pages, with the option to file the synthesis as a new wiki page. ## Quick Start Ask the agent to answer a question using the wiki with citations, for example: use wiki-query to answer "how does the clipping pipeline handle JavaScript-rendered pages".