devops
FREE
CI Pipeline
Generate and optimize CI/CD pipelines for GitHub Actions, GitLab CI, and CircleCI
●
INSTALL
sv install devops-dan/ci-pipeline
Requires the sv CLI. Installs to your project automatically.
.cursor/skills/ci-pipeline/SKILL.md
Download and place the SKILL.md file into your .cursor/skills/ci-pipeline/ directory.
curl -sL https://skillvault.md/api/packages/devops-dan/ci-pipeline/download -o ci-pipeline.zip
Downloads the package as a zip archive to your current directory.
https://skillvault.md/api/packages/devops-dan/ci-pipeline/download
Download the zip, extract, and copy the relevant files into your project.
●
WHAT'S INSIDE
SKILL: pipeline-genSKILL: cache-optimizerSKILL: matrix-builderCLAUDE.MD
●
COMPATIBILITY
Claude CodeCursorCodexCopilotGemini CLI
●
DESCRIPTION
CI Pipeline\n\nGenerate production-ready CI/CD configs tailored to your project. Supports GitHub Actions, GitLab CI, CircleCI, and Buildkite.\n\n## Skills\n\n- pipeline-gen — scaffolds complete workflow files from your project structure\n- cache-optimizer — analyzes build steps and adds optimal caching layers\n- matrix-builder — generates test matrices across OS, runtime versions, and environments\n\n``bash\nsv install devops-dan/ci-pipeline\n``
●
VERSION HISTORY
No version history available.
●
REVIEWS
Solid GitHub Actions generation
Generated a solid CI config for our TypeScript monorepo. The cache-optimizer skill cut our build times by 40%. Docking one star because GitLab CI support feels less polished.
Mar 14, 2026