Claude-skill-registry 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".
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/gitlab-ci-config-generator" ~/.claude/skills/majiayu000-claude-skill-registry-gitlab-ci-config-generator && rm -rf "$T"
manifest:
skills/data/gitlab-ci-config-generator/SKILL.mdsource content
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.