lumi-ask

Answer questions by traversing a wiki knowledge graph and synthesizing cited responses.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/MathematicGuy/team-006-vin20k --skill lumi-ask-mathematicguy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: lumi-ask
Source: https://github.com/MathematicGuy/team-006-vin20k/tree/main/lumina-wiki/.agents/skills/lumi-ask
Command: npx skills add https://github.com/MathematicGuy/team-006-vin20k --skill lumi-ask-mathematicguy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It answers user questions strictly from an accumulated wiki knowledge base instead of re-reading raw sources or relying on ungrounded model knowledge, ensuring every claim is cited and gaps are honestly surfaced. ## Core Features & Use Cases - Graph-Based Retrieval: Traverses wiki entities and edges via read-only CLI subcommands (list-entities, read-meta, read-edges) to build a relevant subgraph for each question. - Cited Synthesis: Produces answers with direct answers, supporting evidence cited as wiki page links, confidence calibration, and explicit gap statements. - Optional Output Filing: With user confirmation, files answers as wiki output or summary pages with produced edges and log entries. - Use Case: A user asks "What do the wiki sources say about softmax temperature scaling?" The skill locates the concept page, follows inbound edges to all citing sources, and returns a synthesized, cited answer without touching raw files. ## Quick Start Ask a question about any topic already ingested into the wiki, such as what the wiki says about a specific concept or a comparison across recent sources.

Frequently Asked Questions about lumi-ask

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

FAQPage Schema
How do I answer questions from a wiki knowledge base?▼

Start by reading the wiki index and recent log, then use list-entities to find candidate pages and read-edges to follow connections. Read each relevant page body and synthesize an answer citing wiki pages, never raw source files.

How do I compare multiple sources in a knowledge graph?▼

List source entities, identify the relevant set (for example by ingestion date in the log), then read edges and page bodies for each. Synthesize a comparison and optionally file it as an output page with produced edges after user confirmation.

Can the skill read raw source files to answer questions?▼

No, the skill never reads raw/ files to answer questions. If the wiki lacks coverage, it states the gap and suggests running the ingest skill on the relevant raw file instead.

Does answering questions modify the wiki?▼

No, the reading and synthesis phase is strictly read-only. Writes to wiki/ only happen if the user explicitly asks to file the answer as an output page and confirms the write.

What happens when the wiki has no answer to a question?▼

The skill states clearly what is covered and what is missing, checks whether raw sources likely contain the answer, and suggests ingesting the relevant file. It never fabricates content to fill the gap.