🤖 Claude 索引(Map of Content)

Claude domain 65+ entity 的完整索引,按功能維度分類。比 index 主檔的 Claude 區更細,比 Claude 學習地圖 涵蓋面更廣。

主檔 index 是「全 vault 入口」,本檔是「Claude domain 的二級目錄」。

🎯 從哪開始(給新手的 5 篇)

如果你是第一次讀,建議照這順序:

  1. 四種使用模式 — Chat / Cowork / Code / Projects 一張圖看懂
  2. Claude 模型家族 — Opus / Sonnet / Haiku 三型號對照
  3. Boris Cherny 13 條心法 — Claude Code 創造者的實戰要點
  4. 反饋循環 — Boris #1 重要:給 Claude 驗證手段
  5. CLAUDE.md(專案手冊) — 給 LLM 讀的專案指引

📦 模型與產品

🧠 模型

💻 產品介面


✏️ 提示工程(Prompt Engineering)

基礎

進階


🤝 Cowork 核心工作流(4.6 系列)

上下文管理三支柱

上下文壓縮 / 記憶

連接外部

工作流增強


🛠 Claude Code 進階

🔀 並行與隔離

✅ 驗證與品質

  • 反饋循環 — Boris #1 重要:給 Claude 驗證手段
  • Self-check — 自我檢查 prompt 技巧
  • Hooks — PreToolUse / PostToolUse / Stop / PostCompact
  • Plan 模式 — Shift+Tab×2,含 Boris 三階段工作流

⚙️ 自動化與排程

🏗 設定 / 專案結構

📞 互動模式


🧩 Skills / Agent / Plugin 生態


🧠 AI 開發實踐心法

Boris Cherny 系列

跨主題視覺化


🗺 主題地圖


📊 Live Dataview

Claude domain 全部頁

TABLE WITHOUT ID file.link AS "頁面", type AS "類型", status AS "狀態", updated AS "最後更新"
FROM "wiki/entities/claude"
SORT type, file.name

Claude domain × type 矩陣

TABLE WITHOUT ID
  rows.type[0] AS "Type",
  length(rows) AS "頁數",
  rows.file.link[0] AS "範例頁"
FROM "wiki/entities/claude"
GROUP BY type
SORT rows.type[0]

Claude domain 最近更新 10 篇

TABLE WITHOUT ID file.link AS "頁面", type AS "類型", updated AS "最後更新"
FROM "wiki/entities/claude"
SORT updated DESC
LIMIT 10

Claude domain 待審 draft

LIST
FROM "wiki/entities/claude"
WHERE status = "draft"

🔗 跨層連結

← 回到 wiki