example-skill

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Example 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
undefined

Example: verify a package is installed

Example: verify a package is installed

pip install your-package
undefined
pip install your-package
undefined

Key Concepts

核心概念

  • Concept 1: Brief explanation
  • Concept 2: Brief explanation
  • Concept 3: Brief explanation
  • 概念1:简要说明
  • 概念2:简要说明
  • 概念3:简要说明

Quick Reference

快速参考

TaskHow to Do It
Task 1
code_or_method()
Task 2
another_method()
Task 3
third_method()
任务操作方式
任务1
code_or_method()
任务2
another_method()
任务3
third_method()

Common Patterns

常见模式

Pattern Name

模式名称

python
undefined
python
undefined

Example code pattern

Example code pattern

def example_function(): pass
undefined
def example_function(): pass
undefined

Another Pattern

另一种模式

python
undefined
python
undefined

Another example

Another example

class ExampleClass: def init(self): pass
undefined
class ExampleClass: def init(self): pass
undefined

Detailed References

详细参考

  • references/examples.md - Code examples and templates
  • references/troubleshooting.md - Common issues
  • references/examples.md - 代码示例和模板
  • references/troubleshooting.md - 常见问题

Best Practices

最佳实践

  1. First best practice
  2. Second best practice
  3. Third best practice
  1. 第一条最佳实践
  2. 第二条最佳实践
  3. 第三条最佳实践