memorb-ingest

Installation
SKILL.md

Memorb Ingest Skill

LLM Wiki Architecture: raw (sources) → wiki (memorbs/ structured pages) → schema (CLAUDE.md). Ingest ensures consistency across all three layers when new raw material arrives.

Orb Layout Decision (apply before any write)

When creating a new orb in memorbs/Long-Term/ or memorbs/HQ/:

  • Has attachments (images, PDFs, audio, etc.) → create a bundle orb: mkdir {base}/{name}/ then write {base}/{name}/{name}.md; place attachment files in the same folder.
  • No attachments → create a plain orb: write {base}/{name}.md directly.

When updating an existing orb, resolve its path first (two-step lookup):

  1. Check {base}/{name}.md — if found, it is a plain orb; update it.
  2. If not found, check {base}/{name}/{name}.md — if found, it is a bundle orb; update the inner .md file.

Execution Sequence (Strict Order)

Installs
3
GitHub Stars
1
First Seen
Jul 24, 2026
memorb-ingest — iamjosuho/memorb