everything-claude-code-zh is a Chinese translation of a collection of configurations for Claude Code and other AI coding agents. It provides agents, skills, hooks, commands, rules, and MCP configurations intended to support development workflows such as memory persistence, security scanning, evaluation, and research-first work. The catalogue includes commands, skills, agents, instructions, and a plugin from this configuration set.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/xu-xiang/everything-claude-code-zh/checkpointgit clone --depth 1 https://github.com/xu-xiang/everything-claude-code-zhWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/xu-xiang/everything-claude-code-zh/checkpoint)<a href="https://agentmods.dev/commands/xu-xiang/everything-claude-code-zh/checkpoint"><img src="https://agentmods.dev/badge/commands/xu-xiang/everything-claude-code-zh/checkpoint.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00011 | $0.00453 |
| Opus 5 | $0.00005 | $0.00227 |
| Sonnet 5 | $0.00002 | $0.00091 |
| Haiku 4.5 | $0.00001 | $0.00045 |
Grade A, and why
checkpoint scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
检查点(Checkpoint)命令
保存当前验证状态并创建进度检查点(Checkpoint):$ARGUMENTS
任务内容
创建一个包含以下内容的当前进度快照:
- 测试状态(Tests status) - 哪些测试通过/失败
- 覆盖率(Coverage) - 当前覆盖率指标
- 构建状态(Build status) - 构建成功或错误
- 代码变更(Code changes) - 修改摘要
- 下一步计划(Next steps) - 待办事项
检查点(Checkpoint)格式
检查点(Checkpoint):[时间戳]
测试(Tests)
- 总数:X
- 通过:Y
- 失败:Z
- 覆盖率:XX%
构建(Build)
- 状态:✅ 通过 / ❌ 失败
- 错误:[如有]
自上次检查点以来的变更
git diff --stat [last-checkpoint-commit]
已完成任务
- 任务 1
- 任务 2
- 任务 3(进行中)
阻塞性问题(Blocking Issues)
- [问题描述]
下一步计划
- 步骤 1
- 步骤 2
与验证循环(Verification Loop)配合使用
检查点(Checkpoints)与验证循环深度集成:
/plan → implement → /checkpoint → /verify → /checkpoint → implement → ...
使用检查点(Checkpoints)来:
- 在高风险变更前保存状态
- 跟踪各阶段的进度
- 在需要时启用回滚(Rollback)
- 记录验证点
提示:在自然的断点处创建检查点:每个阶段结束后、重大重构前、修复关键错误后。
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 68 lines · 11 tokens per session scan A 55af4ee2897a
checkpoint is a command published in the GitHub repository xu-xiang/everything-claude-code-zh (1,929 stars, last pushed 6mo ago), licensed MIT. It adds 11 tokens to every session and 453 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
aside
Answer a quick side question without interrupting or losing context from the current task. Resume work automatically after answering.
evolve
Analyze instincts and suggest or generate evolved structures.
plan
Create implementation plan with risk assessment.
inbox
Check and respond to inter-agent messages.
caveman-compress
Compress a markdown/text file into caveman format to save tokens.
inventory
Track wiki-adjacent things the user cares about: items, Ideas, ingest candidates, entities, corpora, open questions, tasks, and other durable inventory records.