1

Use the official Claude Code documentation as the source of truth for installation, permissions, configuration, MCP, Skills, Agent SDK, and CLI behavior.

2

Official documentation: https://code.claude.com/docs/zh-CN/overview

3

Claude Code tutorial collection: https://www.cccode.dev/

4

Claude Code Chinese guide: https://cc.x-qu.com/guide/

5

Agent Skills Chinese handbook: https://agentskillsdev.com/

6

A practical learning order is: first conversation, CLAUDE.md project memory, permissions and Plan Mode, hooks, MCP, Skills, subagents, and finally team or CI workflows. Third-party tutorials are useful for examples, but product behavior should be checked against the official documentation.

7

Break the goal into input, action, and output before adding review checkpoints.

8

Keep examples, failure conditions, and review criteria so the tutorial stays reusable.

Tip: test with a small example before using the workflow on real work.