Initial commit
This commit is contained in:
31
skills/prompt-writing/references/templates/skill-template.md
Normal file
31
skills/prompt-writing/references/templates/skill-template.md
Normal file
@@ -0,0 +1,31 @@
|
||||
---
|
||||
name: [skill-name]
|
||||
description: [Brief description of what this skill provides]
|
||||
# allowed-tools: "Read, Write, Bash" # Optional: scope to specific tools when needed
|
||||
---
|
||||
|
||||
# [Skill Title]
|
||||
|
||||
[Brief overview of what this skill provides]
|
||||
|
||||
## Quick Reference
|
||||
|
||||
- [Key point 1]
|
||||
- [Key point 2]
|
||||
- [Key point 3]
|
||||
|
||||
<section_name>
|
||||
|
||||
## [Section Title]
|
||||
|
||||
[Detailed content for this section]
|
||||
|
||||
[Examples or additional context]
|
||||
</section_name>
|
||||
|
||||
<another_section>
|
||||
|
||||
## [Another Section Title]
|
||||
|
||||
[More detailed guidance...]
|
||||
</another_section>
|
||||
Reference in New Issue
Block a user