agentsclimarketplace

Kb lint

Skill hogu-dev/llmkb/skills/kb-lint

Use to health-check an `llmkb` knowledge base — run llmkb lint and fix what it reports, then do the judgment-level checks code cannot: contradictions between pages, stale claims superseded by newer sources, and missing concept pages.From its SKILL.md

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

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.5 KB, 311 tokens by cl100k_base, as published. Nobody here has run it

kb-lint

Bring an llmkb knowledge base back to health: fix the mechanical defects the tool finds, then the semantic ones only a reader can catch.

When to use

Periodically, or when a KB feels stale or inconsistent, or before relying on it for an important query.

Steps

  1. Run the tool. llmkb lint --kb <dir>. Fix every error: broken links, pages missing from the index (llmkb reindex repairs the index), dangling index entries, malformed frontmatter. Address warnings (orphans, log-format) where they matter.
  2. Judgment checks the tool cannot do:
    • Contradictions. Read related pages together; reconcile claims that conflict, and note the resolution.
    • Stale claims. Where a newer source supersedes an older page, update the page and its timestamp; keep provenance in sources.
    • Missing concept pages. If several summaries reference an idea that has no concept page, create one and link them.
  3. Re-run llmkb lint and confirm it is clean; append a ## [YYYY-MM-DD] lint | <scope> line to wiki/log.md.

Done when

llmkb lint is error-free and the semantic pass found no unresolved contradictions, stale claims, or missing concept pages.

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.