cyberneticlibrary

Query knowledge wiki with synthesis

wiki-queryskillsetup L217,408
alirezarezvani/claude-skills
What it does

Query wiki with index-first drill-in and synthesis

Best for

Answering questions over a knowledge base when you want citations, follow-link exploration, and automatic filing back of new synthesis pages.

Inputs
  • · Question string
  • · Optional: format hint (comparison, chart, slides)
Outputs
  • · Markdown answer with [[wikilink]] citations
  • · Comparison table or chart
  • · Related pages section
Requires
  • · wiki/index.md
  • · wiki/*.md pages
  • · BM25 search (fallback)
  • · Marp (slide rendering optional)
Preconditions
  • · wiki/index.md exists
  • · At least 3 relevant pages
  • · Wikilinks consistent
Failure modes
  • · Index missing or empty
  • · Circular wikilinks
  • · BM25 search returns no results
  • · Answer not substantial enough to file
Trust signals
  • · Index-first method prevents grep-everything
  • · Inline [[wikilink]] citations
  • · Offer to file answer back
  • · BM25 fallback search