gitops-skills
v0.2.0Skills to transform AI Agents into GitOps Engineers
By The Flux authorsLicense: Apache-2.0204 GitHub starsUpdated last month
Directory evidence
- Runtimes
- Codex
- Parsed components
- 4 skill or MCP entries
- Source updated
- Aug 4, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install gitops-skills for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add gitops-skills@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/fluxcd/agent-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── skills/gitops-cluster-debug/SKILL.md├── skills/gitops-knowledge/SKILL.md├── skills/gitops-repo-audit/SKILL.md└── .mcp.json
Included Skills3
Debug and troubleshoot Flux CD on live Kubernetes clusters (not local repo files) via the Flux MCP server — inspects Flux resource status, reads controller logs, traces dependency chains, and performs installation health checks. Use when users report failing, stuck, or not-ready Flux resources on a cluster, reconciliation errors, controller issues, artifact pull failures, image automation not updating tags, alerts or webhooks not being delivered, or need live cluster Flux Operator troubleshooting.
Flux CD and Flux Operator expert — answers questions and generates schema-validated YAML for all Flux CRDs (not repo auditing or live cluster debugging). Use when users ask about Flux concepts, want manifests for HelmRelease, Kustomization, GitRepository, OCIRepository, ResourceSet, FluxInstance, or any Flux resource. When user needs guidance on GitOps repository structure, bootstrap Flux with Terraform, multi-tenancy, OCI-based delivery, image tag automation, drift detection, preview environments, notifications, or the Flux Web UI and MCP Server.
Audit and validate Flux CD GitOps repositories by scanning local repo files (not live clusters) — runs Kubernetes schema validation, detects deprecated Flux APIs, reviews RBAC/multi-tenancy/secrets management, and produces a prioritized GitOps report. Use when users ask to audit, analyze, validate, review, or security-check a GitOps repo.
MCP servers1
- url
- https://schemas.fluxoperator.dev/mcp
Plugin manifests1
{
"author": {
"email": "[email protected]",
"name": "The Flux authors",
"url": "https://github.com/fluxcd"
},
"description": "Skills to transform AI Agents into GitOps Engineers",
"homepage": "https://github.com/fluxcd/agent-skills",
"interface": {
"capabilities": [
"Read",
"Write"
],
"category": "Development",
"displayName": "FluxCD GitOps Skills",
"longDescription": "Collection of reusable AI skills for Flux CD workflows, manifest generation, repository auditing, and cluster debugging.",
"shortDescription": "Skills to transform AI Agents into GitOps Engineers",
"websiteURL": "https://fluxcd.io/"
},
"license": "Apache-2.0",
"mcpServers": "./.mcp.json",
"name": "gitops-skills",
"repository": "https://github.com/fluxcd/agent-skills",
"skills": "./skills/",
"version": "0.2.0"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[gitops-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/gitops-skills)