# Argocd

> Argo CD

- Skill: `neuralblitz/argocd-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add neuralblitz/argocd-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/neuralblitz/argocd-2/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: NeuralBlitz (https://skillmd.com/u/neuralblitz)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/neuralblitz/argocd-2

---

# Argo CD

Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. It automates the deployment of applications by syncing Git manifests with cluster state.

## Key Concepts

- GitOps workflow
- Application manifests (K8s CRDs)
- Sync and health checks
- Rollbacks and history
- Webhooks integration

## Common Use Cases

- Kubernetes deployments
- GitOps automation
- Multi-environment promotion
- Canary/blue-green deployments
- Infrastructure as Code

## Best Practices

- Use Kustomize or Helm
- Implement app of apps pattern
- Set up resource limits
- Use health checks
- Configure notifications

## Resources

- Argo CD: argoproj.github.io/argo-cd
- Related Skills: kubernetes, gitops, helm

