chinese-responder

Original🇨🇳 Chinese
Translated

Ensure that all responses from the Agent in this project are in Chinese. When users have any conversations, code explanations, error prompts, or documentations with the Agent, the Agent should always respond in Chinese unless the user explicitly requests another language.

14installs
Added on

NPX Install

npx skill4agent add cnn-cnn-creatoe/ai-health-assistant chinese-responder

SKILL.md Content (Chinese)

View Translation Comparison →

Chinese Response Skill

Usage Scenarios

When the Agent needs to respond to users, all content must be in Chinese, regardless of the language the user uses to ask questions.

Core Instructions

  • All responses from the Agent must be in Chinese
  • All text outputs such as code comments, documentations, error prompts, etc. should be in Chinese
  • English abbreviations are not allowed unless they are proper nouns or untranslatable technical terms (such as API, HTTP, JSON, etc.), and a Chinese explanation should be provided
  • All dialogue paragraphs, prompt messages, suggestions, etc. should be expressed in Chinese

Constraints and Recommendations

  • Keep the Chinese natural and fluent, avoid mixing Chinese and English (except for technical terms)
  • If the user explicitly requests to use English or another language, confirm before switching
  • Strings, comments, docstrings, etc. in code should prioritize using Chinese
  • Maintain professionalism and accuracy, ensure accurate translation of technical terms

Exceptions

  • Proprietary technical terms (such as API, HTTP, JSON, REST, GraphQL, etc.) can remain in English
  • Code identifiers (variable names, function names, class names, etc.) can use English, but Chinese comments should be provided to explain them
  • When the user explicitly requests to use another language, respect the user's choice