← Back to Blog

What Are Agent Skills? Why GitHub’s New gh skill Command Matters for Copilot, Claude Code, and Codex

Editorial image for What Are Agent Skills? Why GitHub’s New gh skill Command Matters for Copilot, Claude Code, and Codex about Developer Tools.
BLOOMIE
POWERED BY NEROVA

AI coding agents are getting more capable, but they still run into the same problem over and over: they often know how to reason, but not enough about how your team wants work done. That is the gap Agent Skills are designed to fill.

On April 16, 2026, GitHub launched gh skill, a new GitHub CLI command for discovering, installing, managing, and publishing agent skills from repositories. On its own, that might sound like a small developer-tool update. It is not. It is one of the clearest signals yet that portable, reusable agent behavior is becoming a real layer in the coding-agent stack.

What Agent Skills are

According to the Agent Skills specification, skills are folders of instructions, scripts, and resources that agents can discover and use to do tasks more accurately and efficiently. The point is not to create a whole new agent from scratch. The point is to package repeatable expertise so agents can load the right guidance when the task calls for it.

That can mean several things in practice:

  • Domain expertise: a repeatable way to review legal language, analyze a dataset, or write internal documentation
  • Workflow knowledge: step-by-step instructions for how a team wants pull requests reviewed, bugs triaged, or releases prepared
  • New capabilities: reusable resources that help agents carry out jobs like creating presentations, standing up MCP servers, or following internal runbooks

The underlying idea is simple: capture useful agent behavior in a portable package instead of rewriting the same instructions across prompts, repos, and tools.

Why GitHub’s gh skill launch matters

GitHub’s new gh skill command turns that idea into a practical workflow. Developers can now search for skills, install them from repositories, pin versions, update them, and publish their own. In other words, skills are starting to behave less like ad hoc prompt files and more like managed software assets.

That matters because GitHub is pushing skills into a place developers already live: the CLI. Once a behavior package can be installed, versioned, updated, and published from normal tooling, it becomes much easier to operationalize across teams.

GitHub also positions skills as cross-host assets. In its launch post, the company says the open Agent Skills format works across multiple agent hosts including GitHub Copilot, Claude Code, Cursor, Codex, and Gemini CLI. That portability is the real story.

Why this is different from AGENTS.md and .agent.md

It is easy to lump Agent Skills into the same bucket as other instruction files, but they solve a different problem.

AGENTS.md gives an agent project-specific guidance inside a codebase. .agent.md helps define reusable specialist behavior inside GitHub’s Copilot workflows. Agent Skills go a step further by packaging instructions, scripts, provenance, and versioning into portable capability units that can move across tools and environments.

That makes skills less like a note to one assistant and more like a reusable behavior module.

What makes the GitHub implementation interesting

Version pinning and provenance

GitHub emphasizes that skills shape agent behavior and therefore create supply-chain risk if they change silently. The new CLI workflow supports version pinning to tags or commits, change detection using git tree SHAs, and provenance stored in skill metadata. That is a serious point, not a detail. If skills become part of production engineering workflows, teams will need the same reproducibility expectations they already apply to packages and dependencies.

Security checks for published skills

GitHub says gh skill publish can validate skills against the specification and check repo settings like tag protection, secret scanning, code scanning, and immutable releases. Again, that points to a future where behavior packages for agents are governed assets, not random copy-pasted instructions.

Multi-agent ecosystem alignment

The Agent Skills project describes the format as an open standard originally developed by Anthropic and now adopted across a growing ecosystem. That is important because the coding-agent market is getting more fragmented, not less. Teams are experimenting with Copilot, Claude Code, Codex, Cursor, Gemini CLI, and internal tooling at the same time. Portable behavior layers become more valuable in that kind of environment.

Why businesses should care

For enterprises, the appeal is straightforward. Skills offer a way to capture organizational know-how once and reuse it across multiple agent products. That can improve consistency, reduce rework, and make agent behavior easier to audit and update.

Imagine a company that wants every coding agent to follow the same secure release checklist, architecture review pattern, or incident documentation process. Without a portable skill layer, those instructions often get duplicated in prompts, internal docs, and repo-level files. With skills, there is a clearer path to packaging that knowledge as something installable and maintainable.

This also matters for agent governance. The more organizations rely on agents for real work, the more they need structured ways to distribute approved workflows instead of hoping users remember the right prompt every time.

The bigger takeaway

GitHub’s gh skill launch is a sign that coding-agent infrastructure is maturing beyond model selection and chat interfaces. The next layer is behavioral portability: reusable, versioned, cross-tool ways to teach agents how your organization works.

That is why Agent Skills matter. They turn institutional knowledge into something agents can load, teams can manage, and platforms can share.

Today, that looks like a CLI command. Over time, it could become one of the most important building blocks in how companies standardize AI agent behavior across tools.

Nerova AI agent workflows

Nerova helps businesses create AI agents and AI teams that turn repeatable work into governed, production-ready workflows.

See how Nerova builds AI agent workflows
Ask Nerova about this article