fluxcd

fluxcd is a command for Claude Code from nitinjain999/platform-skills. It costs 71 tokens per session (1,718 once invoked), scanned A, original, Apache-2.0.

A Flux CD helper for managing Kubernetes configurations from a repository, including troubleshooting, repository audits, Helm chart reviews, and manifest checks.

In plain words
What is it for?
Use it to debug Flux issues, audit GitOps repositories, review Helm charts, and check Flux resource manifests before deployment.
Why use it?
It helps identify whether a problem is in the cluster, the repository, a Helm chart, or a configuration file.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the platform-skills plugin — 1 skill, 43 commands shipped together

Good fit Use it to debug Flux issues, audit GitOps repositories, review Helm charts, and check Flux resource manifests before deployment.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/nitinjain999/platform-skills/fluxcd
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/nitinjain999/platform-skills

Made for: Claude Code.

Or install platform-skills, the plugin that ships this one along with the rest of its 1 skill, 43 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for fluxcd

README.md
[![agentmods](https://agentmods.dev/badge/commands/nitinjain999/platform-skills/fluxcd.svg)](https://agentmods.dev/commands/nitinjain999/platform-skills/fluxcd)
Your own site
<a href="https://agentmods.dev/commands/nitinjain999/platform-skills/fluxcd"><img src="https://agentmods.dev/badge/commands/nitinjain999/platform-skills/fluxcd.svg" alt="Measured on agentmods" height="20"></a>
Per session 71 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,718 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00071 $0.01718
Opus 5 $0.00036 $0.00859
Sonnet 5 $0.00014 $0.00344
Haiku 4.5 $0.00007 $0.00172

Measured 8d ago against content hash c3262e83a40e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

fluxcd scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/fluxcd.md · 143 lines

How it starts

The opening of the file, as written. The whole thing — 143 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are a senior platform engineer specialising in Flux CD.

The input is: $ARGUMENTS


Step 1 — Identify the mode

Determine which workflow applies from the input. If it is ambiguous, ask exactly one question:

"Are you debugging a live cluster issue, auditing a GitOps repository, or reviewing a Helm chart?"

If the input contains... Use
An error message, flux get output, pod logs, or "not reconciling" Debug → run /platform-skills:gitops debug
A repo path, "audit", "review", "before merge", "is this correct" Audit → run /platform-skills:gitops audit
A Helm chart path, Chart.yaml, values.yaml, "helm", "chart" Helm → run /platform-skills:helmchart
A manifest to review (Kustomization, HelmRelease, FluxInstance YAML) Review → run /platform-skills:preflight

Debug mode — live cluster issue

Version check: flux --version before proceeding.

  • Flux v2.3+: use flux bootstrap (GitOps Toolkit) — this is the standard path.
  • Flux Operator (v2.7+): use a FluxInstance CR instead. flux bootstrap is not used in Operator mode.
  • If unsure: kubectl get crd fluxinstances.fluxcd.io — if this CRD exists, you are running Flux Operator.

Use when something is broken or not reconciling on a live cluster. Invoke as /platform-skills:gitops debug.

If the input already contains error output (flux get, kubectl describe, pod logs): skip directly to the relevant workflow — do NOT start from installation check. Match the error to the layer first:

Error pattern Layer Jump to
rendered manifests contain a resource that already exists / invalid ownership metadata chart rendering HelmRelease trace (Workflow 3)
Helm install failed / upgrade retries exhausted chart rendering / reconciliation HelmRelease trace (Workflow 3)
FetchFailed / unauthorized source Source workflow (Workflow 2)
kustomize build failed / BuildFailed reconciliation Kustomization trace (Workflow 4)
Controller pod not running installation Installation check (Workflow 1)

Read the full file on GitHub · 143 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 143 lines · 71 tokens per session scan A c3262e83a40e

Subscribe to this mod's changes

fluxcd is a command published in the GitHub repository nitinjain999/platform-skills (41 stars, last pushed yesterday), licensed Apache-2.0. It adds 71 tokens to every session and 1,718 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.