wiki-query

Solid

Query the wiki to answer questions. Searches wiki pages, synthesizes answers with citations, and optionally files valuable answers back as new wiki pages. Use when the user asks a question about the knowledge base.

AI & Automation 499 stars 105 forks Updated 5 days ago MIT

Install

View on GitHub

Quality Score: 92/100

Stars 20%
90
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
82
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Wiki Query Answer questions by searching and synthesizing from the wiki. ## Workflow ### Step 1: Search the wiki 1. Read `memory/wiki/index.md` to find relevant pages 2. Use Grep to search for specific terms across `memory/wiki/` 3. Read the most relevant pages (usually 3-10) ### Step 2: Synthesize an answer - Combine information from multiple wiki pages - Cite sources: reference both wiki pages and the underlying raw documents - Note confidence level — distinguish well-sourced claims from inferences - Flag if the wiki has gaps on this topic ### Step 3: Present the answer Format depends on the question: - **Factual question** — direct answer with citations - **Comparison** — markdown table comparing entities/concepts - **Overview** — structured summary with sections - **Analysis** — synthesis with explicit reasoning chain ### Step 4: File back (if valuable) If the answer represents a useful synthesis that doesn't exist as a wiki page: 1. Ask the user: "This answer synthesizes information that isn't captured in the wiki yet. Should I file it as a new page?" 2. If yes: create a new wiki page in `memory/wiki/` 3. Update `memory/wiki/index.md` 4. Append to `memory/log.md`: ``` ## [YYYY-MM-DD] query-filed | Page Title - Question: [original question] - Pages referenced: [list] - New page: memory/wiki/page-name.md ``` ## Key Insight Good answers should not disappear into chat history. A comparison you asked for, an analysis, a connection you discovered — ...

Details

Author
open-gitagent
Repository
open-gitagent/gitagent
Created
3 months ago
Last Updated
5 days ago
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

wiki-query

Query pro-workflow wikis via SQLite FTS5 BM25 retrieval. Returns top-K passages with citations. Use when answering a question that any of the user's wikis already covers, when the user says "what does the wiki say about X", "ask wiki", "search wikis", or before drafting a new wiki page (to avoid duplication).

2,259 Updated 4 days ago
rohitg00
AI & Automation Solid

wiki-qa

Answer repository questions grounded entirely in source code evidence. Use when user asks a question about the codebase, user wants to understand a specific file, function, or component, or user asks "how does X work" or "where is Y defined".

39,350 Updated today
sickn33
AI & Automation Solid

knowledge-wiki

Manage the personal knowledge wiki. Use when the user shares articles, documents, or asks to organize knowledge; when a conversation produces insights worth preserving as structured knowledge; or when the user asks about the knowledge base.

45,002 Updated today
zhayujie
Data & Documents Listed

wiki_ask

Chat with the knowledge base. Answers user questions by dynamically employing RAG context extraction, graph database queries, and targeted keyword searches to provide cited, hallucination-free answers.

2 Updated yesterday
Misaka16384
AI & Automation Solid

wiki-ingest

Ingest a raw source document into the wiki. Reads the source, extracts key information, creates or updates wiki pages, maintains cross-references, and logs the operation. Use when the user adds a new source or says 'ingest this'.

499 Updated 5 days ago
open-gitagent