From wiki
對 Obsidian Wiki 進行跨來源合成,找出跨主題連結、矛盾點、待建頁面,並在 wiki/Themes/ 建立 synthesis 頁面。使用時機:用戶說 /reflect、做跨主題合成、找主題連結、合成新知識,或在 compile 累積 5 篇以上後想深化知識連結。
How this skill is triggered — by the user, by Claude, or both
Slash command
/wiki:reflectopusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
執行時 CWD 須在 vault 根目錄(所有路徑皆為相對路徑)。
執行時 CWD 須在 vault 根目錄(所有路徑皆為相對路徑)。
vault/
├── raw/ # 唯讀來源(不寫入)
│ ├── 00_inbox/ # 待處理素材:新剪藏、逐字稿
│ ├── 02_literature/ # 已處理的文獻存檔
│ └── 03_daily/ # 每日原始日誌(依年份子資料夾)
├── wiki/ # Claude 維護的知識頁
│ ├── People/ # 人物頁
│ ├── Projects/ # 專案頁
│ ├── Themes/ # 概念與合成頁
│ ├── Events/ # 活動與聚會頁
│ ├── Decisions/ # 決策記錄
│ ├── Retro/ # 回顧頁
│ └── Indexes/ # 分類索引(All-People、All-Themes 等)
├── brainstorming/ # 草稿與健康報告(monthly-reviews/、health/)
├── scripts/ # 輔助腳本(compile_state.py、check_vault.py 等)
├── index.md # 總目錄
└── CHANGELOG.md # 操作記錄
原則:raw/ 永遠唯讀,只寫 wiki/、brainstorming/、artifacts/。
執行前確認 index.md 已有至少 5 筆新增記錄(自上次 reflect 後)。
若不足,告知用戶並停止。
讀取 index.md,列出所有 wiki/Themes/ 和 wiki/People/ 頁面。
讀取相關頁面後,識別以下模式:
| 類型 | 說明 |
|---|---|
| 反覆概念 | 跨 3 份以上文件都出現的概念或詞彙 |
| 未連結關聯 | 兩個頁面主題有關聯但互無 wikilink |
| 矛盾點 | 新舊頁面對同一概念有不同立場 |
| 待建頁面 | 被多處提及但 wiki/Themes/ 沒有對應頁面 |
對有足夠證據(≥2 個來源支持)的發現,建立 wiki/Themes/主題名.md:
---
tags: [themes]
type: synthesis
date: "YYYY-MM-DD"
sources: ["[[頁面A]]", "[[頁面B]]"]
---
# 主題名
> 核心論點(一句話)
## 合成觀點
## 來源與佐證
## 開放問題
矛盾點不直接建立頁面,先呈現給用戶決定調解方式。
寫入前必須先執行 date '+%Y-%m-%d %H:%M:%S' 取得真實時間,不可填假時間或 00:00:00。格式:
## [YYYY-MM-DD HH:MM:SS] reflect | 發現 N 個反覆概念、M 個未連結關聯、K 個矛盾、建立 J 個 synthesis 頁面
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Applies a firm's KYC/AML rules grid to parsed onboarding records: assigns risk rating, checks required documents, outputs rule outcomes with citations, and routes for escalation.
Generates daily or weekly digests of activity from connected sources (chat, email, docs, tasks, CRM), highlighting action items, decisions, mentions, and project updates.
npx claudepluginhub maxjkfc/max-skills --plugin wiki