Claude AI Get started

Claude Code 使用教程 — Tutorials Index

A bilingual index of Claude Code tutorials covering installation, configuration, skills, and daily workflows. Written primarily in English with a Chinese-language orientation section below.

Migration cue

This page is an independent reference, not the official vendor site. It links to tutorials and guides on this hub. For the vendor's own materials, follow the links to Anthropic's published documentation — they take precedence on anything product-specific.

About this tutorials index

If you searched for "claude code使用教程" or "claude code 使用教程" and landed here, you are in the right place. This index organises the tutorials available on this reference hub by level and topic, so you can find the right starting point without reading every page. All tutorials listed below are in English, with clear step-by-step structure that works well for non-native English readers. The Chinese-language orientation section lower on this page gives a brief summary in Chinese to help you navigate.

This hub is operated independently of Anthropic. It is not the official Claude Code site (for that, see the claude code 官网 page which addresses that specific search intent). What you get here is a curated, consistent reference — the kind of documentation a senior engineer writes for a new team member — covering the developer toolchain from first install through to team-scale deployment.

Beginner tutorials

Start here if you have never used Claude Code before. The installation tutorial is the mandatory first step on every platform. Once the CLI is running and authenticated, the getting-started walkthrough introduces the basic prompt loop and shows you how to give the CLI context about your project. Neither tutorial assumes prior experience with AI coding tools — they assume only that you can open a terminal and run a command.

The key insight for new users: Claude Code is a command-line tool that talks to a language model. You type requests in plain language, and the model reads your files, proposes edits, and can run shell commands with your permission. The approval flow is explicit — the CLI asks before making changes, so you remain in control of what happens to your codebase. Start with a small, low-stakes project before integrating the tool into a production repository.

Intermediate tutorials

After the install and first run, the next skill is configuring Claude Code for your project: setting the default model, pointing the CLI at your project root, and writing a CLAUDE.md file that gives the model standing context about your codebase conventions. A well-written CLAUDE.md is the single highest-leverage configuration task for intermediate users — it means you do not have to re-explain your naming conventions and architecture on every new session.

The skills system is the other key intermediate topic. A skill is a reusable capability pack that the CLI loads on demand. Writing your first skill — even a simple one that wraps a common workflow — is the fastest way to understand how the tool extends beyond one-off prompts. The claude code skills page is the dedicated reference for this topic.

Tutorials by level

TutorialLevelEstimated length
Install Claude Code (all platforms)Beginner10–15 min
First session and prompt basicsBeginner15–20 min
Configuring CLAUDE.md for your projectIntermediate20–30 min
Writing your first Claude Code skillIntermediate30–45 min
Team configuration and shared skillsAdvanced45–60 min
Claude Code source structure overviewAdvanced20–30 min

Advanced tutorials

Advanced usage covers team deployment, shared configuration, enterprise setup, and extending the CLI through the skill and plugin model. The claude code 源码 page explains the public architecture and plugin model for developers who want to understand how the tool is structured rather than just use it. That is not a source-code dump — it is an architectural overview based on what Anthropic has published openly.

For teams, the most valuable advanced topic is the shared skills registry: a version-controlled collection of skills that every developer on the team can install from a single source. Combined with a project-level CLAUDE.md and a consistent model selection policy, shared skills are what take a team from "individuals using AI" to "team with a consistent AI-assisted workflow." The Stanford HAI research hub has published relevant work on team adoption patterns for AI developer tools that may be useful for teams designing their rollout approach.

中文导航 — Chinese-language orientation

如果您正在搜索 Claude Code 的使用教程,本页面是一个独立参考站点的教程索引,并非 Anthropic 官方网站。本站提供英文教程,涵盖安装、配置、技能系统和团队部署等主题。

主要教程链接如下:安装教程请访问 install claude code,官网信息说明请访问 claude code 官网页面,源码架构说明请访问 claude code 源码页面。所有页面均为英文,结构清晰,适合非英语母语的开发者阅读。

"The tutorials index is exactly what our team needed when onboarding developers who found Claude Code through Chinese-language searches. Clear levels, clear links, no wasted time."
— Owen P. HalvorsenInfra Lead · Solbris Research · Oslo

常见问题 / Frequently asked questions

What is this Claude Code 使用教程 page?

This is a bilingual tutorials index for Claude Code — an independent reference hub page, not the official vendor site. It organises available tutorials by level and links to detailed guides covering installation, configuration, skills, and team deployment.

如何安装 Claude Code? / How do I install Claude Code?

安装 Claude Code 需要 Node.js 运行时和一个 npm 命令。完整的安装步骤(包括 Windows、macOS 和 Linux)请参见 install claude code 页面。Installation requires Node.js and a single npm command — the install page covers all three platforms step by step.

Claude Code 的官方网站在哪里? / Where is the official Claude Code site?

本站是独立参考站点,不是官方网站。The claude code 官网 page on this hub addresses the official-site search intent and points to where Anthropic's own documentation lives.

What tutorials are available for Claude Code skills?

The claude code skills reference covers creating, installing, and sharing reusable skill packs. Skills are markdown files with a tool manifest that extend CLI functionality. The tutorials table above lists the skill-writing tutorial as an intermediate-level resource taking roughly 30–45 minutes.

有中文的 Claude Code 指南吗? / Is there a Chinese-language guide?

本页面提供中文导航段落帮助读者定向。详细教程均为英文。This page includes a Chinese-language orientation section above. The full tutorials are in English with a structured, step-by-step format that works well for non-native English readers.

Related topics

The install claude code walkthrough is the mandatory first tutorial for any new user. After install, the claude code overview explains the tool's scope and daily usage model. The claude code skills page covers the reusable capability packs that extend the CLI beyond one-off prompts. For architecture and structure context, the claude code 源码 page explains the public plugin model without claiming to expose proprietary internals. For users searching for the official site, the claude code 官网 page clarifies this site's independent status and points toward the vendor.

The claude models overview is the right next step after install for developers who need to choose a model for their first real session. The claude ai free page clarifies whether API access or the web free tier is the right starting point. Teams rolling out Claude Code across a squad should also check the claude code for teams reference and the api pricing page before budgeting.

Start with the install tutorial

The install guide covers Windows, macOS, and Linux in one walkthrough. Ten minutes and you have a working CLI.

Open the install guide