agentsclimarketplace

Kb ingest

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

Use 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.From its SKILL.md

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

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

kb-ingest

Ingest a source document into an llmkb knowledge base: turn it into a summary page and fold its ideas into the concept and entity pages, keeping the index, log, and links consistent.

When to use

A user has dropped a file in the KB's raw/ directory (or points you at one) and wants it filed into the wiki.

Steps

  1. Read the discipline. Open SCHEMA.md at the KB root and follow its conventions for this project.
  2. Read the source in raw/. Identify the key claims, entities, and concepts.
  3. Write the summary page under wiki/summaries/. Use the required frontmatter (type: summary; sources lists the raw/ path). Keep it a faithful condensation, self-contained, with [[wikilinks]] to the concepts and entities it touches.
  4. Update concept pages under wiki/concepts/: create a page for each new cross-cutting idea, or extend an existing one. Agent-authored synthesis is a concept page with an empty (or session-ref) sources.
  5. Update entity pages under wiki/entities/ for people, orgs, systems, or products the source introduces or expands.
  6. Update the catalog. Run llmkb reindex to rebuild wiki/index.md from frontmatter, then append one line to wiki/log.md: ## [YYYY-MM-DD] ingest | <source title>.
  7. Lint and fix. Run llmkb lint and resolve every error it reports (broken links, orphans, missing-from-index) before finishing.

Done when

llmkb lint reports no errors and the source is represented by a summary page plus any concept/entity updates, all linked and indexed.

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.