Describe the bug
If skills are added to ~/.agents/skills directory, they don't appear as slash commands but if they exist in directories like ~/.claude/skills, they work fine.
Affected version
GitHub Copilot CLI 0.0.420
Steps to reproduce the behavior
- Add skills to
~/.agents/skills/<skill-name>
- Open copilot CLI
- Try to invoke the skill using
/<skill-name> command
Expected behavior
Slash commands shows the skill added in ~/.agents/skills/
Additional context
No response