Kb query
Use when answering a question from one or more `llmkb` knowledge bases — route via the index, search at scale, cite the pages used, and optionally file valuable new synthesis back as a page (the compounding loop).From its SKILL.md
npx -y skills add hogu-dev/llmkb --skill kb-queryAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 28 days oldThe repository was created 28 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.4 KB, 326 tokens by cl100k_base, as published. Nobody here has run it
kb-query
Answer a question from one or more llmkb knowledge bases, cite what you used,
and — when the answer produced durable new knowledge — file it back.
When to use
A user asks a question that the KB(s) should be able to answer, or asks you to research within them.
Steps
- Route via the index first. Read
wiki/index.md(each KB's) — one line per page — to find the pages most likely to hold the answer. For multiple KBs, read each index; results are tagged by KB name. - Search at scale. If the index is large or routing is unclear, run
llmkb search "<query>" --kb <dir>(repeat--kbfor several KBs). Use the hits to pick pages. - Read the pages you selected and compose the answer.
- Cite every page you drew on by its
[[Title]]. - Compound (optional but encouraged). If answering produced durable new
synthesis not already captured, write it as a
conceptpage (emptysources= agent-authored), then runllmkb reindex, append a## [YYYY-MM-DD] synthesis | <title>line towiki/log.md, and runllmkb lint.
Done when
The question is answered with page citations, and any new synthesis is filed, indexed, logged, and lint-clean.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.