Claude Code Complete Guide
Description
图解 Claude Code 完全指南 | 哆啦A梦风格漫画 + 详细源码解析 | 12篇120节课 | 零基础友好 | 支持网页/PDF阅读
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
图解 Claude Code 完全指南
哆啦A梦风格漫画 + 详细源码解析 | 零基础友好 | 12 篇 114 节课
**[📖 在线阅读](https://bcefghj.github.io/claude-code-complete-guide)** | **[⬇️ 下载 PDF](https://github.com/bcefghj/claude-code-complete-guide/releases/latest)**
🚀 V2 版本已发布!
本仓库为 V1 版本(12 篇 114 节)。**全新 V2 版本**已正式发布,内容大幅扩充:
| 对比 | V1(本仓库) | V2(新版) |
|---|---|---|
| 篇章 | 12 篇 114 节 | 20 篇 187 节 |
| 新增内容 | — | 提示词工程、记忆系统、隐藏功能、Hooks 生态、Token 经济学、8 个实战 Lab |
| 图表 | ~30 个 | 100+ Mermaid 图 + 60+ 数据表格 |
| 自测题 | 无 | 50 题三级自测 |
| 输出格式 | 网页 + PDF | 网页 + PDF + HTML 离线包 |
| 文档框架 | Docsify | VitePress(暗色模式、全文搜索、移动适配) |
**👉 [点击前往 V2 版本仓库](https://github.com/bcefghj/claude-code-complete-guide_v2)** | **[V2 在线阅读](https://bcefghj.github.io/claude-code-complete-guide_v2)** | **[V2 下载 PDF](https://github.com/bcefghj/claude-code-complete-guide_v2/releases/latest)**
在线阅读
**[点击这里在线阅读](https://bcefghj.github.io/claude-code-complete-guide)**
项目简介
本书将 Anthropic 的 AI 编程助手 **Claude Code** 的 51 万行 TypeScript 源码,整理成一本零基础也能看懂的完全学习指南。
特色
- 哆啦A梦风格 漫画图解,轻松有趣
- 120+ 节详细课程,每节配有源码解析
- 生活类比 解释技术概念(做饭、装修、快递...)
- Mermaid 架构图,一图胜千言
- 动手练习,学以致用
- 支持 网页在线阅读 + PDF 导出
内容覆盖
| 篇章 | 主题 | 章节数 |
|---|---|---|
| 第一篇 | 基础入门 | 4 节 |
| 第二篇 | 架构全景 | 10 节 |
| 第三篇 | 工具系统 | 10 节 |
| 第四篇 | 查询引擎 | 10 节 |
| 第五篇 | 权限系统 | 10 节 |
| 第六篇 | 终端 UI | 10 节 |
| 第七篇 | 状态管理 | 10 节 |
| 第八篇 | 服务与集成 | 10 节 |
| 第九篇 | Bridge 桥接 | 10 节 |
| 第十篇 | 多 Agent 协作 | 10 节 |
| 第十一篇 | 性能优化 | 10 节 |
| 第十二篇 | 亮点总结 | 10 节 |
本地运行
# 克隆仓库
git clone https://github.com/bcefghj/claude-code-complete-guide.git
cd claude-code-complete-guide
# 安装 docsify(需要 Node.js)
npm i docsify-cli -g
# 启动本地服务
docsify serve docs
# 浏览器访问 http://localhost:3000
下载 PDF
**[⬇️ 直接下载 PDF(最新版)](https://github.com/bcefghj/claude-code-complete-guide/releases/latest)**
也可以本地导出:
# 安装依赖
npm install
# 启动 docsify(新开终端)
docsify serve docs
# 运行导出脚本
node scripts/export-pdf.js
详见 [scripts/README.md](scripts/README.md)。
相关项目
| 项目 | 说明 |
|---|---|
| Claude Code 完全指南 V2 | V2 新版,20 篇 187 节,VitePress 构建 |
| Claude-Code-Source | v2.1.88 完整 TypeScript 源码 |
| Claude-Code-Source-Analysis | 全网源码解读资料收集 |
源码来源
- Claude Code CLI - TypeScript 源码
- 漫画系列 - bcefghj GitHub
声明
本项目仅用于教育学习目的。Claude Code 源码版权归 Anthropic, PBC 所有。 漫画由 AI 生成,仅供学习交流使用。
致谢
感谢以下贡献者的建议和代码:
- @yuwen773 — 贡献了 PDF 批量导出脚本 (PR #2)
- @FnExpress — 反馈了 Mermaid 图表渲染问题 (Issue #1)
License
MIT
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11