gitops-declarative-cd

Template agent manifests with Helm and Kustomize for ArgoCD synchronization.

Updated Nov 17, 2025
One-click install
npx skills add https://github.com/Valynt/ValueOS --skill gitops-declarative-cd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gitops-declarative-cd
Source: https://github.com/Valynt/ValueOS/tree/main/.windsurf/skills/gitops-declarative-cd
Command: npx skills add https://github.com/Valynt/ValueOS --skill gitops-declarative-cd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manages GitOps workflows for ValueOS agent deployment by using declarative configuration with Helm and Kustomize to template manifests for all 18 agent types, and ArgoCD to enforce automated synchronization and drift correction.

Core Features & Use Cases

  • Declarative configuration with Git as the single source of truth, enabling pull-request based change management and automated deployment.
  • Helm templating and Kustomize overlays to template manifests for all agent types and environments, with chart dependencies and overlays supporting multi-environment rollouts.
  • Drift detection and automated remediation via ArgoCD, plus App-of-Apps patterns for scalable agent management across many types.

Quick Start

Define a Helm chart and a Kustomize overlay for production, commit to Git, and let ArgoCD automatically synchronize the agents.

Frequently Asked Questions about gitops-declarative-cd

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

FAQPage Schema
How do I manage GitOps deployments with Helm and Kustomize for multiple environments?

GitOps deployments with Helm and Kustomize are managed by defining Helm charts and Kustomize overlays for each environment, committing them to Git as the single source of truth, and letting ArgoCD automatically synchronize the manifests.

What is the best way to enforce declarative infrastructure as code and correct configuration drift?

Declarative infrastructure as code is enforced by using ArgoCD for automated drift detection and remediation, ensuring the live cluster state continuously matches the manifests committed in your Git repository.

Can I use ArgoCD with Helm chart dependencies to template manifests for different agent types?

Yes, ArgoCD works with Helm chart dependencies and Kustomize overlays to template manifests across all agent types, supporting scalable multi-environment rollouts through an App-of-Apps pattern.

How do I automate agent deployment synchronization using a pull-request based workflow?

Automated agent deployment synchronization is achieved by defining your Helm chart and Kustomize overlay, committing the configuration to Git, and allowing ArgoCD to pull and apply the changes automatically.

Does ArgoCD support the App-of-Apps pattern for managing many agent types simultaneously?

Yes, ArgoCD supports the App-of-Apps pattern, allowing you to manage scalable deployments across many agent types by nesting ArgoCD Application resources within a parent Git repository.

Why should I use Git as the single source of truth for infrastructure deployments?

Git as the single source of truth enables pull-request based change management and immutable deployments, ensuring every infrastructure change is versioned, auditable, and automatically synchronized by ArgoCD.