Skip to main content

Claude Code Tutorial

完整的 Claude Code 教程,從入門到專家 / Complete Claude Code tutorial from beginner to expert

Choose Your Language / 選擇您的語言

🇬🇧 English

Read the English documentation for the complete Claude Code tutorial.

Start Learning →

🇹🇼 繁體中文

閱讀 繁體中文文件 獲得完整的 Claude Code 教程。

開始學習 →


About This Tutorial / 關於本教程

This comprehensive tutorial covers:

  • 20 lessons from installation to advanced multi-agent automation
  • Hands-on examples with real-world projects
  • Updated to Claude Code 2.1.33 with latest features

本教程涵蓋:

  • 20 堂課程 從安裝到進階多代理自動化
  • 實戰範例 包含真實專案
  • 已更新至 Claude Code 2.1.33 包含最新功能

Quick Start / 快速開始

Installation / 安裝

Terminal
# Install Claude Code
npm install -g @anthropic-ai/claude-code

# Or using Bun
bun install -g @anthropic-ai/claude-code

# Or using pnpm
pnpm add -g @anthropic-ai/claude-code

First Run / 首次運行

Terminal
# Start Claude Code
claude

# Or with a specific model
claude --model claude-sonnet-4-5

# Or with auto-edit mode
claude --mode accept-edits

Verify Installation / 驗證安裝

Terminal
# Check version
claude --version

# Show help
claude --help

Documentation Structure / 文件結構

  • Beginner (Lessons 1-5): Installation, basic operations, permissions

  • Intermediate (Lessons 6-10): Configuration, MCP integration, Git, IDE

  • Advanced (Lessons 11-15): Multi-agent automation, optimization

  • Expert (Lessons 16-20): Multi-AI orchestration, ecosystem

  • 初級 (第 1-5 課): 安裝、基本操作、權限

  • 中級 (第 6-10 課): 設定、MCP 整合、Git、IDE

  • 高級 (第 11-15 課): 多代理自動化、優化

  • 專家 (第 16-20 課): 多 AI 編排、生態系統