Model or dataset
KimYx0207/AI-Coding-Guide-Zh avatar
KimYx0207/AI-Coding-Guide-Zh

AI-Coding-Guide-Zh: a Chinese course for Claude Code, Codex, OpenClaw and WorkBuddy built around tasks you can check

Claude Code + OpenClaw + Codex + WorkBuddy 中文教程 | 50篇完整教程 + 1张速查卡 | 80万+内容量 | 1500+实操示例 | AI Coding / Agent 四线学习路径(编程+助手+Agent+办公)

6,022 stars1,037 forksUnknownMIT

At a glance

What is it?
KimYx0207's AI-Coding-Guide-Zh is an MIT-licensed set of Chinese tutorials, 50 in total plus a cheat sheet, covering four AI tools: Claude Code for programming, the Codex App, the OpenClaw assistant and Tencent's WorkBuddy for office work. Its approach is to have you finish one small, checkable task before reading further.
Who is it for?
Read AI-Coding-Guide-Zh if you or your team learn best in Chinese and want to use Claude Code, the Codex App, OpenClaw or WorkBuddy on real work rather than read about them. Pick one row from the starter table, do the exercise with the bundled material, and check the version baselines against your own install before following any step that depends on a specific release.
Can I use it commercially?
Yes. MIT is a permissive licence: you can use, modify and sell software built on it, as long as you keep its copyright and licence notices.
Is it still maintained?
Yes. The repository last received commits 2 days ago.
What is it written in?
GitHub does not report a main language for this repository.

Answers come from the project's GitHub data, last synced on September 15, 2026, and from our analysis. They are not legal advice.

DEEP OPEN-SOURCE ANALYSIS

What the guide covers and who it is written for

AI-Coding-Guide-Zh is a Chinese-language course on AI coding and agent workflows, not a piece of software. The description counts 50 complete tutorials and one quick-reference card, and the README splits them across four tools, each with its own focus. Claude Code, Anthropic's command-line coding tool, is the programming track, with 13 tutorials and the cheat sheet. OpenClaw, an open-source personal assistant framework, has 12 tutorials on to-do lists, research, messaging platforms and scheduled jobs. The Codex track, 14 tutorials, centres on the Codex App and treats the CLI, web, SDK and GitHub Action as supplements. WorkBuddy, Tencent's desktop AI office assistant, has 11 tutorials on documents, spreadsheets and reports.

The author, who goes by Laojin, describes more than 15 years in game development, from design to running whole projects, with a background in team management, milestones, data analysis and delivery risk. That shows in the choice of examples: progress calculations, weekly reports, spreadsheets, meeting notes and to-do lists rather than toy programs. The readers it suits are Chinese-speaking developers, team leads and non-programming colleagues who want to put these tools into everyday work.

Start with one task: the four entry routes

The README's first instruction is to pick just one row of a table and finish it. Each row pairs an installation guide with a first exercise and says what you should have at the end.

In the Claude Code row you install the tool, then reproduce a bug where an empty task list shows NaN for progress, fix it, pass the check and solve a variation on your own. The Codex App row makes a small change in the desktop app that can be read in review and checked by running it. The WorkBuddy row turns scattered notes into a short weekly report and a Word draft that keeps unfinished items and rescheduling. The OpenClaw row produces a daily to-do briefing that removes duplicates, drops finished items and keeps tasks with no known time.

The practice material lives in the repository's examples/ directory, with a progress-lab and an office-lab: code, work notes, a seven-row order table and three versions of a document, all with made-up data. The README suggests doing one round as written, then changing one condition and checking whether you can predict the result. That habit, verifying the output rather than trusting it, is the thread running through the whole course.

Finding a tutorial by the problem in front of you

A second table indexes the course by everyday problems rather than by tool. Just took over a repository and do not know where to start: the Claude Code chapter on read-only project analysis. A bug keeps coming back after fixes: the small-bug exercises in Claude Code or the Codex App, which teach reproducing first and limiting the change. The AI changed a lot of code and you cannot tell whether it is reliable: the Codex chapter on a four-layer way of reading a review, by file scope, behaviour change and check results.

