·gitlab-group
</>

gitlab-group

GitLab group operations via API. ALWAYS use this skill when user wants to: (1) list/view groups, (2) create/update/delete groups, (3) manage group members, (4) list subgroups or group projects, (5) share projects with groups.

8Installs·2Trend·@grandcamel

Installation

$npx skills add https://github.com/grandcamel/gitlab-assistant-skills --skill gitlab-group

How to Install gitlab-group

Quickly install gitlab-group AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/grandcamel/gitlab-assistant-skills --skill gitlab-group
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: grandcamel/gitlab-assistant-skills.

SKILL.md

View raw

Group management operations for GitLab using glab api raw endpoint calls.

| List groups | glab api groups | - | | Get group | glab api groups/:id | - | | Create group | glab api groups -X POST -f ... | ⚠️ | | Update group | glab api groups/:id -X PUT -f ... | ⚠️ | | Delete group | glab api groups/:id -X DELETE | ⚠️⚠️⚠️ | | List members | glab api groups/:id/members | - |

| Add member | glab api groups/:id/members -X POST -f ... | ⚠️ | | Update member | glab api groups/:id/members/:uid -X PUT -f ... | ⚠️ | | Remove member | glab api groups/:id/members/:uid -X DELETE | ⚠️⚠️ | | List subgroups | glab api groups/:id/subgroups | - | | List projects | glab api groups/:id/projects | - |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/grandcamel/gitlab-assistant-skills --skill gitlab-group
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from grandcamel/gitlab-assistant-skills

Quick answers

What is gitlab-group?

GitLab group operations via API. ALWAYS use this skill when user wants to: (1) list/view groups, (2) create/update/delete groups, (3) manage group members, (4) list subgroups or group projects, (5) share projects with groups. Source: grandcamel/gitlab-assistant-skills.

How do I install gitlab-group?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/grandcamel/gitlab-assistant-skills --skill gitlab-group Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/grandcamel/gitlab-assistant-skills