AgentStack
SKILL verified MIT Self-run

Glab Skills

skill-vince-winkintel-gitlab-cli-skills-glab-skills · by vince-winkintel

Install, list, and update bundled agent skills for GitLab CLI. Use when installing agent skills, checking available bundled skills, updating installed glab skills, managing skill bundles, or setting up automated workflows. Triggers on skills, agent skills, glab skills, skill install, skill update, skill bundles.

No reviews yet
0 installs
12 views
0.0% view→install

Install

$ agentstack add skill-vince-winkintel-gitlab-cli-skills-glab-skills

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Glab Skills? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

glab skills

Overview


  Install and manage bundled agent skills for GitLab CLI.

  Skills follow the Agent Skills specification and work with
  any compatible agent, including GitLab Duo Agent Platform, Claude Code, Codex,
  and Gemini CLI.

  This feature is an experiment and is not ready for production use.
  It might be unstable or removed at any time.

  USAGE

    glab skills  [command] [--flags]

  COMMANDS

    install [name] [--flags]  Install glab's bundled agent skills. (EXPERIMENTAL)
    list                      List the available bundled agent skills. (EXPERIMENTAL)
    update [name] [--flags]   Update installed agent skills to the current shipped version. (EXPERIMENTAL)

  FLAGS

    -h --help                 Show help for this command.

⚠️ Experimental Feature

glab skills is marked EXPERIMENTAL upstream:

  • command shape and functionality may change
  • skill bundle format is not yet stable
  • availability may vary by glab version
  • use for exploration and prototyping, not production workflows

See: https://docs.gitlab.com/policy/developmentstagessupport/

Quick start

# View available skills commands
glab skills --help

# Install bundled agent skills
glab skills install

# List bundled skills
glab skills list

# Update installed bundled skills to the current glab-shipped version
glab skills update

Common workflows

Installing, listing, and updating bundled skills

# Install agent skills interactively
glab skills install

# Install a named bundled skill when supported by the shipped catalog
glab skills install 

# List available bundled skills
glab skills list

# Update all installed bundled skills
glab skills update

# Update one installed bundled skill
glab skills update 

The install command sets up pre-packaged skill bundles designed to extend glab capabilities for automation and AI agent workflows. Newer glab versions also notify when installed bundled skills have updates available; use glab skills update to refresh them to the current version shipped with the installed CLI.

Troubleshooting

skills: command not found:

  • glab skills manages CLI skills and extensions.
  • Check your version with glab version; upgrade if needed.

Skills install/update fails or hangs:

  • This is an experimental feature and may have rough edges.
  • Check your network connection and glab auth status.
  • Review glab skills install --help, glab skills list, and glab skills update --help for any updated flags or requirements.

What skills are available?

  • Run glab skills list to see the bundled catalog for your installed glab version.

Related Skills

  • glab-duo — GitLab Duo AI assistant integration
  • glab-mcp — Model Context Protocol server for AI integrations
  • glab-auth — Authentication required for skill installation

Command reference

glab skills  [flags]

glab skills install [name] [flags]
  -h --help  Show help for this command

glab skills list

glab skills update [name] [flags]
  -h --help  Show help for this command

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.