Vince Lozada 97d0e04b71 Update for glab v1.95.0 release (#66)
- Updated VERSION to 1.13.6 with v1.95.0 release notes
- glab-duo: documented new --install and --yes flags for 'glab duo cli'
- glab-skills: added new skill coverage for experimental 'glab skills install' command
- glab-repo: documented fix where 'glab repo create --readme' now clones instead of using git init
- Updated top-level SKILL.md to include glab-skills in utilities section
- Updated README.md with glab-skills in available skills list

Closes #65
2026-05-10 18:28:40 -07:00
2026-01-30 14:43:52 -06:00
2026-05-10 18:28:40 -07:00
2026-05-10 18:28:40 -07:00

   ____ _ _   _          _        ____ _     ___   ____  _    _ _ _     
  / ___(_) |_| |    __ _| |__    / ___| |   |_ _| / ___|| | _(_) | |___ 
 | |  _| | __| |   / _` | '_ \  | |   | |    | |  \___ \| |/ / | | / __|
 | |_| | | |_| |__| (_| | |_) | | |___| |___ | |   ___) |   <| | | \__ \
  \____|_|\__|_____\__,_|_.__/   \____|_____|___| |____/|_|\_\_|_|_|___/
                                                                        

GitLab CLI Skills

A collection of skills for AI coding agents following the Agent Skills format. These skills enable AI agents to use the GitLab CLI (glab) effectively.

Available Skills

Available Skills

Installation

OpenClaw / Agent Skills

npx skills add vince-winkintel/gitlab-cli-skills

Claude.ai (Organization Skills)

Claude.ai requires a zip containing exactly one SKILL.md. Download the pre-built claude-skill.zip from the latest release and upload it in your organization's Settings → Custom Skills.

The zip contains a single merged SKILL.md combining all 40+ sub-skills into one comprehensive glab reference.

Build it yourself:

bash scripts/build-claude-skill.sh
# Output: ./claude-skill.zip

Usage

Skills are automatically activated when relevant tasks are detected. Example prompts:

  • "Log into GitLab CLI"
  • "Check glab auth status"
  • "Configure GitLab Docker auth"

Prerequisites

  • GitLab CLI installed (glab)
  • GitLab access token or browser auth

Install glab (Homebrew)

brew install glab

License

MIT

Download History

Download History

S
Description
Comprehensive GitLab CLI (glab) command reference and workflows for all GitLab operations via terminal. Use when user mentions GitLab CLI, glab commands,…
Readme MIT 614 KiB
Languages
Python 70.3%
Shell 29.7%