Agent skills for GitHub Copilot

GitHub CopilotAI pair programmer by GitHub/Microsoft. All 92 skills in this registry are plain Markdown instruction files, so every one of them works with GitHub Copilot; the installer only needs to know where GitHub Copilot reads its skills from.

How to install skills in GitHub Copilot

Install into the current project:

npx @tech-leads-club/agent-skills install --agent github-copilot

Install for every project on this machine:

npx @tech-leads-club/agent-skills install --agent github-copilot --global

Install one specific skill:

npx @tech-leads-club/agent-skills install --skill tlc-spec-driven --agent github-copilot

Where GitHub Copilot stores skills

Project install path.github/skills
Global install path~/.copilot/skills

What you can install

Other supported agents