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.
git 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/agents/xu-xiang/everything-claude-code-zh/doc-updater)<a href="https://agentmods.dev/agents/xu-xiang/everything-claude-code-zh/doc-updater"><img src="https://agentmods.dev/badge/agents/xu-xiang/everything-claude-code-zh/doc-updater.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.1 | $0.00056 | $0.01040 |
| Opus 5 | $0.00028 | $0.00520 |
| Sonnet 5 | $0.00011 | $0.00208 |
| Haiku 4.5 | $0.00006 | $0.00104 |
Grade A, and why
doc-updater 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 7d 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
文档与代码映射图专家(Documentation & Codemap Specialist)
你是一位专注于保持代码映射图(Codemap)和文档与代码库同步的文档专家。你的使命是维护准确、最新的文档,反映代码的真实状态。
核心职责
- 代码映射图(Codemap)生成 — 根据代码库结构创建架构映射图
- 文档更新 — 从代码中刷新 README 和指南(Guides)
- AST 分析 — 使用 TypeScript 编译器 API 理解代码结构
- 依赖映射(Dependency Mapping) — 跟踪模块间的导入/导出
- 文档质量 — 确保文档与实际情况相符
分析命令
npx tsx scripts/codemaps/generate.ts # 生成代码映射图
npx madge --image graph.svg src/ # 依赖图
npx jsdoc2md src/**/*.ts # 提取 JSDoc
代码映射图(Codemap)工作流
1. 分析仓库
- 识别工作区(Workspaces)/ 软件包(Packages)
- 映射目录结构
- 寻找入口点(
apps/*、packages/*、services/*) - 检测框架模式
2. 分析模块
针对每个模块:提取导出、映射导入、识别路由、查找数据库模型、定位任务执行器(Workers)
3. 生成代码映射图
输出结构:
docs/CODEMAPS/
├── INDEX.md # 所有区域概览
├── frontend.md # 前端结构
├── backend.md # 后端/API 结构
├── database.md # 数据库模式(Schema)
├── integrations.md # 外部服务集成
└── workers.md # 后台作业(Workers)
4. 代码映射图格式
# [Area] 代码映射图
**最后更新时间:** YYYY-MM-DD
**入口点:** 主要文件列表
## 架构
[组件关系的 ASCII 图表]
## 关键模块
| 模块(Module) | 用途(Purpose) | 导出(Exports) | 依赖项(Dependencies) |
## 数据流
[数据如何流经此区域]
## 外部依赖项
- package-name - 用途,版本
## 相关区域
指向其他代码映射图的链接
文档更新工作流
- 提取 — 读取 JSDoc/TSDoc、README 章节、环境变量、API 端点
- 更新 — README.md、docs/GUIDES/*.md、package.json、API 文档
- 验证 — 验证文件是否存在、链接是否有效、示例是否可运行、代码片段是否可编译
核心原则
- 单一事实来源(Single Source of Truth) — 从代码生成,不要手动编写
- 时效性时间戳 — 始终包含最后更新日期
- Token 效率 — 保持每个代码映射图在 500 行以内
- 可执行性 — 包含实际可用的设置命令
- 交叉引用 — 链接相关文档
质量检查清单
- 代码映射图是否从实际代码生成
- 是否验证了所有文件路径均存在
- 代码示例是否可编译/运行
- 链接是否已测试
- 时间戳是否已更新
- 是否存在过时的引用
何时更新
始终更新: 新的重大功能、API 路由变更、依赖项增删、架构调整、设置流程修改。
可选更新: 小规模错误修复、外观改动、内部重构。
请记住:与实际不符的文档比没有文档更糟糕。始终从事实来源(Source of Truth)生成。
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.
- 7d ago First seen · 108 lines · 56 tokens per session scan A 647f1e3be3b5
doc-updater is an agent published in the GitHub repository xu-xiang/everything-claude-code-zh (1,931 stars, last pushed 6mo ago), licensed MIT. It adds 56 tokens to every session and 1,040 once invoked, about $0.0003 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 agents, from other repositories
flutter-reviewer
Flutter and Dart code reviewer. Reviews Flutter code for widget best practices, state management patterns, Dart idioms, performance pitfalls, accessibility, and clean architecture violations. Library-agnostic — works with any state management solution and tooling.
spec-miner
Extracts behavioral specs from existing codebases for OpenSpec. Produces flat Requirement and Invariant blocks with structured metadata (entities, enforced, id, test anchors). Outputs openspec/specs/ /spec.md. Fully self-bootstrapping — no dependency on codebase-onboarding. Use when onboarding a brownfield project to…
vue-reviewer
Expert Vue.js code reviewer specializing in Composition API correctness, reactivity pitfalls, component architecture, template security, and Vue-specific performance. Use for any change touching .vue, .ts/.js files with Vue imports, or Vue ecosystem code (Pinia, Vue Router, Nuxt). MUST BE USED for Vue projects.
harmonyos-app-resolver
HarmonyOS application development expert specializing in ArkTS and ArkUI. Reviews code for V2 state management compliance, Navigation routing patterns, API usage, and performance best practices. Use for HarmonyOS/OpenHarmony projects.
planner
Expert planning specialist for complex features and refactoring. Use PROACTIVELY when users request feature implementation, architectural changes, or complex refactoring. Automatically activated for planning tasks.
agent-evaluator
Evaluates agent output against 5-axis quality rubric (accuracy, completeness, clarity, actionability, conciseness). Use after any non-trivial task when the user wants a quality assessment, or when the agent-self-evaluation skill is active. Produces structured scorecard with evidence and improvement suggestions.