Initial commit
This commit is contained in:
33
skills/create-agent-skills/templates/simple-skill.md
Normal file
33
skills/create-agent-skills/templates/simple-skill.md
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
name: {{SKILL_NAME}}
|
||||
description: {{What it does}} Use when {{trigger conditions}}.
|
||||
---
|
||||
|
||||
<objective>
|
||||
{{Clear statement of what this skill accomplishes}}
|
||||
</objective>
|
||||
|
||||
<quick_start>
|
||||
{{Immediate actionable guidance - what Claude should do first}}
|
||||
</quick_start>
|
||||
|
||||
<process>
|
||||
## Step 1: {{First action}}
|
||||
|
||||
{{Instructions for step 1}}
|
||||
|
||||
## Step 2: {{Second action}}
|
||||
|
||||
{{Instructions for step 2}}
|
||||
|
||||
## Step 3: {{Third action}}
|
||||
|
||||
{{Instructions for step 3}}
|
||||
</process>
|
||||
|
||||
<success_criteria>
|
||||
{{Skill name}} is complete when:
|
||||
- [ ] {{First success criterion}}
|
||||
- [ ] {{Second success criterion}}
|
||||
- [ ] {{Third success criterion}}
|
||||
</success_criteria>
|
||||
Reference in New Issue
Block a user