Claude Code Plugins

Community-maintained marketplace

Feedback

gitlab-ci-config-generator

@ehtbanton/ClaudeSkillsRepo
0
0

Generate GitLab CI/CD pipeline configuration files with stages, jobs, and deployment. Triggers on "create gitlab ci", "generate gitlab-ci.yml", "gitlab pipeline", "gitlab ci config".

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name gitlab-ci-config-generator
description Generate GitLab CI/CD pipeline configuration files with stages, jobs, and deployment. Triggers on "create gitlab ci", "generate gitlab-ci.yml", "gitlab pipeline", "gitlab ci config".

GitLab CI Config Generator

Generate GitLab CI/CD pipeline configuration files.

Output Requirements

File Output: .gitlab-ci.yml Format: Valid GitLab CI YAML Standards: GitLab CI latest

When Invoked

Immediately generate a complete GitLab CI pipeline configuration.

Example Invocations

Prompt: "Create GitLab CI for Node.js with Docker deploy" Output: Complete .gitlab-ci.yml with test, build, and deploy stages.