為什麼學 學習路徑 學習資源 FAQ 開始學習
> 我有一個 Excel 檔案,裡面有三千多筆客戶資料,幫我清除重複的、按照地區分類,然後匯出成三個 CSV # Reading 客戶資料.xlsx — 3,847 rows, 12 columns detected # Scanning for duplicates based on email + phone... # Found 23 duplicate entries, removing... ✓ Cleaned: 3,824 unique records # Grouping by region column — 北部、中部、南部、東部 ✓ 北部.csv — 1,204 rows saved ✓ 中部.csv — 892 rows saved ✓ 南部.csv — 1,128 rows saved ✓ 東部.csv — 600 rows saved > 我想要每天早上自動收到一封信,裡面是昨天的工作摘要,從我的日記檔案裡面抓 # Reading CLAUDE.md for journal structure... # Found journal pattern: journals/YYYY-MM-DD.md # Creating daily summary script with email integration # Setting up cron: 每天 08:00 UTC+8 ✓ scripts/daily-summary.sh created ✓ Email template configured — subject: 「昨日工作摘要」 ✓ Cron job registered: 0 8 * * * ✓ Test email sent to your inbox, check it > 幫我把這個舊網站改成 RWD,現在在手機上完全沒辦法看 # Analyzing current CSS — fixed widths detected # Converting px to responsive units # Adding viewport meta tag # Restructuring grid layout for mobile # Adding hamburger menu for < 768px ✓ 14 files modified ✓ Responsive breakpoints: 480px, 768px, 1024px ✓ Preview: localhost:3000 — try resizing > 我的 Notion 資料太多了,全部匯出成 Markdown 整理到資料夾裡 # Notion export detected: 847 pages, nested structure # Parsing page hierarchy and backlinks # Converting Notion blocks to clean Markdown # Organizing by database → folder mapping ✓ 847 files created in notes/ ✓ Folder structure mirrors Notion workspace ✓ Internal links converted to [[wikilinks]] ✓ Images downloaded to assets/ > 我有一個 Excel 檔案,裡面有三千多筆客戶資料,幫我清除重複的、按照地區分類,然後匯出成三個 CSV # Reading 客戶資料.xlsx — 3,847 rows, 12 columns detected # Scanning for duplicates based on email + phone... # Found 23 duplicate entries, removing... ✓ Cleaned: 3,824 unique records # Grouping by region column — 北部、中部、南部、東部 ✓ 北部.csv — 1,204 rows saved ✓ 中部.csv — 892 rows saved ✓ 南部.csv — 1,128 rows saved ✓ 東部.csv — 600 rows saved > 我想要每天早上自動收到一封信,裡面是昨天的工作摘要,從我的日記檔案裡面抓 # Reading CLAUDE.md for journal structure... # Found journal pattern: journals/YYYY-MM-DD.md # Creating daily summary script with email integration # Setting up cron: 每天 08:00 UTC+8 ✓ scripts/daily-summary.sh created ✓ Email template configured — subject: 「昨日工作摘要」 ✓ Cron job registered: 0 8 * * * ✓ Test email sent to your inbox, check it > 幫我把這個舊網站改成 RWD,現在在手機上完全沒辦法看 # Analyzing current CSS — fixed widths detected # Converting px to responsive units # Adding viewport meta tag # Restructuring grid layout for mobile # Adding hamburger menu for < 768px ✓ 14 files modified ✓ Responsive breakpoints: 480px, 768px, 1024px ✓ Preview: localhost:3000 — try resizing
$ claude ╭────────────────────────────────────────────────╮ │ ✓ Claude Code — ~/project │ ╰────────────────────────────────────────────────╯ > 我想做一個個人網站,要有首頁、關於我、作品集,風格要簡潔、用米色和橘色配色 # Got it. Let me scaffold the project structure first. # Creating index.html, about.html, portfolio.html # Applying color scheme: beige (#F4EBE1) + orange (#DA7B4A) # Setting up responsive navigation # Adding smooth scroll and page transitions ✓ 3 pages created with shared header/footer ✓ CSS variables configured for brand colors ✓ Mobile nav with hamburger menu ✓ Preview ready at localhost:3000 > 把上週會議的錄音檔轉成逐字稿,然後整理成會議紀錄格式,標出待辦事項 # Processing: meeting-2026-03-21.m4a (47 minutes) # Transcribing with Whisper — language: zh-TW # Identifying speakers: 3 participants detected # Extracting action items and decisions ✓ Transcript: meeting-transcript.md (8,240 words) ✓ Summary: meeting-notes.md — 12 key decisions ✓ Action items: 7 tasks extracted with assignees ✓ Follow-up reminders set for next Monday > 幫我寫一封給客戶的提案信,我們是做數位行銷的,這個客戶是一家中型電商,主要賣健康食品 # Loading brand voice from CLAUDE.md... # Analyzing client profile: mid-size e-commerce, health foods # Drafting proposal with industry benchmarks ✓ Draft: proposal-healthfood.md ✓ Structure: 痛點分析 → 服務內容 → 案例 → 報價 → 時程 ✓ Tone: professional but approachable ✓ 3 subject line options included Want me to adjust the tone or add more case studies? > 我有五十張產品照片,幫我全部壓縮到 200KB 以下,然後改名成 product-001 到 product-050 # Scanning ~/photos — 50 images found (JPG + PNG) # Average size: 4.2MB — target: < 200KB each # Compressing with quality optimization # Renaming sequentially: product-001.jpg ... ✓ 50 images compressed — avg: 178KB (-95.8%) ✓ Renamed: product-001.jpg to product-050.jpg ✓ Originals backed up to ~/photos/originals/ > 我的部落格文章想要做 SEO 優化,幫我分析前五篇文章的問題,然後給我改善建議 # Crawling blog pages — 5 posts found # Checking: meta tags, headings, keyword density, internal links, image alt text, page speed # Comparing against top-ranking competitors ✓ Analysis complete — report: seo-audit.md Post 1: missing meta description, no H2 structure Post 2: keyword stuffing in first paragraph Post 3: good structure, needs internal links Post 4: images missing alt text (6 images) Post 5: title too long (78 chars, recommend < 60) ✓ Rewrote 5 meta descriptions — ready for review $ claude ╭────────────────────────────────────────────────╮ │ ✓ Claude Code — ~/project │ ╰────────────────────────────────────────────────╯ > 我想做一個個人網站,要有首頁、關於我、作品集,風格要簡潔、用米色和橘色配色 # Got it. Let me scaffold the project structure first. # Creating index.html, about.html, portfolio.html # Applying color scheme: beige (#F4EBE1) + orange (#DA7B4A) # Setting up responsive navigation # Adding smooth scroll and page transitions ✓ 3 pages created with shared header/footer ✓ CSS variables configured for brand colors ✓ Mobile nav with hamburger menu ✓ Preview ready at localhost:3000 > 把上週會議的錄音檔轉成逐字稿,然後整理成會議紀錄格式,標出待辦事項 # Processing: meeting-2026-03-21.m4a (47 minutes) # Transcribing with Whisper — language: zh-TW # Identifying speakers: 3 participants detected # Extracting action items and decisions ✓ Transcript: meeting-transcript.md (8,240 words) ✓ Summary: meeting-notes.md — 12 key decisions ✓ Action items: 7 tasks extracted with assignees ✓ Follow-up reminders set for next Monday > 幫我寫一封給客戶的提案信,我們是做數位行銷的,這個客戶是一家中型電商,主要賣健康食品 # Loading brand voice from CLAUDE.md... # Analyzing client profile: mid-size e-commerce, health foods # Drafting proposal with industry benchmarks ✓ Draft: proposal-healthfood.md ✓ Structure: 痛點分析 → 服務內容 → 案例 → 報價 → 時程 ✓ Tone: professional but approachable ✓ 3 subject line options included Want me to adjust the tone or add more case studies? > 我有五十張產品照片,幫我全部壓縮到 200KB 以下,然後改名成 product-001 到 product-050 # Scanning ~/photos — 50 images found (JPG + PNG) # Average size: 4.2MB — target: < 200KB each # Compressing with quality optimization # Renaming sequentially: product-001.jpg ... ✓ 50 images compressed — avg: 178KB (-95.8%) ✓ Renamed: product-001.jpg to product-050.jpg ✓ Originals backed up to ~/photos/originals/

