Skill
CI/CD Pipeline Builder
Detects the stack from the repository, then writes a pipeline that matches it.
Install
Ships scripts/plugin marketplace add alirezarezvani/claude-skills sonra /plugin install engineering-advanced-skills@claude-code-skills
Triggers on
Applies when bootstrapping CI for a new repository, replacing a copied pipeline, or moving between GitHub Actions and GitLab CI.
Needs tools
BashReadWrite
- Author
- Alireza Rezvani
- License
- MIT
The starting point is a detector script that reads what the repository actually contains — runtime, package manager, lockfiles, build and test commands — and emits that as JSON. Only then are the lint, test, build and deploy stages generated, as GitHub Actions or GitLab CI, with caching and matrix settings that follow from the detection rather than from a template someone copied. The same detection output is useful on an existing pipeline, where it shows which steps no longer match the project they claim to build.
Comments(0)
Sign in to comment