Generates production-ready Jenkinsfiles with validation baked in. Handles both declarative and scripted pipelines, with a sensible decision tree that defaults to declarative unless you need dynamic stage generation or complex loops. Comes with templates for parallel execution, Kubernetes agents, and shared library scaffolding. The Quick Reference section is genuinely useful, especially the fail-fast and fingerprinting patterns that people often forget. Every generated file runs through the jenkinsfile-validator skill automatically, which catches syntax errors before you commit. If you're starting from scratch or need a DevSecOps pipeline with security scanning stages, this beats Googling examples and stitching together outdated Stack Overflow answers.
npx skills add https://github.com/akin-ozer/cc-devops-skills --skill jenkinsfile-generator