agentsclimarketplace

Kb query

Skill hogu-dev/llmkb/skills/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

Install
npx -y skills add hogu-dev/llmkb --skill kb-query

Assembled 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

  1. 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.
  2. Search at scale. If the index is large or routing is unclear, run llmkb search "<query>" --kb <dir> (repeat --kb for several KBs). Use the hits to pick pages.
  3. Read the pages you selected and compose the answer.
  4. Cite every page you drew on by its [[Title]].
  5. Compound (optional but encouraged). If answering produced durable new synthesis not already captured, write it as a concept page (empty sources = agent-authored), then run llmkb reindex, append a ## [YYYY-MM-DD] synthesis | <title> line to wiki/log.md, and run llmkb 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.

Keep looking

Skills are one crate of 326,871. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.