課程資訊
- 課程:Anthropic Courses — Claude Code in Action
- 章節:Part 1 · Section 1 — Getting hands on
- 📢 分享者:
_____| GitHub:_____
學習目標
理解 Coding Assistant 的運作原理,完成 Claude Code 環境設定,學會在專案中加入上下文(context)並進行程式碼修改
對應 Lessons
| Lesson | 主題 | 對應筆記 |
|---|---|---|
| Lesson 1 | What is a coding assistant | Coding Assistant 與 Tool Use |
| Lesson 2 | Claude Code in action | Coding Assistant 與 Tool Use |
| Lesson 3 | Claude Code setup | 安裝與設定 |
| Lesson 4 | Project setup | 安裝與設定 |
| Lesson 5 | Adding context | 加入上下文 |
| Lesson 6 | Making changes | 進行修改 |
四份筆記速覽
1. Coding Assistant 與 Tool Use
從 Coding Assistant 三步驟迴圈(Gather context → Formulate a plan → Take an action)切入 Tool Use 機制,比較四大 CLI Agent(Claude Code / Codex CLI / Gemini CLI / Copilot CLI)的工具能力與社群實測評價。
→ 前往閱讀
2. 安裝與設定
四家 CLI 安裝指令、定價比較、社群踩坑經驗,並提供「安裝完之後要做什麼」的 6 步進階指南:CLAUDE.md、必知快捷鍵、CLI 旗標、Alias、社群必裝套件、自訂指令。
→ 前往閱讀
3. 加入上下文 Adding Context
/init 指令、CLAUDE.md 三層架構、四大 CLI Agent 的 Context 機制對照,並收錄 6 個真實世界 CLAUDE.md 範例(Boris Cherny、Anthropic 官方、HumanLayer、Snowplow、Bezy、centminmod)與「老手才會寫進指示檔的 10 種內容」。
→ 前往閱讀
4. 進行修改 Making Changes
Plan Mode 深度指南(90/10 法則 + 任務分級 Triage)、/effort 思考深度控制、社群實測 Skill 與套件、Boris Cherny 與 Boris Tane 的真實工作流,以及 Opus 4.6 時代「哪些 prompt patterns 仍有效、哪些已過時」。
→ 前往閱讀
建議閱讀順序
- 先讀 Coding Assistant 與 Tool Use — 理解 Agent 運作原理與工具呼叫機制
- 再讀 安裝與設定 — 完成環境建置並掌握必知快捷鍵
- 接著讀 加入上下文 — 學會用 CLAUDE.md 把 AI 變成「懂專案的同事」
- 最後讀 進行修改 — 用 Plan Mode 與 Thinking 模式拉高首次正確率
預告
Section 2 將進入 Controlling context:對話控制、Custom Commands、MCP Servers、GitHub Integration。