gh-skill-pack
Newgh CLI extension to install and update agent skills (SKILL.md packages) into a repo
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
mkdir -p .claude/agentsAdd the configuration to .claude/agents/gh-skill-pack.md
@gh-skill-packUse Cases
Usage Examples
/gh-skill-pack install owner/repo/skill-name
Update all skills in the current repository to their latest versions.
/gh-skill-pack list
Security Audits
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..