Add skill template
This commit is contained in:
29
templates/skill-template.md
Normal file
29
templates/skill-template.md
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
# Skill: [Name]
|
||||||
|
|
||||||
|
## Description
|
||||||
|
Brief description of what this skill does.
|
||||||
|
|
||||||
|
## Input
|
||||||
|
- **required_param**: Description
|
||||||
|
- **optional_param**: Description (optional)
|
||||||
|
|
||||||
|
## Checklist
|
||||||
|
1. Step one
|
||||||
|
2. Step two
|
||||||
|
3. Step three
|
||||||
|
|
||||||
|
## Output Format
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"status": "success|error",
|
||||||
|
"result": {},
|
||||||
|
"summary": "Brief summary"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
## Token Budget
|
||||||
|
- Max input: X tokens
|
||||||
|
- Max output: Y tokens
|
||||||
|
|
||||||
|
## Model
|
||||||
|
- Recommended: haiku (simple) / sonnet (complex)
|
||||||
Reference in New Issue
Block a user