Back to Skills

building-gitops-workflows

jeremylongshore
Updated Today
31 views
712
74
712
View on GitHub
Metaaiautomationdesign

About

This skill generates production-ready GitOps workflows using ArgoCD or Flux for Kubernetes deployments. It creates configuration files and setup code based on user requirements, implementing security-first best practices. Use it when asked for help with GitOps, ArgoCD, Flux, or setting up a continuous delivery pipeline.

Quick Install

Claude Code

Recommended
Plugin CommandRecommended
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus
Git CloneAlternative
git clone https://github.com/jeremylongshore/claude-code-plugins-plus.git ~/.claude/skills/building-gitops-workflows

Copy and paste this command in Claude Code to install this skill

Documentation

Overview

This skill empowers Claude to create GitOps workflows, automating application deployments and infrastructure management through Git repositories. It provides production-ready configurations for both ArgoCD and Flux, ensuring best practices and a secure approach.

How It Works

  1. Requirement Gathering: Claude analyzes the user's request to understand the desired GitOps setup, including the choice of ArgoCD or Flux, target Kubernetes cluster, and application requirements.
  2. Configuration Generation: Based on the gathered requirements, Claude generates the necessary configuration files, such as ArgoCD Application manifests or Flux Kustomization files.
  3. Code Snippet Creation: Claude creates code snippets for setting up the GitOps repository structure and deploying the initial configurations to the Kubernetes cluster.

When to Use This Skill

This skill activates when you need to:

  • Create a new GitOps workflow using ArgoCD or Flux.
  • Automate application deployments to a Kubernetes cluster using GitOps principles.
  • Generate production-ready configurations for GitOps deployments.

Examples

Example 1: Setting up ArgoCD for a new application

User request: "Create an ArgoCD workflow to deploy a new application from a Git repository to my Kubernetes cluster."

The skill will:

  1. Generate an ArgoCD Application manifest that points to the application's Git repository.
  2. Provide instructions on how to deploy the ArgoCD Application to the Kubernetes cluster.

Example 2: Configuring FluxCD for infrastructure management

User request: "Set up FluxCD to manage my Kubernetes infrastructure configurations stored in a Git repository."

The skill will:

  1. Generate Flux Kustomization files that define the desired state of the Kubernetes infrastructure.
  2. Provide instructions on how to install FluxCD and configure it to synchronize with the Git repository.

Best Practices

  • Repository Structure: Organize your GitOps repository with clear separation of concerns, such as environments (dev, staging, prod) and application components.
  • Declarative Configuration: Define all application and infrastructure configurations declaratively in Git, using tools like Kustomize or Helm.
  • Automated Reconciliation: Ensure that your GitOps tool continuously reconciles the desired state in Git with the actual state in the Kubernetes cluster.

Integration

This skill can be used in conjunction with other skills that manage Kubernetes resources, such as creating deployments, services, and ingress controllers. It also integrates with version control systems like Git to store and manage the GitOps configurations.

GitHub Repository

jeremylongshore/claude-code-plugins-plus
Path: backups/skills-batch-20251204-000554/plugins/devops/gitops-workflow-builder/skills/gitops-workflow-builder
aiautomationclaude-codedevopsmarketplacemcp

Related Skills

sglang

Meta

SGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.

View skill

evaluating-llms-harness

Testing

This Claude Skill runs the lm-evaluation-harness to benchmark LLMs across 60+ standardized academic tasks like MMLU and GSM8K. It's designed for developers to compare model quality, track training progress, or report academic results. The tool supports various backends including HuggingFace and vLLM models.

View skill

llamaguard

Other

LlamaGuard is Meta's 7-8B parameter model for moderating LLM inputs and outputs across six safety categories like violence and hate speech. It offers 94-95% accuracy and can be deployed using vLLM, Hugging Face, or Amazon SageMaker. Use this skill to easily integrate content filtering and safety guardrails into your AI applications.

View skill

langchain

Meta

LangChain is a framework for building LLM applications using agents, chains, and RAG pipelines. It supports multiple LLM providers, offers 500+ integrations, and includes features like tool calling and memory management. Use it for rapid prototyping and deploying production systems like chatbots, autonomous agents, and question-answering services.

View skill