KubeSphere DevOps: ArgoCD
Configures ArgoCD GitOps deployments and SSO inside KubeSphere DevOps.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 11, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 704f83d
Real operations require a live KubeSphere cluster with the DevOps extension and bundled ArgoCD v2.11.7 running — every deploy/sync/SSO/repo step is kubectl/argocd/curl against that cluster, so nothing here is testable offline. On a static A/B (generate the tenant GitOps Application payload + kapis curl from an inline spec), the skill decisively beat the base: both hit the correct /kapis/gitops.kubesphere.io/v1alpha1 endpoint, but base emitted a raw argoproj.io Application and invented linking labels, while the skill correctly used the gitops.kubesphere.io/v1alpha1 CR with spec.argoApp and the actually-required gitops.kubesphere.io/argocd-location: argocd label. Install is a clean single-file SKILL.md with valid frontmatter; docs are accurate and detailed but never state the hard live-cluster dependency upfront and carry one dead absolute-path reference link.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 4/5
- Output vs. baseline 8/10
- Docs & honesty 3/5
What KubeSphere DevOps: ArgoCD does
Use when configuring ArgoCD in KubeSphere DevOps, including GitOps deployments, application management, SSO setup, or troubleshooting ArgoCD issues
How to install KubeSphere DevOps: ArgoCD
git clone https://github.com/kubesphere/kubesphere
cd kubesphere
mkdir -p ~/.claude/skills
cp -r skills/kubesphere-devops-argocd ~/.claude/skills/kubesphere-devops-argocd
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger KubeSphere DevOps: ArgoCD
-
/kubesphere-devops-argocdConfigures ArgoCD GitOps deployments and SSO inside KubeSphere DevOps.
It also activates on plain-language prompts like these:
-
Set up ArgoCD GitOps deployment in KubeSphere -
Troubleshoot why our ArgoCD application won't sync -
Configure SSO for ArgoCD in KubeSphere DevOps
Frequently asked questions
- Is the KubeSphere DevOps: ArgoCD skill free?
- Yes. The skill itself is free from kubesphere/kubesphere. SkillProof publishes the install command and an independent test verdict at no cost.
- Does KubeSphere DevOps: ArgoCD work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 11, 2026. Verdict: Works with setup. Real operations require a live KubeSphere cluster with the DevOps extension and bundled ArgoCD v2.11.7 running — every deploy/sync/SSO/repo step is kubectl/argocd/curl against that cluster, so nothing here is testable offline. On a static A/B (generate the tenant GitOps Application payload + kapis curl from an inline spec), the skill decisively beat the base: both hit the correct /kapis/gitops.kubesphere.io/v1alpha1 endpoint, but base emitted a raw argoproj.io Application and invented linking labels, while the skill correctly used the gitops.kubesphere.io/v1alpha1 CR with spec.argoApp and the actually-required gitops.kubesphere.io/argocd-location: argocd label. Install is a clean single-file SKILL.md with valid frontmatter; docs are accurate and detailed but never state the hard live-cluster dependency upfront and carry one dead absolute-path reference link.
- What is the KubeSphere DevOps: ArgoCD SkillProof Score?
- 8.0/10 — installs cleanly 5/5, triggers reliably 4/5, output vs. baseline 8/10, docs & honesty 3/5.
- How do I install KubeSphere DevOps: ArgoCD?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use KubeSphere DevOps: ArgoCD with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.