Skip to content

Releases: TerryWongCode/llm-knowledge-base

v0.1.0-beta - Initial public release

07 Apr 14:43

Choose a tag to compare

Initial public beta release of llm-knowledge-base.

This package provides a Karpathy-inspired, markdown-first workflow for building and maintaining living knowledge bases from local source material such as repos, docs, papers, articles, and images.

Highlights:

  • multi-agent compatible workflow package
  • shared SKILL.md entrypoint for Codex and Claude Code
  • AGENTS.md fallback for generic repo-aware agent tools
  • Obsidian-friendly graph-hygiene conventions
  • reusable answer and audit templates
  • reusable query pack for recurring KB question types
  • repo-agnostic helper scripts for scaffolding, validation, and KB snapshots
  • concrete OpenHive example included as a reference

This release is intended as an early but usable beta:

  • the core workflow is stable enough to use
  • documentation and examples may continue to improve based on feedback
  • the script CLI and shared workflow assets are the main stability surface

Included portable components:

  • SKILL.md
  • AGENTS.md
  • COMPATIBILITY.md
  • references/templates/
  • references/query-pack/
  • scripts/

Recommended for:

  • repo-local architecture knowledge bases
  • Obsidian-backed engineering wikis
  • research vaults that should compound over time instead of producing one-off chat answers