Back to news
devops Priority 4/5 4/18/2026, 11:05:33 AM

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

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.

#github#copilot#devops#cli#ai

Comparison

AspectBefore / AlternativeAfter / This
Skill DiscoveryManual searching of repositories or custom script integrationIntegrated discovery and management via gh skill commands
CompatibilityPlatform-specific configurations for different AI toolsOpen Agent Skills specification for cross-host portability
InstallationManual cloning and configuration of local resourcesOne-step installation directly from GitHub repositories
Tool ReachLimited to individual AI extensions or wrappersWorks with Copilot, Claude Code, Cursor, and more

Action Checklist

  1. Update GitHub CLI to version v2.90.0 or later The gh skill command is not available in older releases
  2. Search for available agent skills on GitHub Look for repositories tagged or structured for the Agent Skills spec
  3. Review skill source code and permissions before installation Ensure the scripts and instructions come from trusted sources
  4. Run gh skill install to add a new capability Point the command to the target repository containing the skill
  5. 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.

Related