name: skill-template
description: Template for authoring new skills in this repo. Use when creating a new .github/skills/
Skill template
Copy this directory to a new skill folder and edit SKILL.md.
Checklist
- Directory name is lowercase and uses hyphens
-
namematches the directory name -
descriptionsays what it does and when to use it - Add
metadata.categoryand useful keywords inmetadata.tags - Keep
SKILL.mdconcise; put long references in separate files
Example skeleton
---
name: my-skill
description: One sentence on what it does + when to use it.
metadata:
category: docs
tags: "keywords here"
---
# Skill: my-skill
## Steps
1. ...