chinese-documentation

Applies Chinese typography and copywriting conventions to technical documentation.

Updated Jun 12, 2026
One-click install
npx skills add https://github.com/ssttkkl/finance-tracker --skill chinese-documentation-ssttkkl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chinese-documentation
Source: https://github.com/ssttkkl/finance-tracker/tree/main/.agents/skills/chinese-documentation
Command: npx skills add https://github.com/ssttkkl/finance-tracker --skill chinese-documentation-ssttkkl

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 technical writing conventions so documentation reads naturally and consistently. ## Core Features & Use Cases - Typography Rules: Enforces spacing between Chinese/English text and numbers, correct full-width vs half-width punctuation, and proper bracket and quotation mark usage. - Terminology Guidance: Defines which terms stay in English (React, API, Redis), which get translated, and how to annotate terms on first appearance. - Ready-Made Templates: Includes bilingual API documentation templates and a Chinese README.md structure for open-source projects. - Use Case: When writing a Chinese README or API reference for a project, apply these rules to produce professional documentation that follows the Chinese Copywriting Guidelines standard. ## Quick Start Use the chinese-documentation skill to review and rewrite my README.md following proper Chinese typography and terminology conventions.

Frequently Asked Questions about chinese-documentation

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

FAQPage Schema
How do I format Chinese technical documentation correctly?

Add spaces between Chinese and English text and between Chinese and numbers, use full-width punctuation in Chinese sentences, and keep industry-standard terms like API and Redis in English. Follow the Chinese Copywriting Guidelines for consistent results.

Should I translate technical terms like middleware into Chinese?

Keep widely used English terms such as middleware, debounce, and throttle untranslated since forced translations confuse readers. Translate only concepts with established Chinese equivalents like database or version control, and annotate translations on first appearance.

When should I use full-width versus half-width punctuation?

Use full-width punctuation in Chinese sentences and half-width punctuation in English or code content. Use full-width parentheses for Chinese text but half-width parentheses when the content inside is English or numbers.

When is this Chinese documentation skill triggered?

This skill only activates when explicitly invoked with /chinese-documentation and does not trigger automatically from context. It is a reference guide rather than an automated formatter, so you apply its rules during writing or review.

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

Avoid passive voice, redundant pronouns, and long European-style sentences with stacked clauses. Split long sentences into short ones, use lists and tables for structured information, and prefer direct phrasing like 'used for' over 'is used to'.