argocd

Installation
SKILL.md

Argo CD

Use this skill to manage GitOps deployments with Argo CD declaratively and safely.

Quick Start

  1. Run argocd app list to see all applications and their sync status.
  2. Run argocd app diff <name> before any sync to preview what will change.
  3. Use argocd app sync <name> to trigger a deployment.
  4. Check argocd app get <name> for health and sync state after deploying.

Intent Router

  • resources/install-and-setup.md — install argocd CLI, login, env vars, initial setup
  • resources/command-cookbook.md — argocd app list/get/create/sync/diff/history/rollback commands
  • resources/application-management.md — Application CRD, sync policies, waves, hooks, health status
  • resources/rbac-and-projects.md — AppProject CRD, RBAC policies, SSO, multi-tenancy

Workflow

Installs
5
GitHub Stars
12
First Seen
May 27, 2026
argocd — greedychipmunk/agent-skills