What problem does it solve? When an operation issue asks a question against an LLM Wiki, answers often disappear into chat threads or get invented without grounding. This Skill answers strictly from what the wiki actually contains, cites every claim, and offers to file durable synthesis back into the wiki so knowledge compounds. ## Core Features & Use Cases - Citation-grounded answers: Reads the space's wiki/index.md, follows [[wiki-links]] across pages, and cites wiki pages or raw sources inline for every claim. - Source verification: Inspects raw sources via wiki_read_source when a wiki page's claim feels thin, and names gaps the wiki did not summarize. - Durable synthesis filing: When a query requires real synthesis (comparisons, tradeoffs, new definitions), offers to write it to wiki/synthesis/<slug>.md, link it from the index, and log a query | filed synthesis entry — opt-in only. - Use Case: An operation issue with operationType: "query" asks how managed resources differ across two concepts. The Skill navigates the wiki, reads the relevant pages and one raw source, answers with inline citations, and proposes filing the comparison as a synthesis page. ## Quick Start Answer this operation issue's question using the LLM Wiki for the given wikiId and spaceSlug, citing wiki pages and raw sources, and offer to file any durable synthesis.