Claude Skill
fluxcd/agent-skills
FluxCD Agent Skills 是一套基于 Shell 的技能集合,可将 AI 代理转化为 GitOps 工程师,用于 FluxCD 管理的 Kubernetes 集群,实现自动化部署和回滚。
概览
仓库信息
安装这个 Skill
npx skills add fluxcd/agent-skillsRegistry 信息
npx skills add fluxcd/agent-skillsclaude mcp add --scope project --transport stdio flux-operator-mcp \
项目简介
FluxCD Agent Skills 是一套专门技能集合,可将 AI 代理转化为 GitOps 工程师,使其能够使用 FluxCD 管理 Kubernetes 集群。基于 Shell 脚本构建,为 AI 代理提供执行部署、回滚和健康检查等 GitOps 操作的结构化方式。
Skills to transform AI Agents into GitOps Engineers
要点
- 将 AI 代理转化为 GitOps 工程师
- 支持基于 FluxCD 的 Kubernetes 管理
- 结构化的 Shell 脚本技能
- 支持部署、回滚和健康检查
- 专为无缝 AI 代理集成设计
使用场景
- 使用 AI 代理自动化 Kubernetes 部署
- GitOps 驱动的回滚与恢复操作
- AI 辅助的集群健康监控
- 将 FluxCD 集成到 AI 代理工作流中
- 通过代理技能简化 CI/CD 流水线
README 摘要
# 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