Fix gh skill command to gh skills and update README (#1531)

* Fixing gh skill to be gh skills and adding to the README

* Adding skills install instruction to readme

* Fixing escapes
This commit is contained in:
Aaron Powell
2026-04-28 16:58:22 +10:00
committed by GitHub
parent daa7f3d4ef
commit 4b13306427
6 changed files with 389 additions and 371 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ const REPO_BASE_URL =
const REPO_GITHUB_URL = "https://github.com/github/awesome-copilot/blob/main";
/**
* The GitHub repo identifier used for `gh skill install` commands
* The GitHub repo identifier used for `gh skills install` commands
*/
export const REPO_IDENTIFIER = "github/awesome-copilot";