Agent skill
argocd
GitOps continuous delivery tool for Kubernetes with repository management and application synchronization.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/argocd-jyasuu-cheat-sheet
SKILL.md
ArgoCD
$version = (Invoke-RestMethod https://api.github.com/repos/argoproj/argo-cd/releases/latest).tag_name
$url = "https://github.com/argoproj/argo-cd/releases/download/" + $version + "/argocd-windows-amd64.exe"
$output = "argocd.exe"
Invoke-WebRequest -Uri $url -OutFile $output
argocd login argocd.example.com --sso
argocd repo add https://github.com/jyasuu/helm-demo.git `
--username ? `
--password ?
argocd app create helm-app `
--repo https://github.com/jyasuu/helm-demo.git `
--path . `
--revision main `
--dest-server https://kubernetes.default.svc `
--dest-namespace helm-demo `
--sync-policy automated `
--values values-lab.yaml `
--project helm-app
argocd app list
argocd app sync helm-app
argocd app delete helm-app
argocd app history helm-app
argocd app manifests helm-app
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?