159,000+ SKILL.md files you can adapt for GitHub Copilot. Port a skill's guidance into Copilot's custom-instructions files and it becomes standing context for Chat and agent mode. Free to browse. Pro unlocks the multi-signal Quality Score.
cat <skill>/SKILL.md >> .github/copilot-instructions.md
GitHub Copilot is GitHub's AI pair programmer — completions, Copilot Chat, and agent mode across VS Code, Visual Studio, JetBrains, and more. It doesn't load SKILL.md as a runtime skill, but it does honor repository custom instructions, which is where a skill's guidance goes.
SKILL.md and read the guidance..github/copilot-instructions.md (repo-wide) — Copilot applies it to Chat and agent mode automatically..github/instructions/<name>.instructions.md file with an applyTo glob.Be honest about the fit: Copilot has no progressive-disclosure skill loader like an agent CLI. You adapt the skill's guidance into custom instructions. What that means:
copilot-instructions.md.scripts/ or rely on an agent tool-loop don't transfer as-is — Copilot won't run them like Claude Code or Cline..github/copilot-instructions.md (or a scoped .instructions.md file).
.github/copilot-instructions.md; path-scoped in .github/instructions/<name>.instructions.md with an applyTo glob. Both apply to Copilot Chat and agent mode.