chinese-documentation

Applies Chinese typography and copywriting rules to technical documentation and README files.

3|1|Updated May 29, 2026
One-click install
npx skills add https://github.com/mambo-wang/CodingHub --skill chinese-documentation-mambo-wang
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: chinese-documentation
Source: https://github.com/mambo-wang/CodingHub/tree/main/.qoder/skills/chinese-documentation
Command: npx skills add https://github.com/mambo-wang/CodingHub --skill chinese-documentation-mambo-wang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Chinese technical documents often read awkwardly due to missing spaces between Chinese and English text, mixed full-width and half-width punctuation, over-translated terminology, and machine-translation style phrasing. This Skill provides a complete set of Chinese copywriting and typesetting rules so documentation reads naturally and consistently. ## Core Features & Use Cases - Spacing and Punctuation Rules: Enforces spaces between Chinese and English/numbers, correct full-width vs half-width punctuation, and proper bracket and quote usage. - Terminology Guidance: Defines which terms stay in English (React, Redis, API), which get translated, and how to annotate terms on first appearance. - Ready-to-Use Templates: Provides bilingual API documentation templates and a Chinese README.md structure for open-source projects. - Use Case: When writing a Chinese README for an open-source project or drafting bilingual API docs, apply these rules to produce professional, readable documentation and run the built-in checklist before publishing. ## Quick Start Use the chinese-documentation skill to review and rewrite my README.md following Chinese typography and copywriting guidelines.

Frequently Asked Questions about chinese-documentation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I format mixed Chinese and English text in documentation?▼

Add a space between Chinese characters and English words or numbers, such as "使用 Git 进行版本管理". Do not add spaces around full-width punctuation, and keep degree and percent symbols attached to numbers like 95%.

What are the Chinese copywriting guidelines for technical writing?▼

The Chinese Copywriting Guidelines (中文文案排版指北) define spacing between Chinese and English, full-width punctuation in Chinese context, half-width punctuation in code, and conventions for quotes and brackets. This Skill implements those rules with examples.

Should technical terms be translated into Chinese in documentation?▼

Keep widely used terms like React, Redis, API, and middleware in English. Translate concepts with established Chinese equivalents like 数据库 and 版本控制. On first appearance, annotate terms bilingually, then use one form consistently.

How do I avoid machine-translation style in Chinese technical docs?▼

Replace passive voice like "被用来" with direct phrasing like "用于", remove redundant pronouns, split long European-style sentences into short ones, and use lists and tables to structure information instead of dense paragraphs.

When should I not trigger this documentation skill?▼

This Skill is designed for explicit invocation only via /chinese-documentation and should not auto-trigger from context. It applies to Chinese or bilingual Chinese-English documents, not purely English documentation.