用 Claude Code
打造你的
> AI 個人助理

免費教學 + 精選資源,非工程師也能從零開始。
5 篇系列文帶你從入門到自動化。

Interactive demo
claude — ~/project

╭──────────────────────────╮
Claude Code
╰──────────────────────────╯

> 幫我建一個自動化日記系統

# 正在讀取 CLAUDE.md...
# 載入 /journal skill...
已建立 journals/2026-03-28.md
已設定 Time Log 格式
完成!你的日記系統已就緒

>

為什麼要學 Claude Code?

AI 已經不只是聊天工具。Claude Code 讓你直接在電腦上指揮 AI 做事——讀檔案、改程式、跑自動化,像請了一個坐在旁邊的助手。

從「問答」到「做事」

一般 AI 給你答案要你自己做,Claude Code 直接幫你執行。建網頁、整理資料、產報表,講一句話就完成。

非工程師也能用

你不需要懂程式,只要會描述問題。Claude Code 處理技術細節,你專注在「想要什麼結果」就好。

打造你的 AI Agent

設定一次,重複使用。用 Skills 和自動化架構,讓 AI 成為你的個人助理,處理日記、筆記、工作流程。

最強的 AI Coding 工具

在所有 AI 程式助手中,Claude Code 的程式碼品質、上下文理解、多檔案處理能力目前領先。

