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
npx -y skills add hogu-dev/llmkb --skill kb-lintAssembled 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
- Run the tool.
llmkb lint --kb <dir>. Fix every error: broken links, pages missing from the index (llmkb reindexrepairs the index), dangling index entries, malformed frontmatter. Address warnings (orphans, log-format) where they matter. - 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 insources. - Missing concept pages. If several summaries reference an idea that has no concept page, create one and link them.
- Re-run
llmkb lintand confirm it is clean; append a## [YYYY-MM-DD] lint | <scope>line towiki/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.