BeClaude

gh-skill-pack

New
GitHub TrendingGeneralby Evangelink

gh CLI extension to install and update agent skills (SKILL.md packages) into a repo

First seen 5/29/2026

Summary

md files) directly into your repository.

  • It simplifies managing reusable AI skill definitions, making it easy to keep your agent's capabilities up-to-date and shareable across projects.

Install & Usage

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/gh-skill-pack.md

3
Invoke with @agent-name
@gh-skill-pack

Use Cases

Install a curated skill for code review automation into your repo with a single command.
Update all installed skills to their latest versions to ensure your agent has the newest capabilities.
List currently installed skills in your repository to audit what your agent can do.
Remove an outdated or unused skill from your repo to keep your agent's toolset clean.
Share a set of skills with your team by committing the skill pack configuration to version control.
Quickly bootstrap a new project with a standard set of agent skills from a community catalog.

Usage Examples

1

/gh-skill-pack install owner/repo/skill-name

2

Update all skills in the current repository to their latest versions.

3

/gh-skill-pack list

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is gh-skill-pack?

gh-skill-pack is a GitHub CLI extension that lets you install and update agent skills (packaged as SKILL.md files) directly into your repository. It simplifies managing reusable AI skill definitions, making it easy to keep your agent's capabilities up-to-date and shareable across projects.

How to install gh-skill-pack?

To install gh-skill-pack: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/gh-skill-pack.md. Finally, @gh-skill-pack in Claude Code.

What is gh-skill-pack best for?

gh-skill-pack is a agent categorized under General. It is designed for: agent. Created by Evangelink.

What can I use gh-skill-pack for?

gh-skill-pack is useful for: Install a curated skill for code review automation into your repo with a single command.; Update all installed skills to their latest versions to ensure your agent has the newest capabilities.; List currently installed skills in your repository to audit what your agent can do.; Remove an outdated or unused skill from your repo to keep your agent's toolset clean.; Share a set of skills with your team by committing the skill pack configuration to version control.; Quickly bootstrap a new project with a standard set of agent skills from a community catalog..