This handles KubeSphere DevOps credentials, which are really just Kubernetes Secrets with special labels that sync to Jenkins. The big gotcha is the secret type must be credential.devops.kubesphere.io/ssh-auth or similar, not Opaque, or the controller ignores it entirely and your pipelines fail with credential not found errors. You get SSH keys, basic auth, secret text, and kubeconfig types. Use it when you're setting up Git repo access, registry credentials, or API tokens for pipelines. The skill covers the REST API endpoints and shows how to wire credentials into Jenkinsfiles with credentialsId references. It also explains GitRepository resources for connecting repos to credentials in ArgoCD setups.
npx -y skills add kubesphere/kubesphere --skill kubesphere-devops-credentials --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
kubesphere/kubesphere
supercent-io/skills-template