query

Answer knowledge-base questions by scanning wiki pages and citing sources.

33|6|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/freeman5860/KnowledgeBase --skill query-freeman5860
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: query
Source: https://github.com/freeman5860/KnowledgeBase/tree/main/.claude/skills/query
Command: npx skills add https://github.com/freeman5860/KnowledgeBase --skill query-freeman5860

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Answers to questions about knowledge-base content by synthesizing information from wiki entries, with citations and transparent gaps when data is missing.

Core Features & Use Cases

  • Retrieve and answer questions using wiki-derived data with structured formatting.
  • Show wikilinks to related wiki entries and clearly separate known data from inferred gaps.
  • Export results to files or publish as wiki entries, enabling easy sharing and reuse.

Quick Start

Ask a knowledge-base question and the system will locate relevant wiki pages, synthesize a structured answer, and offer export or publishing options.

Frequently Asked Questions about query

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

FAQPage Schema
How do I retrieve structured answers with citations from a wiki knowledge base?

You retrieve structured answers with citations from a wiki knowledge base by asking a question; the system scans wiki/_index.md, fetches related pages, and synthesizes information into citeable responses while signaling any knowledge gaps.

What is the best way to answer questions using wiki-derived data?

The best way to answer questions using wiki-derived data is to use a system that locates relevant wiki pages, consults raw sources when needed, and outputs structured, citeable responses with transparent gaps where data is missing.

Can I export Q&A results and publish them directly as wiki entries?

Yes, you can export Q&A results and publish them directly as wiki entries. After synthesizing a structured answer from the knowledge base, the system offers options to export results to files or publish them as new wiki entries for easy sharing and reuse.

How does the system handle information retrieval when wiki data is missing?

During information retrieval when wiki data is missing, the system consults raw sources when needed and transparently signals knowledge gaps in the final structured answer, clearly separating known data from inferred information.

Does the Q&A skill work with existing markdown wiki pages?

Yes, the Q&A skill works with existing markdown wiki pages by scanning the wiki/_index.md file to identify relevant topics and fetching related pages to synthesize structured, citeable responses for your knowledge-base content.