KubeSphere DevOps Jenkins
94TrustedInstructions onlyJenkins pipeline and environment configuration management for KubeSphere clusters.
What it does
Adding this skill equips your assistant to manage the internal Jenkins instance operating within a KubeSphere DevOps environment. It provides structured guidance on navigating the Configuration as Code architecture, enabling you to modify agent images, update service settings, and integrate external identity providers through established Kubernetes protocols.
This assistant-led process centers on administrative tasks like retrieving initial access credentials, mapping LDAP or OIDC authentication, and syncing SCM servers. It interprets the underlying ConfigMaps to ensure that pipeline execution environments remain consistent with your broader cluster infrastructure requirements.
When it earns its place
Reach for it when…
Apply this when you need to perform manual adjustments to the Jenkins controller, such as updating agent container images, troubleshooting connectivity to version control systems like GitLab, or modifying security realms for corporate user authentication.
Look elsewhere when…
Do not attempt to use this for general KubeSphere cluster administration or for debugging high-level pipeline code logic within a specific Jenkinsfile. It is intended for infrastructure-level configuration of the engine itself, not for writing or refactoring individual CI/CD build scripts.
What to say to use it
You never invoke a skill directly — the assistant picks it up when your request matches what it covers. These are the kinds of things that do that.
- how do I get the admin password for my KubeSphere Jenkins
- help me update the JNLP agent image in my DevOps config map
- show me how to add LDAP authentication to my Jenkins instance
- configure a GitLab server integration for my Jenkins pipeline
- find the node port address for the embedded Jenkins service
Install it
Install for all your projects
Copy the skill directory into your personal skills folder. Claude picks it up on its own the next time your request matches what it does — there is nothing to enable.
git clone --depth 1 --branch master https://github.com/kubesphere/kubesphere.git /tmp/kubesphere
mkdir -p ~/.claude/skills
cp -r /tmp/kubesphere/skills/kubesphere-devops-jenkins ~/.claude/skills/kubesphere-devops-jenkinsInstall for one project only
Put it in the project's own skills folder instead, so it can be committed and shared with everyone working on that repository.
cp -r /tmp/kubesphere/skills/kubesphere-devops-jenkins .claude/skills/kubesphere-devops-jenkinsIf a skill of the same name exists in both places, the personal one wins.
Installing on Claude.ai or through the API instead? The full guide covers every surface.
Pair it with an MCP server
KubeSphere DevOps Jenkins changes how the work is done. These servers change what Claude can reach while doing it.
- AWS Labs MCP Server76The skill encodes how your deployments are supposed to go; AWS Labs MCP Server is what lets Claude see the infrastructure they go to.
- Sentry MCP Server81Sentry MCP Server shows what actually broke, which is what turns a runbook from a document into a response.
- Circleci MCP Server58Pair with Circleci MCP Server so pipeline state informs the procedure rather than being described after the fact.