Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
xianyu110
/
awesome-claudcode-tutorial
Public
Notifications
You must be signed in to change notification settings
Fork
125
Star
599
Code
Issues
1
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Files
Expand file tree
main
Breadcrumbs
awesome-claudcode-tutorial
/
docs
/
zh
/
articles
/
Copy path
Directory actions
More options
More options
Directory actions
More options
More options
Latest commit
History
History
History
main
Breadcrumbs
awesome-claudcode-tutorial
/
docs
/
zh
/
articles
/
Copy path
Top
Folders and files
Name
Name
Last commit message
Last commit date
parent directory
..
001_1.1 Claude Code是什么.md
001_1.1 Claude Code是什么.md
002_1.2 Claude Code的核心优势.md
002_1.2 Claude Code的核心优势.md
003_1.3 Claude Code与其他AI编程工具的对比.md
003_1.3 Claude Code与其他AI编程工具的对比.md
004_1.4 Claude Code的应用场景.md
004_1.4 Claude Code的应用场景.md
005_2.1 系统要求与环境准备.md
005_2.1 系统要求与环境准备.md
006_2.2 VS Code插件安装.md
006_2.2 VS Code插件安装.md
007_2.3 命令行工具安装.md
007_2.3 命令行工具安装.md
008_2.4 账户注册与授权.md
008_2.4 账户注册与授权.md
009_2.5 基本配置选项.md
009_2.5 基本配置选项.md
010_2.6 连接本地开发环境.md
010_2.6 连接本地开发环境.md
011_2.7 使用国内中转站.md
011_2.7 使用国内中转站.md
012_2.8 使用CCR等中转工具.md
012_2.8 使用CCR等中转工具.md
013_3.1 界面介绍与导航.md
013_3.1 界面介绍与导航.md
014_3.2 基本对话交互.md
014_3.2 基本对话交互.md
015_3.3 基础代码生成.md
015_3.3 基础代码生成.md
016_3.4 基础代码理解.md
016_3.4 基础代码理解.md
017_3.5 代码修改与优化.md
017_3.5 代码修改与优化.md
018_3.6 基础代码协作.md
018_3.6 基础代码协作.md
019_4.1 命令系统简介.md
019_4.1 命令系统简介.md
020_4.2 命令分类.md
020_4.2 命令分类.md
021_4.3 命令执行流程.md
021_4.3 命令执行流程.md
022_4.4 命令帮助系统.md
022_4.4 命令帮助系统.md
023_4.5 命令版本管理.md
023_4.5 命令版本管理.md
024_5.1 `claude` - 启动交互式 REPL.md
024_5.1 `claude` - 启动交互式 REPL.md
025_5.2 `claude _query_` - 使用初始提示启动 REPL.md
025_5.2 `claude _query_` - 使用初始提示启动 REPL.md
026_5.3 `claude -p _query_` - 通过 SDK 查询,然后退出.md
026_5.3 `claude -p _query_` - 通过 SDK 查询,然后退出.md
027_5.4 `cat file _ claude -p _query_` - 处理管道内容.md
027_5.4 `cat file _ claude -p _query_` - 处理管道内容.md
028_5.5 `claude -c` - 继续最近的对话.md
028_5.5 `claude -c` - 继续最近的对话.md
029_5.6 `claude -c -p _query_` - 通过 SDK 继续.md
029_5.6 `claude -c -p _query_` - 通过 SDK 继续.md
030_5.7 `claude -r __session-id__ _query_` - 按 ID 恢复会话.md
030_5.7 `claude -r __session-id__ _query_` - 按 ID 恢复会话.md
031_5.8 `claude update` - 更新到最新版本.md
031_5.8 `claude update` - 更新到最新版本.md
032_5.9 `claude mcp` - 配置模型上下文协议 (MCP) 服务器.md
032_5.9 `claude mcp` - 配置模型上下文协议 (MCP) 服务器.md
033_6.1 `--add-dir` - 添加额外的工作目录.md
033_6.1 `--add-dir` - 添加额外的工作目录.md
034_6.2 `--agents` - 动态定义自定义子代理.md
034_6.2 `--agents` - 动态定义自定义子代理.md
035_6.3 `--allowedTools` - 允许的工具列表.md
035_6.3 `--allowedTools` - 允许的工具列表.md
036_6.4 `--disallowedTools` - 禁止的工具列表.md
036_6.4 `--disallowedTools` - 禁止的工具列表.md
037_6.5 `--print`, `-p` - 打印响应而不进入交互模式.md
037_6.5 `--print`, `-p` - 打印响应而不进入交互模式.md
038_6.6 `--system-prompt` - 替换整个系统提示.md
038_6.6 `--system-prompt` - 替换整个系统提示.md
039_6.7 --system-prompt-file - 从文件加载系统提示.md
039_6.7 --system-prompt-file - 从文件加载系统提示.md
040_6.8 --append-system-prompt - 附加到默认系统提示.md
040_6.8 --append-system-prompt - 附加到默认系统提示.md
041_6.9 --output-format - 指定输出格式.md
041_6.9 --output-format - 指定输出格式.md
042_6.10 --input-format - 指定输入格式.md
042_6.10 --input-format - 指定输入格式.md
043_6.11 --include-partial-messages - 包含部分流事件.md
043_6.11 --include-partial-messages - 包含部分流事件.md
044_6.12 --verbose - 启用详细日志记录.md
044_6.12 --verbose - 启用详细日志记录.md
045_6.13 --max-turns - 限制非交互模式中的代理轮数.md
045_6.13 --max-turns - 限制非交互模式中的代理轮数.md
046_6.14 --model - 设置会话模型.md
046_6.14 --model - 设置会话模型.md
047_6.15 --permission-mode - 指定权限模式.md
047_6.15 --permission-mode - 指定权限模式.md
048_6.16 --permission-prompt-tool - 处理权限提示的工具.md
048_6.16 --permission-prompt-tool - 处理权限提示的工具.md
049_6.17 --resume - 恢复特定会话.md
049_6.17 --resume - 恢复特定会话.md
050_6.18 --continue - 加载最近的对话.md
050_6.18 --continue - 加载最近的对话.md
051_6.19 --dangerously-skip-permissions - 跳过权限提示.md
051_6.19 --dangerously-skip-permissions - 跳过权限提示.md
052_7.1 _init - 初始化命令.md
052_7.1 _init - 初始化命令.md
053_7.2 _add-dir - 添加额外工作目录.md
053_7.2 _add-dir - 添加额外工作目录.md
054_7.3 _mcp - 配置模型上下文协议服务器.md
054_7.3 _mcp - 配置模型上下文协议服务器.md
055_7.4 _agents - 管理自定义AI子代理.md
055_7.4 _agents - 管理自定义AI子代理.md
056_7.5 _bashes - 管理后台任务.md
056_7.5 _bashes - 管理后台任务.md
057_7.6 _clear - 清除对话历史.md
057_7.6 _clear - 清除对话历史.md
058_7.7 _bug - 报告错误.md
058_7.7 _bug - 报告错误.md
059_7.8 _config - 打开设置界面.md
059_7.8 _config - 打开设置界面.md
060_7.9 _context - 查看上下文使用情况.md
060_7.9 _context - 查看上下文使用情况.md
061_7.10 _cost - 显示令牌使用统计.md
061_7.10 _cost - 显示令牌使用统计.md
062_7.11 _doctor - 检查安装健康状况.md
062_7.11 _doctor - 检查安装健康状况.md
063_7.12 _exit - 退出REPL.md
063_7.12 _exit - 退出REPL.md
064_7.13 _export - 导出对话.md
064_7.13 _export - 导出对话.md
065_7.14 _compact - 压缩对话历史.md
065_7.14 _compact - 压缩对话历史.md
066_7.15 _help - 获取使用帮助.md
066_7.15 _help - 获取使用帮助.md
067_7.16 _hooks - 管理钩子配置.md
067_7.16 _hooks - 管理钩子配置.md
068_7.17 _login - 切换Anthropic账户.md
068_7.17 _login - 切换Anthropic账户.md
069_7.18 _logout - 从Anthropic账户登出.md
069_7.18 _logout - 从Anthropic账户登出.md
070_7.19 _memory - 编辑CLAUDE.md内存文件.md
070_7.19 _memory - 编辑CLAUDE.md内存文件.md
071_7.20 _model - 选择或更改AI模型.md
071_7.20 _model - 选择或更改AI模型.md
072_7.21 _output-style - 设置输出样式.md
072_7.21 _output-style - 设置输出样式.md
073_7.22 _permissions - 查看或更新权限.md
073_7.22 _permissions - 查看或更新权限.md
074_7.23 _pr_comments - 查看拉取请求评论.md
074_7.23 _pr_comments - 查看拉取请求评论.md
075_7.24 _privacy-settings - 查看并更新隐私设置.md
075_7.24 _privacy-settings - 查看并更新隐私设置.md
076_7.25 _review - 请求代码审查.md
076_7.25 _review - 请求代码审查.md
077_7.26 _sandbox - 启用沙箱化bash工具.md
077_7.26 _sandbox - 启用沙箱化bash工具.md
078_7.27 _rewind - 回退对话和_或代码.md
078_7.27 _rewind - 回退对话和_或代码.md
079_7.28 _status - 打开状态界面.md
079_7.28 _status - 打开状态界面.md
080_7.29 _statusline - 设置状态行UI.md
080_7.29 _statusline - 设置状态行UI.md
081_7.30 _terminal-setup - 安装Shift+Enter键绑定.md
081_7.30 _terminal-setup - 安装Shift+Enter键绑定.md
082_7.31 _todos - 列出当前待办事项.md
082_7.31 _todos - 列出当前待办事项.md
083_7.32 _usage - 显示使用限制和速率限制状态.md
083_7.32 _usage - 显示使用限制和速率限制状态.md
084_7.33 _vim - 进入vim模式.md
084_7.33 _vim - 进入vim模式.md
086_8.1 命令组合基础.md
086_8.1 命令组合基础.md
087_8.2 脚本编写.md
087_8.2 脚本编写.md
088_8.3 CI_CD 集成.md
088_8.3 CI_CD 集成.md
089_10.1 工具调用概述.md
089_10.1 工具调用概述.md
090_10.2 内置工具介绍.md
090_10.2 内置工具介绍.md
091_10.3 自定义工具开发.md
091_10.3 自定义工具开发.md
092_10.4 工具集成最佳实践.md
092_10.4 工具集成最佳实践.md
093_10.5 工具调用案例分析.md
093_10.5 工具调用案例分析.md
094_9.1 键盘快捷键.md
094_9.1 键盘快捷键.md
095_9.2 多行输入.md
095_9.2 多行输入.md
096_9.3 命令历史.md
096_9.3 命令历史.md
097_9.4 后台 bash 命令.md
097_9.4 后台 bash 命令.md
098_9.5 Vim 编辑器模式.md
098_9.5 Vim 编辑器模式.md
099_11.1 MCP 基本概念.md
099_11.1 MCP 基本概念.md
100_11.2 MCP 核心功能.md
100_11.2 MCP 核心功能.md
101_11.3 热门 MCP 服务器.md
101_11.3 热门 MCP 服务器.md
View all files
You can’t perform that action at this time.