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 484 stars 102 forks Updated 4 days ago MIT

Install

View on GitHub

Quality Score: 92/100

Stars 20%
89
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
4 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,249 Updated 3 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,227 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.

44,972 Updated today
zhayujie
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'.

484 Updated 4 days ago
open-gitagent
AI & Automation Listed

agent-wiki-ingest

Process a source into the wiki. Use when the user gives you a URL, pasted text, or file path to ingest. Saves to raw/, compiles into wiki pages, cross-links, and flags contradictions. Can enrich with parallel web research when sources mention new topics.

0 Updated today
armed-substantialness820