원클릭으로
github
Use for official GitHub documentation, basic `gh` CLI operations, and installing, updating, or removing agent skills with `gh skill`
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use for official GitHub documentation, basic `gh` CLI operations, and installing, updating, or removing agent skills with `gh skill`
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when looking up reference documentation for installed tools, languages, libraries, or services, including Zed, Sublime Text, Sublime Merge, Ghostty, GitHub, Rust, rust-analyzer, Qdrant, and Acorn. Covers manpages, web-hosted and GitHub-hosted docs.
Use when writing, reviewing, or editing shell scripts, Zsh scripts, shell utilities, dotfiles, shell startup files, prompts, completion setup or zstyle configuration. Prefer this skill whenever the user asks about Zsh or shell scripts in general, unless they specifically mention another shell such as Bash, Fish, etc.
Use for working on Qdrant code and Qdrant development workflows
Use when writing, editing, reviewing, testing, or debugging Rust code
Use for controlling the Safari browser
| name | github |
| description | Use for official GitHub documentation, basic `gh` CLI operations, and installing, updating, or removing agent skills with `gh skill` |
For official GitHub documentation use Docs skill.
gh skill finds, installs, and updates agent skills from GitHub repositories.
Discover skills with:
gh skill search <query>
gh skill preview <owner>/<repo> <skill>
Manage skills with:
gh skill install --dir ~/.agents/skills <owner>/<repo> <skill>
gh skill update --dir ~/.agents/skills --all
gh skill list --dir ~/.agents/skills
Skills live in the shared ~/.agents/skills directory, which every agent reads.
Always pass --dir ~/.agents/skills, otherwise gh skill installs a separate copy per agent.
To uninstall a skill, remove its directory:
rm -r ~/.agents/skills/<skill>