wiki-query

Answers questions from wiki pages and raw sources with inline citations.

Updated Jun 16, 2026
One-click install
npx skills add https://github.com/adamtpang/summon.company --skill wiki-query-adamtpang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-query
Source: https://github.com/adamtpang/summon.company/tree/main/packages/plugins/plugin-llm-wiki/skills/wiki-query
Command: npx skills add https://github.com/adamtpang/summon.company --skill wiki-query-adamtpang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When a team maintains an LLM wiki, questions arrive as operation issues and someone must dig through wiki pages and raw sources to answer accurately. This Skill answers those questions directly from the wiki's actual content, with citations, instead of guessing. ## Core Features & Use Cases - Cited Answers: Reads the wiki index, candidate pages, and raw sources, then answers with inline citations to wiki pages or raw files. - Gap Reporting: States plainly when the wiki cannot answer and suggests a concrete next step such as ingesting a source or running a web lookup. - Durable Synthesis: When a question requires real synthesis, offers to file the answer as a new page under wiki/synthesis and logs the action. - Use Case: An operation issue asks "How do managed resources differ from unmanaged ones?" The Skill reads the relevant concept pages, follows wiki-links, and replies with a cited answer, optionally filing the comparison as a synthesis page. ## Quick Start Ask the agent to answer the question in this wiki query operation issue using the wiki pages and raw sources, with citations.

Frequently Asked Questions about wiki-query

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I answer a question from a wiki with citations?

Open the space's wiki/index.md first to find candidate pages, read them with wiki_read_page, and follow wiki-links for cross-page questions. Answer with a direct summary followed by bullet points, each citing a wiki page or raw source inline.

What should I do when the wiki cannot answer a question?

State plainly that the wiki lacks the answer and suggest a concrete next step, such as ingesting a specific source, distilling a relevant project, or running a web lookup. Never fabricate an answer the sources do not support.

When should a query answer be filed as a synthesis page?

File a synthesis page only when answering required real synthesis, such as a comparison, tradeoff, or new definition not already covered by a page. It is opt-in: offer it to the user, and only write the page, update wiki/index.md, and log the entry after acceptance.

Can the wiki query workflow modify raw source files?

No. Files under raw/ must never be modified during a query operation. Raw sources are read-only evidence used to verify wiki page claims before answering.

Which tools are needed to run a wiki query operation?

The workflow uses wiki_search, wiki_read_page, wiki_list_sources, and wiki_read_source for research, plus wiki_write_page only when filing an accepted synthesis. Every call must include the operation issue's wikiId and spaceSlug.