建立你自己的 AI 第二大腦。 不需要程式經驗。
Build your personal AI second brain. No coding experience required.
一個 AI(Claude)能讀取、整理、跨對話學習的筆記資料夾。 時間久了它會記住你的偏好, 越來越懂你。
A folder of notes that an AI (Claude) reads, organizes, and learns from across conversations. Over time it remembers your preferences and gets better at helping you.
這個 kit 是教 Claude 怎麼幫你建系統的。 技術文件你不用讀, 你只要跟 Claude 對話。
This kit teaches Claude how to set the system up for you. You don't read the technical files — you just talk to Claude.
就這樣。 你不需要會寫程式。
That's it. You don't need to know how to code.
Step 1
Install Claude CodeClaude Code 是讓你透過電腦命令列跟 Claude 對話的工具。
Claude Code is the tool that lets you talk to Claude through your computer's command line.
[ Mac ]
Cmd+Space, 輸入「terminal」, 按 Enter)。curl -fsSL https://claude.ai/install.sh | bashclaude login, 跟著畫面提示完成登入。Cmd+Space, type "terminal", Enter).curl -fsSL https://claude.ai/install.sh | bashclaude login, follow prompts.[ Windows ]
wsl --install → 重新開機。curl -fsSL https://claude.ai/install.sh | bashclaude login, 跟著畫面提示完成登入。wsl --install → restart.curl -fsSL https://claude.ai/install.sh | bashclaude login, follow prompts.測試是否成功:執行 claude --version, 看到版本號就 OK。
Test it works: run claude --version. If you see a version number, you're ready.
Step 2
Open the folderpersonal-agent-kit 資料夾搬到你記得住的位置(例如 Documents)。cd (後面有一個空格), 從 Finder 或檔案總管把資料夾拖進 Terminal, 按 Enter。claudepersonal-agent-kit folder somewhere you'll remember (e.g., your Documents folder).cd (with a space), drag the folder from Finder/File Explorer into Terminal, press Enter.claudeStep 3
Tell Claude what to doClaude Code 啟動後, 輸入這行然後按 Enter:
Once Claude Code is running, type this and press Enter:
讀 BOOTSTRAP.md, 幫我建立系統
Read BOOTSTRAP.md and help me set up the system
就這樣。 Claude 會接手, 訪談你幾分鐘, 然後建一個符合你的系統。
That's it. Claude takes over from here — it'll interview you for a few minutes, then build a system tailored to you.
從基礎開始, 準備好再加。 大部分人不需要超出第一階段。
You start with the basics, and add more when you're ready. Most people never need to go beyond Stage 1.
Stage 1
基礎
Basics
第一天
Day 1
日常使用足夠
Enough for daily use
Stage 2
延伸
Extensions
後續, 視需要再加
Later, by request
時機到了 Claude 會建議
Claude suggests when ready
Stage 3
進階
Advanced
不在這個 kit 裡
Not in this kit
用到超出 kit 範圍時再說
For when you outgrow the kit
第一天就是「筆記+規則+記憶」三件套, 後續再疊上 patterns。
Three core pieces on day 1, with patterns layered in later.
筆記
Notes
knowledge/
references/
ideas/, inbox/
Claude 為你讀寫的地方。
Where Claude reads and writes for you.
規則
Rules
CLAUDE.md
.claude/rules/
Claude 跟你互動的方式。
How Claude behaves with you specifically.
記憶
Memory
proven.md
decisions.md
Claude 累積學會的東西。
What Claude has learned over time.
↓ 後續延伸 ↓ Extends with
Patterns(Stage 2 延伸, 可選)
Patterns (Stage 2 extensions, optional)
patterns/communication/ · patterns/automation/ · patterns/memory/
手機輸入、排程自動化、更深記憶、品質檢查。 後續視需要再加, 由 Claude 建議。
Phone capture · scheduled automation · deeper memory · quality checks. Added later, only when Claude sees you'd benefit.
不用。 會用瀏覽器、檔案、複製貼上就可以。 這個 kit 是設計給「30 分鐘前才剛裝 Claude Code、還不知道 terminal 是什麼」的人用的。
No. If you can use a browser, files, and copy-paste, you can set this up. The kit is designed for people who installed Claude Code 30 minutes ago and don't know what "terminal" means.
是。 所有東西都在你自己電腦上的資料夾裡。 除了對話時 Claude 讀取(跟一般 Claude 對話一樣), 沒有上傳到任何地方。 沒有雲端同步、沒有遙測、沒有第三方。
Yes. Everything lives in a folder on your computer. Nothing is uploaded anywhere except when Claude reads it during a conversation (same as any Claude chat). No cloud sync, no telemetry, no third party.
Kit 本身免費(MIT License)。 需要 Claude Max 訂閱(每月約 $20 美金)來不限量使用 Claude Code。 推薦的 Obsidian、VS Code 都免費。
The kit itself is free (MIT licensed). You need a Claude Max subscription (~$20/month) for unlimited Claude Code use. Optional tools like Obsidian and VS Code are free.
可以。 刪掉那個資料夾就好。 沒有系統服務、沒有背景程式、沒有 registry 編輯。 你的筆記就是 markdown 檔, 可以留著、用任何工具打開, 或丟掉。
Yes. Delete the folder. That's it — no system services, no background processes, no registry edits. Your notes are markdown files; you can keep them, open them anywhere, or throw them away.
純對話每次都忘光。 這個 kit 給 Claude 一個能讀寫的固定位置, 它會記住你的偏好、累積筆記、隨時間越來越有用。 同一個 Claude, 但有連續性。
Plain chat forgets everything between conversations. This kit gives Claude a persistent place to read and write — so it remembers your preferences, builds on past notes, and gets more useful over time. Same Claude, with continuity.