GitHub Copilot skills
Install into .github/skills/<skill>/ — every skill below lists GitHub Copilot as a supported tool.
How skills work in GitHub Copilot
A skill is a folder containing a SKILL.md file: YAML frontmatter with a name and a one-line description, followed by step-by-step instructions, checklists and an output format. GitHub Copilot reads the description to decide when the skill applies, then loads the full instructions only when needed — so skills add capability without eating your context window.
Install
# free skills curl -fsSL https://theskillz.dev/install/<skill-slug> | bash # paid skills: download the zip from your account, then unzip <skill>.zip -d .github/skills/