Agent Skills: GitLab CI Config Generator

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".

UncategorizedID: ehtbanton/ClaudeSkillsRepo/gitlab-ci-config-generator

Install this agent skill to your local

pnpm dlx add-skill https://github.com/ehtbanton/ClaudeSkillsRepo/tree/HEAD/gitlab-ci-config-generator

Skill Files

Browse the full folder contents for gitlab-ci-config-generator.

Download Skill

Loading file tree…

gitlab-ci-config-generator/SKILL.md

Skill Metadata

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.