Claude Skill
fluxcd/agent-skills
FluxCD Agent Skills is a Shell-based skill collection that turns AI agents into GitOps engineers for FluxCD-managed Kubernetes clusters, enabling automated deployments and rollbacks.
Overview
Repository
Install this Skill
npx skills add fluxcd/agent-skillsRegistry
npx skills add fluxcd/agent-skillsclaude mcp add --scope project --transport stdio flux-operator-mcp \
Summary
FluxCD Agent Skills is a collection of specialized skills that transform AI agents into GitOps engineers, enabling them to manage Kubernetes clusters using FluxCD. Built with Shell scripts, it provides a structured way for AI agents to perform GitOps operations like deployments, rollbacks, and health checks.
将AI代理转化为GitOps工程师的技能
Key features
- Transforms AI agents into GitOps engineers
- Enables FluxCD-based Kubernetes management
- Structured Shell scripts for agent skills
- Supports deployment, rollback, and health checks
- Designed for seamless AI agent integration
Use cases
- Automating Kubernetes deployments with AI agents
- GitOps-driven rollback and recovery operations
- AI-assisted cluster health monitoring
- Integrating FluxCD into AI agent workflows
- Streamlining CI/CD pipelines with agent skills
README excerpt
# GitOps Agent Skills [](https://github.com/fluxcd/agent-skills/releases) [](https://github.com/fluxcd/agent-skills/blob/main/LICENSE) A collection of reusable skills that give AI Agents expertise in Flux CD, Kubernetes, and GitOps best practices for generating manifests, answering Flux questions, auditing repository structure, security, operational readiness, and debugging live cluster installations. > [!NOTE] > These are the official AI Skills for Flux CD, developed by the Flux project maintainers. > We are looking for users to try them out and provide feedback on accuracy, usefulness, and any gaps when steering Agents through GitOps tasks. > If you have suggestions for improvements or new skills, please [open an issue](https://github.com/fluxcd/agent-skills/issues/new). ## Install ### Using Flux Operator CLI Navigate to your GitOps repository root and run: ```shell flux-operator skills install ghcr.io/fluxcd/agent-skills --agent claude-code ``` The [Flux Operator](https://fluxoperator.dev/) CLI verifies the cosign signature (validating that the OCI artifact is published by the Flux team) and extracts the skills in the repo root at `.agents/skills`. The `--agent` flag creates per-skill symlinks from agent-specific directories to the canonical location. If your agent supports the conventional `.agents/skills` path, you can omit the `--agent` flag. To update the skills run `flux-operator skills update`. ### Using NPX Install the skills with Vercel's skills tool: ```shell npx skills add fluxcd/agent-skills ``` ### Using Claude Code For Claude Code, add the marketplace and install the skills with: ```shell /p