jeremylongshore

building-gitops-workflows

@jeremylongshore/building-gitops-workflows
jeremylongshore
1,004
123 forks
Updated 1/18/2026
View on GitHub

Execute use when constructing GitOps workflows using ArgoCD or Flux. Trigger with phrases like "create GitOps workflow", "setup ArgoCD", "configure Flux", or "automate Kubernetes deployments". Generates production-ready configurations, implements best practices, and ensures security-first approach for continuous deployment.

Installation

$skills install @jeremylongshore/building-gitops-workflows
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Pathplugins/devops/gitops-workflow-builder/skills/building-gitops-workflows/SKILL.md
Branchmain
Scoped Name@jeremylongshore/building-gitops-workflows

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill Instructions


name: building-gitops-workflows description: | Execute use when constructing GitOps workflows using ArgoCD or Flux. Trigger with phrases like "create GitOps workflow", "setup ArgoCD", "configure Flux", or "automate Kubernetes deployments". Generates production-ready configurations, implements best practices, and ensures security-first approach for continuous deployment. allowed-tools: Read, Write, Edit, Grep, Glob, Bash(kubectl:), Bash(git:) version: 1.0.0 author: Jeremy Longshore jeremy@intentsolutions.io license: MIT

Gitops Workflow Builder

This skill provides automated assistance for gitops workflow builder tasks.

Prerequisites

Before using this skill, ensure:

  • Kubernetes cluster is accessible and kubectl is configured
  • Git repository is available for GitOps source
  • ArgoCD or Flux is installed on the cluster (or ready to install)
  • Appropriate RBAC permissions for GitOps operator
  • Network connectivity between cluster and Git repository

Instructions

  1. Select GitOps Tool: Determine whether to use ArgoCD or Flux based on requirements
  2. Define Application Structure: Establish repository layout with environment separation (dev/staging/prod)
  3. Generate Manifests: Create Application/Kustomization files pointing to Git sources
  4. Configure Sync Policy: Set automated or manual sync with self-heal and prune options
  5. Implement RBAC: Define service accounts and role bindings for GitOps operator
  6. Set Up Monitoring: Configure notifications and health checks for deployments
  7. Validate Configuration: Test sync behavior and verify reconciliation loops

Output

Generates GitOps workflow configurations including:

ArgoCD Application Manifest:

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
  name: app-name
  namespace: argocd
spec:
  project: default
  source:
    repoURL: https://github.com/org/repo
    path: manifests/prod
    targetRevision: main
  destination:
    server: https://kubernetes.default.svc
    namespace: production
  syncPolicy:
    automated:
      prune: true
      selfHeal: true

Flux Kustomization:

apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
  name: app-name
  namespace: flux-system
spec:
  interval: 5m
  path: ./manifests/prod
  prune: true
  sourceRef:
    kind: GitRepository
    name: app-repo

Error Handling

Common issues and solutions:

Sync Failures

  • Error: "ComparisonError: Failed to load target state"
  • Solution: Verify Git repository URL, credentials, and target path exist

RBAC Permissions

  • Error: "User cannot create resource in API group"
  • Solution: Grant GitOps service account appropriate cluster roles

Out of Sync State

  • Warning: "Application is OutOfSync"
  • Solution: Enable automated sync or manually sync via UI/CLI

Git Authentication

  • Error: "Authentication failed for repository"
  • Solution: Configure SSH keys or access tokens in {baseDir}/.git/config

Resource Conflicts

  • Error: "Resource already exists and is not managed by GitOps"
  • Solution: Import existing resources or remove conflicting manual deployments

Resources

Overview

This skill provides automated assistance for the described functionality.

Examples

Example usage patterns will be demonstrated in context.

More by jeremylongshore

View all
oauth-callback-handler
1,004

Oauth Callback Handler - Auto-activating skill for API Integration. Triggers on: oauth callback handler, oauth callback handler Part of the API Integration skill category.

rabbitmq-queue-setup
1,004

Rabbitmq Queue Setup - Auto-activating skill for Backend Development. Triggers on: rabbitmq queue setup, rabbitmq queue setup Part of the Backend Development skill category.

model-evaluation-suite
1,004

evaluating-machine-learning-models: This skill allows Claude to evaluate machine learning models using a comprehensive suite of metrics. It should be used when the user requests model performance analysis, validation, or testing. Claude can use this skill to assess model accuracy, precision, recall, F1-score, and other relevant metrics. Trigger this skill when the user mentions "evaluate model", "model performance", "testing metrics", "validation results", or requests a comprehensive "model evaluation".

neural-network-builder
1,004

building-neural-networks: This skill allows Claude to construct and configure neural network architectures using the neural-network-builder plugin. It should be used when the user requests the creation of a new neural network, modification of an existing one, or assistance with defining the layers, parameters, and training process. The skill is triggered by requests involving terms like "build a neural network," "define network architecture," "configure layers," or specific mentions of neural network types (e.g., "CNN," "RNN," "transformer").

building-gitops-workflows by jeremylongshore | Agent Skills | Agent Skills