argo-cd-apps

Structure Argo CD Application and ApplicationSet manifests for GitOps workflows.

5|1|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/air-gapped/skills --skill argo-cd-apps
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: argo-cd-apps
Source: https://github.com/air-gapped/skills/tree/main/.claude/skills/argo-cd-apps
Command: npx skills add https://github.com/air-gapped/skills --skill argo-cd-apps

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Author and maintain Argo CD Application and ApplicationSet manifests for GitOps workflows, with guidance on v3.4 changes, best practices, and troubleshooting.

Core Features & Use Cases

  • Author canonical Application and ApplicationSet patterns for Argo CD deployments
  • Document repository layouts, generator usage (Git, Matrix, Merge, etc.), and progressive sync
  • Provide governance guidance for AppProjects, RBAC, impersonation, and multi-namespace scenarios
  • Reference official docs and upgrade paths to help teams operate safely in v3.4-era clusters

Quick Start

Create an ApplicationSet that deploys one Argo CD App per directory under apps/staging using a Git generator.

Frequently Asked Questions about argo-cd-apps

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

FAQPage Schema
How do I create an Argo CD ApplicationSet using a Git generator?

An Argo CD ApplicationSet uses a Git generator to deploy one Application per directory under a specified path. This Skill structures those manifests for GitOps workflows, applying canonical layouts and generator patterns for automated multi-environment deployments.

What is the best way to structure Argo CD Applications for GitOps?

Structuring Argo CD Applications for GitOps involves canonical manifest layouts and progressive sync strategies. This Skill identifies correct Application and ApplicationSet patterns, ensuring YAML frontmatter and references are properly configured for safe v3.4-era cluster operations.

How does AppProjects RBAC work for multi-namespace Argo CD deployments?

AppProjects RBAC governs access and impersonation for multi-namespace Argo CD scenarios. This Skill provides governance guidance to configure AppProjects, ensuring cluster resources remain secure while applications sync across distinct namespaces.

Can I use Matrix and Merge generators with Argo CD ApplicationSets?

Matrix and Merge generators combine different ApplicationSet sources for complex deployment logic. This Skill documents their usage alongside Git generators, helping you author manifests that target dynamic cluster configurations across staging and production environments.

Why are my Argo CD Applications not syncing after upgrading to v3.4?

Argo CD v3.4 upgrade issues often stem from deprecated manifest patterns or misconfigured ApplicationSets. This Skill offers troubleshooting guidance and references official documentation to help teams safely navigate v3.4-era changes and resolve progressive sync failures.