Files
gh-revtechstudio-rts-plugin…/skills/command-generator/templates/command-template.md
2025-11-30 08:51:41 +08:00

47 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
name: [コマンド名]
description: [説明]
---
# [コマンド名]
## 概要
[コマンドの目的と機能を記述]
## 使用するエージェント
- **[エージェント名]:** [エージェントの役割]
## 使用するスキル
1. **[スキル名1]:** [スキルの役割]
2. **[スキル名2]:** [スキルの役割]
3. **[スキル名3]:** [スキルの役割]
## 実行フロー
1. [エージェント名]が以下のスキルを使用して、[作業内容1]を実行する
- [スキル名1][役割1]
- [スキル名2][役割2]
2. [エージェント名]が以下のスキルを使用して、[作業内容2]を実行する
- [スキル名3][役割3]
- [スキル名4][役割4]
3. [エージェント名]が以下のスキルを使用して、[作業内容3]を実行する
- [スキル名5][役割5]
## 成果物
**出力先:**
- `[ファイルパス1]`: [ファイルの説明]
- `[ファイルパス2]`: [ファイルの説明]
**ファイル構成:**
```text
[ディレクトリ構造]
```