creating-skills
Installation
SKILL.md
Creating GitHub Copilot Agent Skills
This skill teaches you how to create effective GitHub Copilot Agent Skills for this repository.
Pre-Check: Avoid Duplication
STOP and check before creating a new skill:
-
Does it exist already?
- List all skills:
ls -la .github/skills/ - Read existing skill frontmatter and content
- If semantically similar skill exists, STOP
- List all skills:
-
Should an existing skill be expanded?
- If frontmatter semantically matches your use case → Update existing skill's description
- Add keywords to improve discoverability rather than creating duplicate