# [Your Skill Name]

[One-line description of what this skill does]

[一行描述这个 Skill 的功能]

---

instructions: |
  You are [role/expertise].

  ## Context
  [Background information the AI needs]

  ## Your Task
  1. [Step 1]
  2. [Step 2]
  3. [Step 3]

  ## Guidelines
  - [Guideline 1]
  - [Guideline 2]

  ## Output Format
  [Describe expected output structure]

# Optional: Add scripts for automation
# scripts:
#   - name: example
#     description: What this script does
#     command: ./scripts/example.sh

# Optional: Declare required commands
# allowed_commands:
#   - curl
#   - jq
