example-skill
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseExample Skill
示例Skill
This is a template skill. Replace with your actual skill content.
这是一个模板Skill,请替换为你的实际Skill内容。
FIRST: Verify Prerequisites
第一步:验证前提条件
Check any required dependencies or setup:
bash
undefined检查所有必需的依赖项或设置:
bash
undefinedExample: verify a package is installed
Example: verify a package is installed
pip install your-package
undefinedpip install your-package
undefinedKey Concepts
核心概念
- Concept 1: Brief explanation
- Concept 2: Brief explanation
- Concept 3: Brief explanation
- 概念1:简要说明
- 概念2:简要说明
- 概念3:简要说明
Quick Reference
快速参考
| Task | How to Do It |
|---|---|
| Task 1 | |
| Task 2 | |
| Task 3 | |
| 任务 | 操作方式 |
|---|---|
| 任务1 | |
| 任务2 | |
| 任务3 | |
Common Patterns
常见模式
Pattern Name
模式名称
python
undefinedpython
undefinedExample code pattern
Example code pattern
def example_function():
pass
undefineddef example_function():
pass
undefinedAnother Pattern
另一种模式
python
undefinedpython
undefinedAnother example
Another example
class ExampleClass:
def init(self):
pass
undefinedclass ExampleClass:
def init(self):
pass
undefinedDetailed References
详细参考
- references/examples.md - Code examples and templates
- references/troubleshooting.md - Common issues
- references/examples.md - 代码示例和模板
- references/troubleshooting.md - 常见问题
Best Practices
最佳实践
- First best practice
- Second best practice
- Third best practice
- 第一条最佳实践
- 第二条最佳实践
- 第三条最佳实践