Skip to content

Commit 8ac456c

Browse files
authored
Merge pull request #51 from github/update/critic-agent-builtin-skills-4a39828f43735538
[bot] docs: add built-in skills documentation
2 parents ea2c2a6 + b3f0730 commit 8ac456c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

05-skills/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ Learn what skills are, why they matter, and how they differ from agents and MCP.
5454
copilot
5555
> /skills list
5656
```
57-
This shows all skills Copilot can find in your project and personal folders.
57+
This shows all skills Copilot can find, including any **built-in skills** that ship with the CLI itself, plus skills from your project and personal folders.
58+
59+
> 💡 **Built-in skills**: The Copilot CLI comes with skills pre-installed out of the box. For example, the `customizing-copilot-cloud-agents-environment` skill provides a guide for customizing the Copilot cloud agent's environment. You don't need to create or install anything to use these. Run `/skills list` to see what's available.
5860
5961
2. **Look at a real skill file:** Check out our provided [code-checklist SKILL.md](../.github/skills/code-checklist/SKILL.md) to see the pattern. It's just YAML frontmatter plus markdown instructions.
6062

0 commit comments

Comments
 (0)