If you're managing Jenkins from the command line, this wraps the jk CLI tool so Claude can help you script job creation, trigger builds, tail logs, and wrangle config.xml files without switching to the web UI. It's especially helpful for multibranch pipelines where you need to create jobs from repo templates, patch Jenkinsfile paths, or rescan branches. The skill checks for jk installation first and handles auth contexts, so you can work across multiple controllers. One thing to know: it assumes you've already got a Jenkins API token set up, and for SSO setups you'll need to grab that token from the web UI first.
npx skills add https://github.com/avivsinai/jenkins-cli --skill jk