The office rows are just as concrete. A weekly report that reads well but leaves out risks, a spreadsheet with duplicates, blanks and refunds, old and new documents that contradict each other, a meeting that ended without owners: each points to a WorkBuddy chapter that teaches separating finished from unfinished work, fixing definitions before cleaning data, checking effective dates and extracting actions with their source. For repeated daily checks, the guide sends you to WorkBuddy scheduled tasks or Codex Automations, with the advice to get the manual process working first.

Team leads are pointed to the Claude Code enterprise chapter and the Codex security and enterprise baseline. For trainers, the README suggests having each learner finish one entry route and explain one change before moving on.

The Claude Code track in detail

The Claude Code part is the most developed. Its table gives each tutorial an estimated study time, a difficulty and an importance rating. It runs from installation, with environment setup, API configuration and IDE integration, through basic use starting from the small-bug exercise, to the command system with slash commands and skills workflows. Then come MCP integration covering more than ten core servers and custom development, hooks with multiple events and four kinds of handlers, subagents including the experimental Agent Teams, custom skills, the plugin ecosystem and marketplace, and the Agent SDK.

The estimates are honest about the effort: most chapters are rated at four to six hours, and custom skills at six to eight. Installation, the basics, MCP and hooks carry the highest importance rating, which is a sensible order for anyone who wants to be productive before going deep. The README also notes that the Claude Code chapters include an enterprise guide aimed at team conventions.

Version baselines and how current it is

Tutorials about fast-moving tools go stale quickly, and the guide addresses this directly. It states its baselines: Claude Code 2.1.270, OpenClaw 2026.9.4, Codex App 26.908 and WorkBuddy 5.5.6, with Codex CLI 0.154.0 as a secondary baseline, checked on 2026-09-14. The README says key version numbers and app and CLI behaviour are revised against official release notes and documentation first, but warns that details may still change upstream and that your local version is what counts.

The release history shows active maintenance. Version 5.0 on 2026-08-05 introduced the four-track structure and added the WorkBuddy series, 5.1 on 2026-09-13 updated all four tracks and revised tutorials, and 5.2 on 2026-09-14 added practice scenarios for common tasks and improved the course experience. The repository keeps a CHANGELOG.md and a NOTICE file alongside the MIT licence.

Limits worth knowing

The course is written in Chinese, so it is of limited use to readers who do not read it; the English-language material for these tools is mostly the vendors' own documentation. It is also broad rather than neutral. The author picked four tools, one of them a Tencent product tied to Tencent's ecosystem, and anyone standardising on a different set will get less from the WorkBuddy and OpenClaw tracks.

The size cuts both ways. Fifty tutorials with study estimates of several hours each is a long course, and the README's own advice is to finish one entry route and go further only as needed. Taken that way, with one tool, one exercise and one checked result at a time, it is a practical path into AI coding tools for a Chinese-speaking team.

Editorial conclusion

Read AI-Coding-Guide-Zh if you or your team learn best in Chinese and want to use Claude Code, the Codex App, OpenClaw or WorkBuddy on real work rather than read about them. Pick one row from the starter table, do the exercise with the bundled material, and check the version baselines against your own install before following any step that depends on a specific release.

Frequently asked questions

What is AI-Coding-Guide-Zh?

It is an MIT-licensed collection of 50 Chinese tutorials plus a cheat sheet by KimYx0207, covering Claude Code for programming, the Codex App, the OpenClaw assistant and Tencent's WorkBuddy for office work.

Where should a beginner start in AI-Coding-Guide-Zh?

Pick one row of the README's starter table: install the tool in that row, then do its first exercise with the practice files in examples/, such as fixing the NaN progress bug in Claude Code or writing a weekly report in WorkBuddy.

Which tool versions does the guide cover?

Its baselines are Claude Code 2.1.270, OpenClaw 2026.9.4, Codex App 26.908 and WorkBuddy 5.5.6, with Codex CLI 0.154.0 as a secondary baseline, checked on 2026-09-14. Compare them with your installed versions.

Official sources

  1. Issues
  2. KimYx0207/AI-Coding-Guide-Zh on GitHub
  3. License: MIT
  4. README
  5. Releases
Community notes

Community notes