From gitlab
Install and configure the glab GitLab CLI tool. Use this skill when the user needs to set up glab, authenticate with GitLab, or troubleshoot glab installation issues.
npx claudepluginhub tanyagray/claude --plugin gitlabThis skill uses the workspace's default tool permissions.
Help the user install and configure the `glab` GitLab CLI tool.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
Help the user install and configure the glab GitLab CLI tool.
First check if glab is already installed:
glab version
If not installed, run the install script:
${CLAUDE_PLUGIN_ROOT}/scripts/install-glab.sh
If the script is not available, install manually based on the platform:
brew install glabgo install gitlab.com/gitlab-org/cli/cmd/glab@latestAfter installation, help the user authenticate:
Interactive login (for personal use):
glab auth login
This will prompt for the GitLab instance URL and an authentication token.
Token-based login (for CI or automation):
glab auth login --hostname gitlab.com --token <YOUR_TOKEN>
Self-hosted GitLab:
glab auth login --hostname gitlab.example.com
Verify authentication:
glab auth status
Common configuration commands:
glab config set remote_alias originglab config set browser "firefox"glab config set editor "vim"glab config listglab is not found after install, ensure ~/.local/bin is in your PATHglab config set skip_tls_verify true --host gitlab.example.com