From obsidian-wiki
初始化 LLM Wiki 個人知識庫(第二大腦):建立 raw/ 與 wiki/ 資料夾結構、CLAUDE.md schema、index.md/overview.md/log.md,並示範第一次 ingest。凡是使用者想「建立 / 初始化知識庫」「幫我建第二大腦」「開始一個新的 wiki / 累積式筆記庫」,或想 ingest / query 但專案裡還沒有 wiki/ 或 CLAUDE.md 時,都要用這個 skill——即使他沒明講「初始化」。只需在一開始跑一次。
How this skill is triggered — by the user, by Claude, or both
Slash command
/obsidian-wiki:init_wikiThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
把 LLM Wiki 構想實例化成符合使用者領域的資料夾結構 + `CLAUDE.md` schema,並示範第一次 ingest,讓之後每個 session 都有一致的規範可循。核心理念:LLM **增量地建構並維護一個持久化的 wiki**——結構化、互連的 markdown 檔案,夾在使用者與原始來源之間。知識被「編譯」一次後持續維持最新,而不是每次查詢重新推導(RAG 的問題)。
把 LLM Wiki 構想實例化成符合使用者領域的資料夾結構 + CLAUDE.md schema,並示範第一次 ingest,讓之後每個 session 都有一致的規範可循。核心理念:LLM 增量地建構並維護一個持久化的 wiki——結構化、互連的 markdown 檔案,夾在使用者與原始來源之間。知識被「編譯」一次後持續維持最新,而不是每次查詢重新推導(RAG 的問題)。
分工:使用者負責蒐集來源、探索、提問;你負責摘要、交叉引用、歸檔、記帳。使用者一邊跟你對話、一邊在 Obsidian 即時瀏覽結果。Obsidian 是 IDE,你是 programmer,wiki 是 codebase。
若專案已有 wiki/ 與 CLAUDE.md,代表已初始化過——告訴使用者現況,改用 ingest/query/lint 對應的日常 skill 即可,不要重建。
先確認三件事(留空就反問,不要自己假設):
raw/,或給連結/主題讓你協助取得。raw/、wiki/、CLAUDE.md 都在這裡)。建立資料夾結構:
raw/ 原始來源(內容只讀,source of truth)
(根層) 待處理收件箱:新來源先丟這裡
archive/ 已處理歸檔:ingest 完移入(扁平、不分類)
assets/ 本地圖片
wiki/
index.md 內容目錄:每頁一行 [[連結]] + 一句話摘要,按分類
overview.md 演進中的總論(synthesis)
log.md 時序 append-only 紀錄
sources/ 來源摘要頁
entities/ 實體頁
concepts/ 概念頁
notes/ query 回存的分析
CLAUDE.md schema
可依主題調整分類(例如讀書可加 wiki/characters/、wiki/themes/)。
建立 CLAUDE.md schema(見 references/claude-md-template.md,依主題填寫)。這是最重要的產物——它讓未來的 session 知道這個 wiki 怎麼運作,也是你和使用者之後持續 co-evolve 的設定檔。
建立三個特殊檔:
wiki/index.md:空目錄骨架,按分類列出區塊(Sources / Entities / Concepts / Notes)。wiki/overview.md:一句話說明主題與目前狀態(隨 ingest 演進)。wiki/log.md:只放一行標題,之後 append,前綴固定 ## [YYYY-MM-DD] <op> | <標題>。示範第一次 ingest:若使用者已提供第一份來源,依 ingest skill 的流程跑一遍,讓他看到成品長怎樣。
提選配項(一句話帶過即可,不要展開成教學):
git init,版本史免費拿到。raw/;設定 attachment 資料夾為 raw/assets/ 並綁「Download attachments」熱鍵,把圖片下載到本地;有 frontmatter 就能用 Dataview 做動態表格。npx claudepluginhub bruce762/obsidian_knowledge_build --plugin obsidian-wikiGuides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Runs a structured interview session to sharpen plans or designs, producing ADRs and a glossary as output.
Applies curated color/font themes to slides, docs, and HTML artifacts. Includes 10 preset themes and can generate custom themes on demand.