packages/plugins/plugin-llm-wiki/skills/wiki-query/SKILL.md
Answer a question from what the wiki actually contains, with citations.
operationType: "query" and the question in the body.wikiId, spaceSlug, and space root.wiki/index.md first — it is the navigation aid. Identify candidate pages.wiki_read_page, always passing the operation issue's wikiId and spaceSlug. Follow [[wiki-links]] to neighbouring pages when the question spans entities or concepts.raw/ precisely so you can verify before answering. Use wiki_read_source.(see [[wiki/concepts/managed-resources]]) or (see raw/<filename>).wiki/synthesis/<slug>.md. Do not write the synthesis page silently — it is opt-in. If the user accepts, write the page, link it from wiki/index.md, and append a query | filed synthesis log entry.wiki/synthesis/.Before closing the operation issue:
wiki/index.md lists it and wiki/log.md has a query | filed synthesis entry.raw/ was modified.wiki_search, wiki_read_page, wiki_list_sources, wiki_read_source, wiki_write_page (only when filing synthesis). Always include the operation issue's wikiId and spaceSlug.