<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/manage-agent-skills-with-github-cli-cwqtearpx" -->

---
title: Manage agent skills with GitHub CLI | daily.dev
description: GitHub is launching `gh skill`, a new GitHub CLI command (available in v2.90.0+) for discovering, installing, managing, and publishing agent skills. Agent...
canonical: https://daily.dev/posts/manage-agent-skills-with-github-cli-cwqtearpx
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Manage agent skills with GitHub CLI | daily.dev
og:description: GitHub is launching `gh skill`, a new GitHub CLI command (available in v2.90.0+) for discovering, installing, managing, and publishing agent skills. Agent...
og:url: https://daily.dev/posts/manage-agent-skills-with-github-cli-cwqtearpx
og:image: https://api.daily.dev/og/posts/cWqTearpx.png
og:image:alt: Manage agent skills with GitHub CLI
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Manage agent skills with GitHub CLI

**[GitHub Changelog](https://daily.dev/sources/github_updates)** · 4 min read · 1 upvotes · 0 comments

## Summary

GitHub is launching `gh skill`, a new GitHub CLI command (available in v2.90.0+) for discovering, installing, managing, and publishing agent skills. Agent skills are portable sets of instructions and scripts that teach AI coding agents how to perform specific tasks, following the open Agent Skills specification. The command supports multiple AI agent hosts including GitHub Copilot, Claude Code, Cursor, Codex, and Gemini CLI. Key features include version pinning to tags or commit SHAs, content-addressed change detection via git tree SHAs, portable provenance metadata stored in SKILL.md frontmatter, and supply chain integrity checks when publishing. The feature is launching in public preview, and GitHub warns users to inspect skill content before installation due to potential security risks.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://github.blog/changelog/2026-04-16-manage-agent-skills-with-github-cli>

## Similar posts on daily.dev

- [Agent Skills in the GitHub Copilot SDK](https://daily.dev/posts/agent-skills-in-the-github-copilot-sdk-usudixgui) · The Art of Simplicity · 1 upvotes · 0 comments

---

Tags: [#security](https://daily.dev/tags/security), [#github](https://daily.dev/tags/github), [#ai-agents](https://daily.dev/tags/ai-agents)

[View this post on daily.dev](https://daily.dev/posts/manage-agent-skills-with-github-cli-cwqtearpx)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Manage agent skills with GitHub CLI","url":"https://daily.dev/posts/manage-agent-skills-with-github-cli-cwqtearpx","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/manage-agent-skills-with-github-cli-cwqtearpx"},"datePublished":"2026-04-16T18:29:36.069Z","dateModified":"2026-04-16T18:29:59.962Z","description":"GitHub is launching `gh skill`, a new GitHub CLI command (available in v2.90.0+) for discovering, installing, managing, and publishing agent skills. Agent...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/e16a4b6da5730482cc576542d864dcca?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/e16a4b6da5730482cc576542d864dcca?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"GitHub Changelog","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"GitHub Changelog","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/15004b7835da4d89b02b115871f0f6dc","url":"https://daily.dev/sources/github_updates"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/manage-agent-skills-with-github-cli-cwqtearpx","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":1},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"security,github,ai-agents","timeRequired":"PT4M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"GitHub Changelog","item":"https://daily.dev/sources/github_updates"},{"@type":"ListItem","position":3,"name":"Manage agent skills with GitHub CLI"}]}
```

