Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
glab(1) 								 glab(1)

NAME
     glab-skills-install - Install glab's bundled agent skills. (EXPERIMENTAL)

SYNOPSIS
     glab skills install [name] [flags]

DESCRIPTION
     Install bundled SKILL.md files to .agents/skills/, the cross-agent standard
     defined by the Agent Skills specification. This works with GitLab Duo Agent
     Platform, Claude Code, Codex, Gemini CLI, and any other compliant agent.

     By  default,  only the core glab skill is installed. Pass a positional name
     argument to install a specific bundled skill instead. Run glab skills  list
     to see what is available.

     Install scope:

     * By   default,   skills	are   installed  for  the  current  project,  in
       .agents/skills/ at the root of the current Git repository.

     * Use   --global	to   install   skills	for   the   current   user,   in
       ~/.agents/skills/.

     * Use  --path to install skills to a custom directory. The path is resolved
       relative to the current working directory, not the repository root.

     To overwrite an existing skill file, use --force.

     This feature is an experiment and is not  ready  for  production  use.   It
     might  be	unstable  or  removed  at  any	time.  For more information, see
     https://docs.gitlab.com/policy/development_stages_support/.

OPTIONS
     -f, --force[=false]      Overwrite existing skill files.

     -g, --global[=false]      Install skills at user scope (~/.agents/skills/).

     --path=""	    Install skills to the directory at .

OPTIONS INHERITED FROM PARENT COMMANDS
     -h, --help[=false]      Show help for this command.

EXAMPLE
     # Install the core glab skill in the current project (default)
     glab skills install

     # Install a specific bundled skill by name
     glab skills install glab-stack

     # Install the core skill globally (user scope)
     glab skills install --global

     # Install a skill to a custom directory
     glab skills install glab-stack --path /path/to/skills

     # Overwrite an existing skill file
     glab skills install --force

SEE ALSO
     glab-skills(1)

Auto generated by spf13/cobra	    Aug 2026				 glab(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=glab-skills-install&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help