Generates CI/CD pipeline configurations for GitHub Actions, GitLab CI, and Jenkins with test, build, security, and deploy stages.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ci-cd-pipeline-builder:ci-cd-pipeline-builderThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill empowers Claude to build production-ready CI/CD pipelines, automating software development workflows. It supports multiple platforms and incorporates best practices for testing, building, security, and deployment.
This skill empowers Claude to build production-ready CI/CD pipelines, automating software development workflows. It supports multiple platforms and incorporates best practices for testing, building, security, and deployment.
This skill activates when you need to:
User request: "Create a GitHub Actions pipeline with test, build, and deploy stages."
The skill will:
github-actions.yml file with defined test, build, and deploy stages.User request: "Generate a GitLab CI configuration that includes security scanning."
The skill will:
.gitlab-ci.yml file with test, build, security, and deploy stages, including vulnerability scanning.This skill can be used in conjunction with other plugins to automate infrastructure provisioning, security scanning, and deployment processes. For example, it can work with a cloud deployment plugin to automatically deploy applications to AWS, Azure, or GCP after the CI/CD pipeline successfully builds and tests the code.
Creates, edits, and verifies skills using a test-driven development approach with pressure scenarios and subagents.
npx claudepluginhub danielmiessler/claude-code-plugins-plus --plugin ci-cd-pipeline-builder