template
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseSkill Name
技能名称
Brief overview of what this skill does and the key capabilities it provides.
该技能的简要概述及其提供的核心功能。
When to Use
适用场景
- Trigger phrase or scenario 1
- Trigger phrase or scenario 2
- Trigger phrase or scenario 3
- 触发短语或场景1
- 触发短语或场景2
- 触发短语或场景3
Quick Start
快速开始
language
// Minimal working example - copy-paste ready
// Include essential imports and setuplanguage
// 可直接复制粘贴的最简运行示例
// 包含必要的导入和设置Core Concepts
核心概念
Concept 1
概念1
Explanation of fundamental concept with practical context.
language
// Code example demonstrating the concept结合实际场景对基础概念的解释。
language
// 演示该概念的代码示例Concept 2
概念2
Another essential concept with clear explanation.
language
// Practical code example另一个核心概念的清晰解释。
language
// 实用代码示例Common Patterns
常见模式
Pattern Name
模式名称
Problem: What challenge does this solve?
Solution:
language
// Recommended approach with comments问题:该模式解决了什么挑战?
解决方案:
language
// 带注释的推荐实现方式Best Practices
最佳实践
Do:
- Practice 1 with rationale
- Practice 2 with explanation
Don't:
- Anti-pattern 1 and why
- Anti-pattern 2 and the alternative
建议做法:
- 实践1及理由
- 实践2及说明
避免做法:
- 反模式1及原因
- 反模式2及替代方案
Troubleshooting
故障排除
| Error | Cause | Solution |
|---|---|---|
| Error message | Why it happens | How to fix |
| 错误信息 | 原因 | 解决方案 |
|---|---|---|
| 错误提示内容 | 错误产生原因 | 修复方法 |