pipeline-blueprint
★ 6.6 · devops
pipeline-blueprint is a Claude Code skill that delivers ready-to-use CI/CD pipeline templates and best practices for GitHub Actions and GitLab CI, recommending configurations based on project type. It covers frontend (React, Vue, Angular, static sites), backend (Node.js, Python, Go, Java), fullstack, library, monorepo, and mobile projects. Each template includes stages for dependency installation, linting, testing, building, Docker image publishing, and deployment, along with caching strategies, parallel jobs, and secret management via GitHub Secrets or GitLab CI Variables. The skill applies principles such as fail-fast ordering, least-privilege tokens, and immutable artifacts — build once, promote through staging to production. It suits teams setting up build automation from scratch, tightening security on existing pipelines, or replacing manual deployments with a structured CI/CD workflow.
- #github-actions
- #gitlab-ci
- #ci-cd
- #automation
- #pipeline
- #deployment