# Chinese Development Guide

> 为中文开发者提供完整的项目本地化、环境配置和开发工作流指导，确保中英文双语环境下的最佳开发体验 Use when this capability is needed.

- Skill: `tomevault-io/chinese-development-guide` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/chinese-development-guide`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/chinese-development-guide/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/chinese-development-guide

---


# 中文开发指南技能

## 指令

当用户是中文开发者或需要中文环境支持时，自动提供本地化配置和开发指导。

## 触发条件
- 用户使用中文进行交流
- 询问中文相关的配置问题
- 需要中文化支持或本地化设置

## 核心配置

### 1. 系统环境配置
```bash
export LANG=zh_CN.UTF-8
export LC_ALL=zh_CN.UTF-8
```

### 2. Git中文配置
```bash
git config --global i18n.commitencoding utf-8
git config --global core.quotepath false
```

### 3. VS Code中文化
```json
{
  "files.encoding": "utf8",
  "editor.fontFamily": "'Microsoft YaHei', monospace"
}
```

## 中文开发规范
- 文件使用UTF-8编码
- 变量和函数使用中文命名
- 注释使用中文说明
- 测试用例中文描述

## 常见问题解决
- 字符编码问题
- 中文字体显示
- 输入法支持

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/hhhh124hhhh) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

