This handles CI/CD pipeline operations in KubeSphere's DevOps platform, which wraps Jenkins with Kubernetes custom resources. The object-reconcile pattern means you create PipelineRun CRs instead of hitting Jenkins directly, and KubeSphere handles the synchronization. It covers both regular and multi-branch pipelines, with working examples for Go builds using Kubernetes pod agents. The critical gotcha is checking for pipeline parameters before triggering runs, otherwise builds fail silently. For tenant users (non-admins), you must include the kubesphere.io/creator annotation when creating pipelines or ownership tracking breaks. Private repos need credentials configured upfront, which the skill walks through.
npx -y skills add kubesphere/kubesphere --skill kubesphere-devops-pipeline --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
supercent-io/skills-template
Tony363/SuperClaude