Skip to content

Claude Code Source Code GuideA bilingual site built for continuous reading

The architecture, execution flow, tool system, and writing process of Claude Code — broken into chapters you can read in sequence, not scattered Markdown files.

Claude Code Teaching Guide

Build the big picture first, then go deeper into the mechanisms, and finally circle back to planning and the writing process. This order keeps you from getting lost in local source code details.

  1. English readers: start with Chapter 01: Project Overview and Architecture to establish the system skeleton.
  2. When you reach the Agent loop, tool system, and QueryEngine, cross-reference the planning docs — the dependency graph and progress tracking will help you put local mechanics back into the global picture.
  3. If you are curious about how this tutorial was produced, the writing conversations log the full real-time process.

What Is on This Site

  • Chapters: Bilingual main text, suitable for continuous reading.
  • Analysis docs: Project map, module inventory, and risk analysis — useful to scan before you start.
  • Progress and planning: See exactly which chapter the tutorial has reached.
  • Writing conversations: The real working process behind this tutorial, generated with Claude Code skills.

Suggested Starting Points

Built for learners who want to read Claude Code like a real system.