wiki-query

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When a question arrives as an LLM Wiki operation issue, answering it accurately requires navigating wiki pages, verifying claims against raw sources, and citing everything — a process that is easy to do inconsistently or to bluff through without evidence. ## Core Features & Use Cases - Citation-backed answers: Reads candidate pages via wiki_read_page, follows [[wiki-links]], and answers with inline citations to wiki pages or raw sources. - Source verification: Inspects raw sources with wiki_read_source when a wiki page's claims feel thin, and names gaps plainly when the wiki cannot answer. - Durable synthesis filing: When a question requires real synthesis, offers to file the answer under wiki/synthesis/<slug>.md, updates wiki/index.md, and logs the entry — only with user opt-in. - Use Case: An operation issue asks "How do managed resources differ from unmanaged ones?" The skill opens wiki/index.md, reads the relevant concept pages, verifies a thin claim against a raw source, and posts a cited answer in the issue thread. ## Quick Start Handle the open query operation issue by answering its question from the wiki with citations, and offer to file the answer as a synthesis page if it is durable.

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 as needed. Answer directly first, then list supporting facts with inline citations to wiki pages or raw sources.

How to verify wiki page claims against raw sources?

Use wiki_read_source to inspect the raw files a wiki page points to whenever a claim feels thin. If you relied on a raw source the wiki did not summarize, name that as a gap in your answer.

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

State plainly that the wiki cannot answer and suggest a concrete next step, such as ingesting a specific source, distilling a relevant project, or doing a web lookup. Never bluff an unsupported answer.

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 first, and only write the page, update wiki/index.md, and log the entry after the user accepts.

Can the query workflow modify raw source files?

No. The verification checklist explicitly requires that no file under raw/ is modified. Raw sources are read-only evidence; only synthesis pages, the index, and the log may be written.