32 lines
523 B
Markdown
32 lines
523 B
Markdown
---
|
|
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>
|