What problem does it solve?
It solves the problem of installing, previewing, updating, and publishing portable agent skills through GitHub CLI without getting stuck on interactive prompts or risking unsafe third-party content.
Core Features & Use Cases
- Non-interactive CLI workflows: Provides safe usage patterns (for example, using targeted arguments or non-interactive flags) to prevent hangs during automated agent runs.
- Pre-install safety via preview: Enforces using
gh skill preview to inspect third-party skills before installation, supporting supply-chain integrity.
- Deterministic versioning: Guides pinning skills to tags or commit SHAs to ensure reproducible behavior and controlled updates.
- Skill lifecycle management: Covers search, discovery, install, update, and publish flows, including validation/fixes for metadata.
Quick Start
Use the gh-skill guidance to search and preview a skill from GitHub, then install a pinned version for your agent scope.