hogu-dev
- 4 skills
- 0 followers
- 19 hours ago last updated
- ▌ Kb Init · hogu-devUse to create a new `llmkb` knowledge base for a project — scaffold it with llmkb init, then interview the user briefly to tailor SCHEMA.md to the project's domain and conventions.
- ▌ Kb Lint · hogu-devUse 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.
- ▌ Kb Query · hogu-devUse 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).
- ▌ Kb Ingest · hogu-devUse when a new source document has been added to a KB's raw/ folder and needs to be filed into the wiki — read the source, write its summary page, create or update concept and entity pages, update the index and log, and lint.