A comprehensive GitLab documentation skill for Claude Code, providing instant access to GitLab API, webhooks, CI/CD, and more
npx claudepluginhub lucacri/Claude-Gitlab-documentationComprehensive GitLab documentation skill providing instant access to GitLab API, webhooks, CI/CD schema, runners, and more
No description available.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
The most comprehensive GitLab documentation resource for Claude Code - covering EVERYTHING from basic to advanced GitLab features.
This plugin transforms Claude Code into the ultimate GitLab expert by providing exhaustive documentation for ALL GitLab features. Whether you're working with APIs, CI/CD, security scanning, containers, or any GitLab feature, this skill has you covered.
.gitlab-ci.yml reference, jobs, artifacts, caching, DAG pipelines, security scanning# In Claude Code, use the /plugin command:
/plugin https://github.com/lucacri/Claude-Gitlab-documentation
# Clone the repository
git clone https://github.com/lucacri/Claude-Gitlab-documentation.git
# In Claude Code
/plugin /path/to/Claude-Gitlab-documentation
The skill automatically activates when you:
GraphQL API Query:
You: "Show me how to fetch merge requests using GraphQL with pagination"
Claude: *Provides complete GraphQL query with pagination using gitlab skill*
Security Scanning Setup:
You: "Set up SAST, dependency scanning, and container scanning in my pipeline"
Claude: *Creates complete .gitlab-ci.yml with all security scanners configured*
Multi-Platform Docker Build:
You: "Build Docker image for AMD64, ARM64, and ARMv7"
Claude: *Provides complete pipeline with buildx configuration*
Package Publishing:
You: "Publish npm package to GitLab Package Registry"
Claude: *Complete setup with .npmrc, authentication, and CI/CD pipeline*
api.md (300 lines) - REST API: Authentication, endpoints, rate limiting, error handlinggraphql.md (500 lines) - GraphQL: Queries, mutations, subscriptions, pagination, introspectionprojects.md (450 lines) - Projects: Creation, settings, templates, members, import/export, mirroringmerge-requests.md (600 lines) - MRs: Workflow, reviews, approvals, merge strategies, code ownerswebhooks.md (450 lines) - Webhooks: All events, payloads, handlers (Python/Node.js), testingci-cd.md (600 lines) - Pipelines: Complete .gitlab-ci.yml, artifacts, caching, DAG, securityrunners.md (500 lines) - Runners: Installation, executors, auto-scaling, monitoringgitlab-pages.md (400 lines) - Pages: SSGs, custom domains, SSL, optimizationsecurity.md (500 lines) - Scanning: SAST, DAST, dependencies, containers, secrets, complianceauthentication.md (450 lines) - Auth: All methods, OAuth, SSH, tokens, 2FA, LDAP, SAML