安全且可控

每個操作都需要你確認才執行,不會自己亂改東西。你是指揮官,AI 是執行者。

職場新必備技能

AI Agent 是 2026 年最重要的工作能力之一。現在學會,在別人還在觀望時就已經領先。

同樣叫 Claude,
能做的事天差地遠

大多數人停在第一層。你可以直接跳到第三層。

This is what we teach
Level 1
Claude 網頁版
你問,它答。
答完,你自己做。
  • 對話問答、翻譯、寫文案
  • 上傳檔案分析
  • 無法操作你的電腦
  • 無法讀寫你的檔案
  • 無法記住你的偏好
  • 無法自動化工作流程
Level 2
Claude Cowork
在瀏覽器裡協作。
它能寫文件,但仍受限。
  • Claude 網頁版所有功能
  • 即時產出文件、報告
  • 視覺化圖表和互動元件
  • 仍在沙盒內,無法操作你的檔案
  • 無法記住你的偏好
  • 無法自動化工作流程

這堂課,是給你的 AI 學習的。

由淺入深的教學,每篇皆能獨立閱讀。丟給 Claude Code,它直接幫你裝好、設定好、開始工作!

Module 1 入門篇|從零開始 01 – 04
01
Claude Code 是什麼?三個層級搞懂 AI 能幫你做到什麼 免費閱讀
搞懂 AI 聊天、Claude Cowork、Claude Code 三個層級的差異
02
安裝教學|環境準備 + 5 分鐘裝好 Claude Code
Mac / Windows 環境準備,從零安裝到第一次啟動
03
第一次使用|從打開 Terminal 到完成第一個任務
認識介面、下第一個指令、完成第一個作品
04
Prompt 技巧|怎麼跟 Claude Code 說話最有效 免費閱讀
五個最有效的 prompt 模式,讓溝通效率翻倍
Module 2 基礎篇|建立你的 AI 系統 05 – 08
05
CLAUDE.md 教學|讓 AI 記住你是誰
建立 CLAUDE.md 設定檔,讓 AI 永遠記住你的偏好
06
筆記與日記管理|用 AI 幫你寫日記、整理筆記
用 Markdown 建立 Claude 自動管理的日記和筆記系統
07
Plan Mode|先探索、再規劃、最後動手
四階段工作流:探索 → 規劃 → 實作 → 提交
08
驗證機制|讓 AI 自己檢查作業
測試、截圖、預期輸出——讓 Claude 自我檢查
Module 3 進階篇|打造 AI 工作流 09 – 13
09
Skills 教學|打造可重複使用的 AI 工作流程
10
AI 怎麼操控工具?API、CLI、MCP 完整指南

