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
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-claude-skills-ffe457e2625f ,按照其中的说明把「wiki-ingest」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
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
engineering/llm-wiki/skills/llm-wiki/scripts/ingest_source.py to get title, preview, and suggested summary pathengineering/llm-wiki/skills/llm-wiki/scripts/update_index.py or edits wiki/index.md inlineengineering/llm-wiki/skills/llm-wiki/scripts/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/skills/llm-wiki/scripts/ingest_source.py — source prep (metadata + preview)engineering/llm-wiki/skills/llm-wiki/scripts/update_index.py — regenerate indexengineering/llm-wiki/skills/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/skills/llm-wiki/SKILL.md
→ engineering/llm-wiki/skills/llm-wiki/references/ingest-workflow.md