GitHub CLI Adds gh skill Command to Manage Porting and Discovery of AI Coding Agent Skills

GitHub has introduced the gh skill command to its CLI tool, streamlining how developers manage instructions and scripts for AI coding agents. These skills follow an open specification, ensuring they are compatible across various hosts including GitHub Copilot, Claude Code, Cursor, and Gemini CLI. By providing a portable format for task-specific resources, the update facilitates easier sharing and reuse of AI capabilities across different development platforms.
Comparison
| Aspect | Before / Alternative | After / This |
|---|---|---|
| Skill Discovery | Manual searching of repositories or custom script integration | Integrated discovery and management via gh skill commands |
| Compatibility | Platform-specific configurations for different AI tools | Open Agent Skills specification for cross-host portability |
| Installation | Manual cloning and configuration of local resources | One-step installation directly from GitHub repositories |
| Tool Reach | Limited to individual AI extensions or wrappers | Works with Copilot, Claude Code, Cursor, and more |
Action Checklist
- Update GitHub CLI to version v2.90.0 or later The gh skill command is not available in older releases
- Search for available agent skills on GitHub Look for repositories tagged or structured for the Agent Skills spec
- Review skill source code and permissions before installation Ensure the scripts and instructions come from trusted sources
- Run gh skill install to add a new capability Point the command to the target repository containing the skill
- Configure your AI agent host to recognize the new skill Ensure your IDE or CLI agent is set up to utilize installed skills
Source: GitHub Changelog
This page summarizes the original source. Check the source for full details.


