From llm-wiki
Ingest a source file from raw/ into the LLM Wiki — read, discuss, write summary page, update cross-references across 5-15 pages, regenerate index, append to log. Usage /wiki-ingest <path-to-source>
How this command is triggered — by the user, by Claude, or both
Slash command
/llm-wiki:wiki-ingestThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /wiki-ingest Ingest a new source into the LLM Wiki. This is the most-used command. The flow: read the source → discuss TL;DR and key claims with you → write a source summary page → update every relevant entity and concept page → flag contradictions → update `index.md` → append to `log.md`. A typical ingest touches **5-15 wiki pages**. You (the user) are in the loop: the ingestor proposes changes and waits for your confirmation before writing. ## Usage ## What happens 1. **Prep** — runs `scripts/ingest_source.py` to get title, preview, and suggested summary path 2. **Read** — reads...
Ingest a new source into the LLM Wiki. This is the most-used command.
The flow: read the source → discuss TL;DR and key claims with you → write a source summary page → update every relevant entity and concept page → flag contradictions → update index.md → append to log.md.
A typical ingest touches 5-15 wiki pages. You (the user) are in the loop: the ingestor proposes changes and waits for your confirmation before writing.
/wiki-ingest <path>
/wiki-ingest raw/papers/monosemanticity.pdf
/wiki-ingest raw/articles/2026-04-01-interpretability-post.md
scripts/ingest_source.py to get title, preview, and suggested summary pathscripts/update_index.py or edits wiki/index.md inlinescripts/append_log.py --op ingest --title "<title>"This command dispatches the wiki-ingestor sub-agent for the heavy lifting. See agents/wiki-ingestor.md.
engineering/llm-wiki/scripts/ingest_source.py — source prep (metadata + preview)engineering/llm-wiki/scripts/update_index.py — regenerate indexengineering/llm-wiki/scripts/append_log.py — log the ingestraw/ layer. If it isn't, the command will ask you to move it first.raw/ is immutable — the ingestor reads only.→ engineering/llm-wiki/SKILL.md
→ engineering/llm-wiki/references/ingest-workflow.md
npx claudepluginhub bukhari917/claude-skills --plugin llm-wiki/wiki-ingestIngests a source (URL, file path, or current session) into the LLM Wiki, auto-routing to global or local unless --global or --local specified. Initializes wiki if needed and prints curator report.
/wiki-ingestAdd a document to your wiki — creates summaries, extracts key ideas, and connects everything