argocd

Automate ArgoCD GitOps operations for manifest authoring, deployment, and health monitoring.

1|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/kaynetik/skills --skill argocd-kaynetik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: argocd
Source: https://github.com/kaynetik/skills/tree/main/argocd
Command: npx skills add https://github.com/kaynetik/skills --skill argocd-kaynetik

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating ArgoCD deployments, multi-source applications, and ApplicationSets can be complex and error-prone. This guide provides a clear, end-to-end reference to streamline GitOps workflows and reduce friction in deployment pipelines.

Core Features & Use Cases

  • Manage Application, AppProject, and ApplicationSet configurations for consistent deployments across clusters.
  • Template-driven rollouts with progressive sync, role-based access control, and SSO integration to enforce security and governance.
  • Troubleshoot deployments with CLI workflows, health checks, and best-practice guidance for common failure modes.
  • Use cases include multi-cluster deployments, environment promotion, and automated rollback strategies.

Quick Start

Create an ApplicationSet for staging and production environments to deploy a multi-cluster app with automated sync.

Frequently Asked Questions about argocd

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

FAQPage Schema
How do I configure ArgoCD ApplicationSets for multi-cluster deployments?

ArgoCD ApplicationSets automate multi-cluster deployments by using template-driven provisioning to generate Applications across target environments, enabling consistent staging and production rollouts from a single GitOps configuration.

What is the best way to manage RBAC and SSO integration in ArgoCD GitOps workflows?

Managing RBAC and SSO in ArgoCD involves configuring AppProject specifications to enforce role-based access control and integrating identity providers, securing multi-cluster deployment pipelines and governance across environments.

Can I use Helm and Kustomize together for ArgoCD progressive sync strategies?

ArgoCD supports rendering both Helm and Kustomize manifests for deployments, allowing you to combine them with go-template driven progressive sync strategies to orchestrate environment promotions and automated rollouts.

How do I troubleshoot ArgoCD deployment failures using CLI workflows?

Troubleshooting ArgoCD deployments with CLI workflows involves checking application health statuses, inspecting sync errors, and applying best-practice guidance to diagnose common failure modes in multi-source applications and ApplicationSets.

Does ArgoCD support automated rollback strategies for environment promotion?

ArgoCD supports automated rollback strategies through progressive sync configurations and health monitoring, allowing GitOps workflows to revert deployments across staging and production environments when application health checks fail.

When do I need AppProject configurations in ArgoCD GitOps pipelines?

AppProject configurations are needed in ArgoCD GitOps pipelines when you must enforce security boundaries, restrict deployment destinations, and manage RBAC governance across multiple clusters and ApplicationSet-driven provisioning workflows.