argo-cd

Manage ArgoCD configurations and health checks via the argocd CLI.

1|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/nq-rdl/agent-extensions --skill argo-cd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: argo-cd
Source: https://github.com/nq-rdl/agent-extensions/tree/main/skills/argo-cd
Command: npx skills add https://github.com/nq-rdl/agent-extensions --skill argo-cd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, awk, sha256sum, bash, and includes scripts (resource) components.

What problem does it solve?

This skill simplifies the management of ArgoCD configurations, health checks, and GitOps workflows across multiple clusters, reducing manual toil and drift.

Core Features & Use Cases

  • CLI-driven management of Applications, Projects, and RBAC with declarative Kubernetes resources
  • Declarative setup for Applications and AppProjects via YAML manifests and kubectl apply
  • Tool support for Kustomize, Helm, and OCI sources to define applications and sync policies
  • Auditing and governance capabilities to evaluate source repos, destinations, and access controls

Quick Start

Install the ArgoCD CLI and connect to your cluster, then apply an Application manifest to deploy a sample app.

Frequently Asked Questions about argo-cd

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage ArgoCD applications and projects declaratively in Kubernetes?

You manage ArgoCD declaratively by applying YAML manifests for Application and AppProject resources via kubectl, using the argocd CLI to configure sync policies and deploy across multiple clusters.

What is the best way to configure RBAC for ArgoCD across multiple clusters?

Configuring RBAC for ArgoCD across clusters is done through declarative Secret resources and auditing capabilities that evaluate source repos, destinations, and access controls to ensure safe governance.

Does this ArgoCD GitOps workflow support Helm and Kustomize sources?

Yes, ArgoCD GitOps workflows support Kustomize, Helm, and OCI sources to define applications and sync policies, enabling flexible declarative resource management within Kubernetes clusters.

Do I need the argocd CLI installed to manage GitOps configurations?

Yes, the argocd CLI is required to manage configurations, health checks, and declarative Kubernetes resources, and can be installed using the provided install script or a package manager.

How do ArgoCD health sync policies handle automated auditing?

ArgoCD health sync policies handle automated auditing by evaluating source repos, destinations, and access controls across environments, ensuring safe deployment with standard error handling and validation.