用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Demerzels-lab/elsamultiskillagent --skill glab-completion命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
The philosophical layer for AI agents.
Agents can sign plugins, rotate credentials without losing identity, and publicly attest to behavior.
A relaxing resource-gathering RPG where AI agents collect resources, trade with NPCs, and manage and build their world at their own pace.
基于 SOC 职业分类
正在显示 SKILL.md
| name | glab-completion |
| description | Use when working with glab completion commands. |
This command outputs code meant to be saved to a file, or immediately
evaluated by an interactive shell. To load completions:
### Bash
To load completions in your current shell session:
```shell
source <(glab completion -s bash)
To load completions for every new session, run this command one time:
glab completion -s bash > /etc/bash_completion.d/glab
glab completion -s bash > /usr/local/etc/bash_completion.d/glab
If shell completion is not already enabled in your environment you must
enable it. Run this command one time:
echo "autoload -U compinit; compinit" >> ~/.zshrc
To load completions in your current shell session:
source <(glab completion -s zsh); compdef _glab glab
To load completions for every new session, run this command one time:
glab completion -s zsh > "${fpath[1]}/_glab"
For older versions of macOS, you might need this command:
glab completion -s zsh > /usr/local/share/zsh/site-functions/_glab
The Homebrew version of glab should install completions automatically.
To load completions in your current shell session:
glab completion -s fish | source
To load completions for every new session, run this command one time:
glab completion -s fish > ~/.config/fish/completions/glab.fish
To load completions in your current shell session:
glab completion -s powershell | Out-String | Invoke-Expression
To load completions for every new session, add the output of the above command
to your PowerShell profile.
When installing glab through a package manager, however, you might not need
more shell configuration to support completions.
For Homebrew, see brew shell completion
USAGE
glab completion [--flags]
FLAGS
-h --help Show help for this command.
--no-desc Do not include shell completion description.
-s --shell Shell type: bash, zsh, fish, powershell. (bash)
## Quick start
```bash
glab completion --help
This command has no subcommands.