Create, view, update, and manage GitLab code snippets (gists). Use when sharing code snippets, creating quick examples, or managing reusable code blocks. Triggers on snippet, gist, code snippet, share code, create snippet.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add serejaris/kimi-skills --skill glab-snippet --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Glab Snippet?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/serejaris-glab-snippet-kimi-skills)More formats (shields.io, HTML) on the badges page.
---
name: glab-snippet
description: Create, view, update, and manage GitLab code snippets (gists). Use when sharing code snippets, creating quick examples, or managing reusable code blocks. Triggers on snippet, gist, code snippet, share code, create snippet.
---
# glab snippet
## Overview
```
Create, view and manage snippets.
USAGE
glab snippet <command> [command] [--flags]
EXAMPLES
$ glab snippet create --title "Title of the snippet" --filename "main.go"
COMMANDS
create -t <title> <file1> [<file2>...] [--flags] Create a new snippet.
glab snippet create -t <title> -f <filename> # reads from stdin
FLAGS
-h --help Show help for this command.
-R --repo Select another repository. Can use either `OWNER/REPO` or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL.
```
## Quick start
```bash
glab snippet --help
```
## Subcommands
See [references/commands.md](references/commands.md) for full `--help` output.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!