diff --git a/docs/README.skills.md b/docs/README.skills.md index 26affb64..6041106c 100644 --- a/docs/README.skills.md +++ b/docs/README.skills.md @@ -21,7 +21,8 @@ See [CONTRIBUTING.md](../CONTRIBUTING.md#adding-skills) for guidelines on how to **Usage:** - Browse the skills table below to find relevant capabilities -- Copy the skill folder to your local skills directory +- Install a skill using the GitHub CLI: `gh skill install github/awesome-copilot ` (requires [GitHub CLI v2.90.0+](https://github.blog/changelog/2026-04-16-manage-agent-skills-with-github-cli/)) +- Or copy the skill folder manually to your local skills directory - Reference skills in your prompts or let the agent discover them automatically | Name | Description | Bundled Assets | diff --git a/eng/constants.mjs b/eng/constants.mjs index 21a11053..7f1cf724 100644 --- a/eng/constants.mjs +++ b/eng/constants.mjs @@ -103,7 +103,8 @@ See [CONTRIBUTING.md](../CONTRIBUTING.md#adding-skills) for guidelines on how to **Usage:** - Browse the skills table below to find relevant capabilities -- Copy the skill folder to your local skills directory +- Install a skill using the GitHub CLI: \`gh skill install github/awesome-copilot \` (requires [GitHub CLI v2.90.0+](https://github.blog/changelog/2026-04-16-manage-agent-skills-with-github-cli/)) +- Or copy the skill folder manually to your local skills directory - Reference skills in your prompts or let the agent discover them automatically`, hooksSection: `## 🪝 Hooks diff --git a/website/src/components/Modal.astro b/website/src/components/Modal.astro index 59c401bd..82b2e395 100644 --- a/website/src/components/Modal.astro +++ b/website/src/components/Modal.astro @@ -50,6 +50,27 @@ +
+