gh skill

Install and manage agent skills from GitHub repositories.

Working with agent skills in the GitHub CLI is in preview and subject to change without notice.

Available commands

ALIASES

gh skills

Examples

# Search for skills
$ gh skill search terraform

# Install a skill
$ gh skill install github/awesome-copilot documentation-writer

# Preview a skill before installing
$ gh skill preview github/awesome-copilot documentation-writer

# Update all installed skills
$ gh skill update --all

# Validate skills for publishing
$ gh skill publish --dry-run

See also