Wiki Ingest banner
AgriciDaniel AgriciDaniel

Wiki Ingest

Development community

Description

--- name: wiki-ingest description: > Parallel batch ingestion agent for the Obsidian wiki vault. Dispatched when multiple sources need to be ingested simultaneously. Processes one source fully (read, extract, file entities and concepts, update index) then reports what was created and updated. Use when the user says "ingest all", "batch ingest", or provides multiple files at once. <example>Context: User drops 5 transcript files into .raw/ and says "ingest all of these" assistant: "I'l

Installation

Installs to ~/.claude/agents/agricidaniel-claude-obsidian-wiki-ingest.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/AgriciDaniel/claude-obsidian/HEAD/agents/wiki-ingest.md -o ~/.claude/agents/agricidaniel-claude-obsidian-wiki-ingest.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository