glab-skills-update - Man Page
Update installed agent skills to the current shipped version. (EXPERIMENTAL)
Synopsis
glab skills update [name] [flags]
Description
Re-fetch installed agent skills from their source (bundled in this glab binary, or the curated remote registry) and overwrite the on-disk copy if it differs.
By default, updates only the named skill in every well-known location it is installed (the current project's '.agents/skills/' and the user-scope '~/.agents/skills/'). Use --all to update every installed skill in those locations.
Skills whose on-disk content already matches the source are left alone. Skills installed via 'glab skills install --path' are not considered ā update only knows about the two well-known locations.
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
--all[=false] Update every installed skill. (default false)
Options Inherited from Parent Commands
-h, --help[=false] Show help for this command.
Example
# Update the bundled glab skill in every location it is installed glab skills update glab # Update every installed skill glab skills update --all