---
name: skill-name
title: Skill 标题
description: 简要描述此 Skill 的功能
source: community
author: 您的名字
githubUrl: https://github.com/redfox-data/redfox-community/tree/main/skills/{skill-name}
docsUrl: https://example.com/docs
category: development # development | design | marketing | productivity | automation | data | security | document | meta
tags:
  - 标签1
  - 标签2
roles:
  - developer
featured: false
popular: false
isOfficial: false
installCommand: |
  git clone https://github.com/redfox-data/redfox-community
  cp -r skill-name ~/.qoder/skills/
date: 2026-01-01
---

## 使用场景

- 场景 1
- 场景 2

## 示例

```bash
# 示例命令
```

## 注意事项

- 注意事项 1