plugins marketplace
← All plugins

ci-cd-pipeline-builder

v1.24.0

Build CI/CD pipelines for GitHub Actions, GitLab CI, Jenkins, and more

Claude Code1 skill

by Claude Code PluginsMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/devops/ci-cd-pipeline-builder/ inside the repository.

Layout

plugins/devops/ci-cd-pipeline-builder/
├── .claude-plugin/plugin.json
└── skills/building-cicd-pipelines/SKILL.md

Skills1

building-cicd-pipelinesskills/building-cicd-pipelines/SKILL.md

Execute use when you need to work with deployment and CI/CD. This skill provides deployment automation and pipeline orchestration with comprehensive guidance and automation. Trigger with phrases like "deploy application", "create pipeline", or "automate deployment".

Manifests1

plugins/devops/ci-cd-pipeline-builder/.claude-plugin/plugin.json
{
  "name": "ci-cd-pipeline-builder",
  "version": "1.24.0",
  "description": "Build CI/CD pipelines for GitHub Actions, GitLab CI, Jenkins, and more",
  "author": {
    "name": "Claude Code Plugins",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "ci-cd",
    "github-actions",
    "gitlab-ci",
    "jenkins",
    "devops",
    "automation",
    "agent-skills"
  ]
}