Agent skill

argocd-deploy

Deploy to Kubernetes via ArgoCD GitOps

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/argocd-deploy

SKILL.md

ArgoCD GitOps Deployment

Deploy and manage Kubernetes applications via ArgoCD.

What To Do

  1. CLI commands:

    bash
    argocd app sync matching-engine
    argocd app get matching-engine
    argocd app diff matching-engine
    argocd app rollback matching-engine <revision>
    
  2. Create ArgoCD Application manifest (deploy/argocd-app.yaml)

  3. Sync policies: automated prune + selfHeal for production

Arguments

  • <app-name>: ArgoCD application name
  • --sync: Force sync now
  • --prune: Remove orphaned resources

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results