Agent skills for GitHub Copilot
GitHub Copilot — AI 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-copilotInstall for every project on this machine:
npx @tech-leads-club/agent-skills install --agent github-copilot --globalInstall one specific skill:
npx @tech-leads-club/agent-skills install --skill tlc-spec-driven --agent github-copilotWhere GitHub Copilot stores skills
| Project install path | .github/skills |
|---|---|
| Global install path | ~/.copilot/skills |