fluxcdfluxcdOfficialยท4 Agent Skills Included

agent-skills

Flux CD manifest generation, repo audits, and cluster debugging

Generates schema-validated Flux CD and Kubernetes manifests, audits GitOps repositories for security and best practices, and debugs failing Flux resources on live clusters. Eliminates guesswork around Flux API versions, deprecated fields, and manual log digging during reconciliation failures. Gives platform engineers accurate, up-to-date GitOps guidance directly inside their coding environment.
npx skills add fluxcd/agent-skills --all -g -y
Available:

Tells the agent how the skills are structured, how to run skill evaluations with sub-agents, and which conventions to follow when working on or extending the Flux skills.

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install fluxcd/agent-skills?โ–ผ

Run `npx skills add fluxcd/agent-skills --all -g -y` in your terminal to install all skills globally.

How to audit a Flux GitOps repository?โ–ผ

Ask your agent to audit the repo, and the gitops-repo-audit skill validates manifests, detects deprecated APIs, reviews security and RBAC, then produces a prioritized report.

How to debug failing Flux resources on a cluster?โ–ผ

The gitops-cluster-debug skill connects via the flux-operator-mcp server to inspect HelmReleases, Kustomizations, and sources, then traces the dependency chain to the root cause.

Can it generate Flux manifests like HelmRelease and Kustomization?โ–ผ

Yes. The gitops-knowledge skill generates schema-validated YAML for every Flux CRD using bundled OpenAPI schemas and reference docs.

Does it work with Claude Code, Codex, and Copilot?โ–ผ

Yes. The skills follow the open SKILL.md standard and ship with plugin configs for Claude Code, Codex, GitHub Copilot, and Kiro CLI.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’