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}.mddirectly.
When updating an existing orb, resolve its path first (two-step lookup):
- Check
{base}/{name}.md— if found, it is a plain orb; update it. - If not found, check
{base}/{name}/{name}.md— if found, it is a bundle orb; update the inner.mdfile.