GitHub CLI Launches "gh skill" Command to Manage AI Agent Skills
This new tool simplifies the discovery, installation, and publishing of AI agent skills directly from GitHub repositories. It enhances how developers interact with artificial intelligence in their workflow.

GitHub CLI introduces "gh skill" today, a new command reshaping how developers work with AI coding agents. This tool makes it easy to discover, install, manage, and publish agent skills directly from GitHub repositories. The developer community now has a standardized and efficient method to empower their intelligent assistants.
What exactly are agent skills? They are portable sets of instructions, scripts, and resources that teach AI agents how to perform specific tasks. These skills follow the open "Agent Skills" specification. They also work across multiple agent hosts, including GitHub Copilot, Claude Code, Cursor, Codex, and Gemini CLI, among others.
Getting started with "gh skill" is straightforward. First, ensure you update your GitHub CLI to version v2.90.0 or later. Once updated, you can start discovering and installing skills interactively right from your command line.
- To browse skills in a repository and install them interactively, use:
gh skill install github/awesome-copilot - If you want to install a specific skill directly, try:
gh skill install github/awesome-copilot documentation-writer - To install a specific version, indicate the tag:
gh skill install github/awesome-copilot [email protected] - You can also install a skill at a specific commit SHA:
gh skill install github/awesome-copilot documentation-writer@abc123def - And to discover skills, simply search with:
gh skill search mcp-apps
Skills are automatically installed to the correct directory for your agent host. You also have the flexibility to target a specific agent and scope using flags. For instance, gh skill install github/awesome-copilot documentation-writer --agent claude-code --scope user directs the installation.
A skill that changes silently between installs poses a significant supply chain risk.
Supply chain integrity is a critical aspect. Agent skills are executable instructions that shape how AI agents behave. A skill that changes silently between installs poses a significant supply chain risk. "gh skill" brings the same guarantees you expect from package managers to the skills ecosystem. It leverages primitives GitHub already provides to ensure trust and transparency.
- Tags and releases: Every published release is tied to a Git tag. "gh skill publish" offers to enable immutable releases. This means release content cannot be altered after publication, even by administrators.
- Content-addressed change detection: Each installed skill records the Git tree SHA of its source directory. "gh skill update" compares local SHAs against the remote. This detects real content changes, not just version bumps. By storing this information in skills' "frontmatter", versioning and pinning are portable too. This allows you (or your agent) to copy and paste the skill to different projects without losing the ability to track changes and update it.
- Version pinning: You can lock a skill to a specific tag or commit SHA with the "--pin" flag. Pinned skills are skipped during automatic updates. This ensures deliberate upgrades, not accidental ones.
- Portable provenance via frontmatter: When "gh skill" installs a skill, it writes tracking metadata. This includes the repository, reference, and tree SHA. This information is stored directly in the "SKILL.md" "frontmatter". Provenance data travels with the skill, no matter where it ends up. Users, agents, and scripts frequently move, copy, and reorganize skills.
Article topics
Related articles

Google Launches Gemma 4 12B: Local AI for Your Laptop with 16GB RAM
Google's new artificial intelligence model aims to democratize access to generative AI, allowing it to run on average consumer computers.

Nvidia Challenges Intel and AMD with RTX Spark Superchip for PCs
Nvidia introduced RTX Spark, a processor promising to bring advanced artificial intelligence directly to your PC, without cloud dependence, and boost gaming to unprecedented levels on conventional machines.

Anthropic's Claude Opus 4.8 boosts "honesty" and reduces code flaws
Anthropic's new AI model, Claude Opus 4.8, launches this Thursday with a focus on transparency and error reduction, giving users more control over computational effort.
Latest news
View all
Stuntman Hollywood: Returns After 19 Years to PS5, Xbox Series, and PC
The iconic action and vehicular stunt franchise makes its comeback courtesy of Saber Interactive, promising a dose of nostalgia and adrenaline for the new generation.

NASA's Maven Mars Orbiter Declared Out of Service After Six Months of Silence
Following an anomaly that disrupted its orbit and depleted its batteries, the Maven spacecraft, vital for understanding Mars' atmosphere, has ended its active mission. Its scientific data remains an invaluable legacy.

Windows Drops NTLM: Microsoft Boosts Security with Kerberos
Microsoft is taking a crucial step to bolster security in Windows 11, announcing the deprecation of NTLM, its oldest authentication protocol, in favor of Kerberos.
Comments (0)
No comments yet. Be the first!
Leave a comment