📦 github/awesome/copilot

0 skills

Skills from the github/awesome/copilot repository by github. This collection contains install-ready AI agent skills that can be used with compatible AI tools.

Updated: 2026-07-02

📋 Installation

Install any skill from this repository using one of the following commands:

macOS / Linux

mkdir -p ./skills && curl -sfL https://raw.githubusercontent.com/github/awesome/copilot/main/skills/<skill-name>/SKILL.md -o ./skills/<skill-name>/SKILL.md

Windows (PowerShell)

New-Item -ItemType Directory -Force .\skills | Out-Null; Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/github/awesome/copilot/main/skills/<skill-name>/SKILL.md' -OutFile '.\skills\<skill-name>\SKILL.md'

Replace <skill-name> with the slug of the skill you want to install. The skill will be downloaded to a ./skills/<skill-name>/SKILL.md directory in your current working directory.

📋 All 0 Skills from github/awesome/copilot

No skills found for this repository.