This one helps Claude generate Jenkins pipelines with both declarative and scripted syntax, covering multi-stage builds, agent configuration, and deployment automation. You get examples for checkout, build, test, and deploy stages with proper artifact archiving and test reporting. It includes credential management, parameterized builds, and multi-branch pipeline setups. The reference guides walk through complete Jenkinsfiles rather than just fragments. Best for teams running Jenkins on-premise who need CI/CD pipelines that handle complex build matrices or environments with approval gates. It won't teach you Jenkins from scratch, but if you know what you need and just want the Groovy syntax right, it's solid.
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill jenkins-pipeline