還有 10 堂進階 + 實戰課程

包含 Skills、MCP、三層架構、部署、OpenClaw 比較、雷小蒙實戰案例、多 Agent 協作

完成課程後,你會擁有

每堂課結束,你都多一個真的能用的東西

Claude Code 環境
安裝完成、設定好權限和偏好,隨時可用
CLAUDE.md 設定檔
記錄你是誰、怎麼工作,Claude 每次開啟都會讀
日記與筆記系統
Markdown 管理,Claude 自動幫你維護
個人 Skill 庫
重複工作變一鍵指令,用 /skill-name 觸發
MCP 外部連接
Google Calendar、Notion 等工具,一次接好
完整的 AI 個人助理
記得你、幫你做事、持續進化的工作系統
BONUS

你還能獲得

Skill Templates
1-3 個實用 Skill 模板
我們自己在用的 Skill 直接送你。安裝到 .claude/skills/ 就能用,不用從零建。包含日記管理、內容產出等高頻使用場景。
Live Q&A
1 小時 QA 直播問答(日期待定)
購買後可參加一場線上直播。帶著你的問題來,我們現場回答、現場 demo。不是預錄影片,是真人即時互動。
All free, hand-picked

精選免費學習資源

我們幫你整理了最值得看的 Claude Code 學習資源,從官方課程到社群教學,全部分類好了。

常見問題

不需要。Claude Code 的核心能力就是幫不會寫程式的人執行技術工作。你只需要用自然語言描述你想要的結果,它會處理所有技術細節。我們的教學系列就是專門為非工程師設計的。

Claude Code 需要 Anthropic 的 API 帳號(按使用量付費)或 Claude Pro 訂閱($20 美元/月)。但你可以先用免費的 Claude.ai 體驗基本功能,確定適合再升級。本站所有教學資源都是免費的。

基礎操作大約 1-2 天就能上手。要建立完整的 AI Agent 工作流程,跟著我們的 5 篇系列教學走,大約 1-2 週就能完成。關鍵不是花多少時間,而是「動手做」——邊學邊用,進步最快。

ChatGPT 是在瀏覽器裡聊天,它給你答案,你自己去做。Claude Code 直接在你的電腦上運作,它幫你做——讀檔案、寫程式、執行指令、管理專案。打個比方:ChatGPT 是顧問,Claude Code 是坐在你旁邊的助手。

本站收錄的資源絕大多數是免費的,包含 Anthropic 官方課程、社群教學、YouTube 影片和繁中文章。少數進階課程為付費,我們會在每個資源旁邊標註。

Claude Code 在你的本機電腦上運作,每個檔案操作都需要你確認才會執行。你擁有完全的控制權。Anthropic 也承諾不會用你的對話內容來訓練模型(需開啟相關設定)。

會。Claude Code 的生態系統發展很快,我們會持續收錄新的學習資源、更新教學內容,並發布新的系列文章。訂閱下方的電子報,就能在有新內容時第一時間收到通知。

從第一篇教學開始,或直接探索適合你程度的學習資源。不需要任何準備,現在就能開始。

從第一步開始 →
早鳥優惠 00 00 00 00 開始學習