deploying-infra

deploying-infra is a skill for Claude Code, Codex from alexei-led/cc-thingz. It costs 107 tokens per session (1,286 once invoked), scanned A, original, MIT.

A deployment-checking and infrastructure-release skill for Terraform, Helm, Kustomize, and Kubernetes. It validates planned changes and can apply them after confirmation.

In plain words
What is it for?
Use it to validate infrastructure plans, preview Kubernetes or Helm changes, perform confirmed releases, and check rollout results.
Why use it?
It helps catch configuration or targeting mistakes before changing a live or shared environment.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to validate infrastructure plans, preview Kubernetes or Helm changes, perform confirmed releases, and check rollout results.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/alexei-led/cc-thingz/deploying-infra
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.

Any agent
npx skills add alexei-led/cc-thingz --skill deploying-infra
Clone the repo
git clone --depth 1 https://github.com/alexei-led/cc-thingz

Made for: Claude Code, Codex.

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 deploying-infra

README.md
[![agentmods](https://agentmods.dev/badge/skills/alexei-led/cc-thingz/deploying-infra/github.svg)](https://agentmods.dev/skills/alexei-led/cc-thingz/deploying-infra)
Your own site
<a href="https://agentmods.dev/skills/alexei-led/cc-thingz/deploying-infra"><img src="https://agentmods.dev/badge/skills/alexei-led/cc-thingz/deploying-infra/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for deploying-infra

Your own site · 80×15
<a href="https://agentmods.dev/skills/alexei-led/cc-thingz/deploying-infra"><img src="https://agentmods.dev/badge/skills/alexei-led/cc-thingz/deploying-infra.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 107 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,286 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00107 $0.01286
Opus 5 $0.00053 $0.00643
Sonnet 5 $0.00021 $0.00257
Haiku 4.5 $0.00011 $0.00129

Measured today against content hash e262cc465c6d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

deploying-infra 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 today.

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.

src/skills/deploying-infra/SKILL.md · 151 lines

How it starts

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

Deploy Infrastructure

Validate first. Apply only after explicit confirmation. Never invent deploy paths, release names, workspaces, namespaces, accounts, or environments.

Scope

Use for dry-run validation, Terraform/Helm/Kustomize/Kubernetes apply after confirmation, and rollout verification after apply.

Do not use for live troubleshooting, rollback investigation, cloud inspection, authoring infra, pushing Docker images, triggering GitHub Actions workflows, or applying without plan/diff evidence. Use operating-infra for inspection and troubleshooting.

Dockerfiles and GitHub Actions are validate-only in this skill.

Usage

/deploying-infra --dry-run [environment] [scope] validates only. /deploying-infra --apply <environment> [scope] validates, asks, applies, then verifies. /deploying-infra --background --dry-run [environment] [scope] starts background validation.

Rules:

  • Default mode is --dry-run.
  • --background is valid only with --dry-run.
  • --apply requires authorization covering the reviewed artifact and exact destination. Reuse existing explicit authorization when those inputs are unchanged.
  • Production confirmation must include the exact environment name.
  • If environment, context, namespace, workspace, chart, release, path, or account is unclear, ask one question.

Workflow

  1. Parse mode, environment, and optional scope.
  2. Detect infra with Glob, Grep, and Read before shell commands.
  3. Classify detected types: apply-capable Terraform/Helm/Kustomize/Kubernetes; validate-only Dockerfile/GitHub Actions.
  4. Check required CLIs with safe version or discovery commands.
  5. Read references/validation-checklists.md and use only detected sections.
  6. Run validation and inspect source-backed policy checks.
  7. For apply-capable types, show plan/diff evidence.
  8. Stop on --dry-run; on --apply, confirm any unapproved artifact/destination and apply.
  9. Verify changed resources after apply.

Use a background or delegated validation agent only for large scans or explicit --background. The agent validates only; it must not apply changes.

Read the full file on GitHub · 151 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. today Changed · +8 lines e262cc465c6d
  2. 9d ago First seen · 143 lines · 107 tokens per session scan A c16fb064b45f

Subscribe to this mod's changes

deploying-infra is a skill published in the GitHub repository alexei-led/cc-thingz (35 stars, last pushed today), licensed MIT. It adds 107 tokens to every session and 1,286 once invoked, about $0.0005 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.