← Catalog

No. 139 · devops

GitOps

Git as the source of truth for infrastructure

Version 1.0.0 License MIT Format SKILL.md

Implement GitOps: use ArgoCD or Flux for continuous deployment, manage Kubernetes manifests with Git, handle secrets with Sealed Secrets, and implement drift detection.

When to use this skill

  • Setting up ArgoCD
  • Implementing GitOps workflows
  • Managing secrets with Sealed Secrets

Core concepts

This skill provides guidance on gitops best practices, patterns, and common pitfalls. It is designed to be loaded on demand when a relevant task is detected.

Installation

curl -LO https://opencode-skills.example/downloads/devops/gitops.zip
unzip gitops.zip -d ~/.config/opencode/skills/

Restart OpenCode — the skill loads automatically.

When it triggers

  • setting up ArgoCD
  • implementing GitOps workflows
  • managing secrets with Sealed Secrets