← All plugins
gitops-workflow-builder
v1.22.0Build GitOps workflows with ArgoCD and Flux
Claude Code1 skill
by Claude Code PluginsMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/devops/gitops-workflow-builder/ inside the repository.
Layout
plugins/devops/gitops-workflow-builder/
├── .claude-plugin/plugin.json└── skills/building-gitops-workflows/SKILL.md
Skills1
building-gitops-workflowsskills/building-gitops-workflows/SKILL.md
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.
Manifests1
plugins/devops/gitops-workflow-builder/.claude-plugin/plugin.json
{
"name": "gitops-workflow-builder",
"version": "1.22.0",
"description": "Build GitOps workflows with ArgoCD and Flux",
"author": {
"name": "Claude Code Plugins",
"email": "[email protected]"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"gitops",
"argocd",
"flux",
"cd",
"kubernetes",
"devops",
"agent-skills"
]
}