Ingest Protocol
Type: concept Tags: llm-wiki, claude-code, obsidian-web-clipper
Summary
The workflow for turning a raw source file into a set of interconnected wiki pages. Defined in the vault’s CLAUDE.md and triggered by telling Claude Code: “Please ingest [filename].”
Steps
- Read the full source document from
raw/ - Extract: main topics, key concepts, people/orgs, quotes, takeaways
- (Optional) Ask clarifying questions about depth and focus
- Create wiki pages:
- 1 source page →
wiki/sources/ - N concept pages →
wiki/concepts/ - N entity pages →
wiki/entities/ - 1 analysis page →
wiki/analysis/(if cross-source synthesis is warranted)
- 1 source page →
- Add
[[wikilinks]]between all related pages - Update
wiki/index.mdwith new entries under correct categories - Append timestamped entry to
wiki/log.md
Providing Context
Before or during ingest, you can tell Claude:
- What this vault is for (research topic, second brain, YouTube knowledge)
- How thorough to be (granular vs. concise)
- What to emphasize
Typical Output Scale
The AI 2027 article ingest (referenced in yt-llm-wiki-knowledge-system) created 23 wiki pages in ~10 minutes from a single long article.
Source Delivery Options
- Manual copy-paste into
raw/ - obsidian-web-clipper — Chrome extension that saves web articles directly to
raw/