Initial commit
This commit is contained in:
29
skills/agent-generator/templates/agent-template.md
Normal file
29
skills/agent-generator/templates/agent-template.md
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
name: [名前]
|
||||
description: [説明]
|
||||
tools: [使用可能な外部ツール]
|
||||
model: inherit
|
||||
color: [表示色]
|
||||
---
|
||||
# [エージェント名]
|
||||
|
||||
## 役割
|
||||
|
||||
[役割を記述]
|
||||
|
||||
## 責任範囲
|
||||
|
||||
### 責任範囲内
|
||||
|
||||
- **[項目1]:** [説明]
|
||||
- **[項目2]:** [説明]
|
||||
|
||||
### 責任範囲外
|
||||
|
||||
- **[項目1]:** [説明]
|
||||
- **[項目2]:** [説明]
|
||||
|
||||
## 注意事項
|
||||
|
||||
- [注意事項1]
|
||||
- [注意事項2]
|
||||
Reference in New Issue
Block a user