Work on Flux and shared GitOps wiring in the home-ops repository. Use when modifying kubernetes/flux resources, Flux bootstrap files, Flux-managed cluster variables, flux-system add-ons such as GitHub webhooks, or shared Kustomization dependency wiring above one specific app. Do not use this skill for routine app manifest edits that stay inside a single application subtree.
Installation
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Work on Flux and shared GitOps wiring in the home-ops repository. Use when modifying kubernetes/flux resources, Flux bootstrap files, Flux-managed cluster variables, flux-system add-ons such as GitHub webhooks, or shared Kustomization dependency wiring above one specific app. Do not use this skill for routine app manifest edits that stay inside a single application subtree.
Home Ops Flux GitOps
Overview
Use this skill when a task changes the repo's GitOps control plane rather
than one workload. It complements the kubernetes/CLAUDE.md guardrails with
workflow and validation guidance for Flux bootstrap, shared vars, and
cluster-wide apply ordering.
Workflow
Read the root guide, kubernetes/CLAUDE.md, and the nearest subtree guide for the target path.
Decide whether the task is mainly:
Flux bootstrap or install flow
shared kubernetes/flux/ configuration or vars
kubernetes/apps/flux-system/ add-ons or webhooks
shared Kustomization dependency or naming work
Load only the needed reference:
references/layout.md
references/operations.md
references/validation.md
Prefer the existing just k8s recipes (flux-reconcile, flux-check, sync-hr, sync-ks, sync-es, sync, list-failed-hrs, restart-failed-hrs) for inspection or reconcile steps when the environment is available.
Treat local edits as Git state only; do not imply live cluster change without commit, push, and reconcile.
Scope Boundaries
Use k8s-workloads for ordinary app manifests under kubernetes/apps/<group>/<app>/.
Use this skill when the change touches shared Flux bootstrap resources, flux-system add-ons, or dependency wiring that affects more than one app.
If the task is mainly about webhook exposure, provider secrets, or cluster-wide blast radius review, use security-review as well.