Initial commit
This commit is contained in:
46
skills/command-generator/templates/command-template.md
Normal file
46
skills/command-generator/templates/command-template.md
Normal file
@@ -0,0 +1,46 @@
|
||||
---
|
||||
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
|
||||
[ディレクトリ構造]
|
||||
```
|
||||
Reference in New Issue
Block a user