| name | github |
| description | Use for official GitHub documentation, basic `gh` CLI operations, and installing, updating, or removing agent skills with `gh skill` |
GitHub 🐙
Documentation
For official GitHub documentation use Docs skill.
GitHub CLI
Agent Skills
gh skill finds, installs, and updates agent skills from GitHub repositories.
Discover skills with:
gh skill search <query>
gh skill preview <owner>/<repo> <skill>
Manage skills with:
gh skill install --dir ~/.agents/skills <owner>/<repo> <skill>
gh skill update --dir ~/.agents/skills --all
gh skill list --dir ~/.agents/skills
Skills live in the shared ~/.agents/skills directory, which every agent reads.
Always pass --dir ~/.agents/skills, otherwise gh skill installs a separate copy per agent.
To uninstall a skill, remove its directory:
rm -r ~/.agents/skills/<skill>