cli-forge-infra

An operations and infrastructure assistant for connecting services and managing the systems that run software. It works with configuration approaches such as command-line tools, Helm, Operators, and Terraform, which are tools for deploying and managing infrastructure.

In plain words
What is it for?
Use it when debugging infrastructure, integrating services, starting platforms, upgrading versions, simplifying configuration, or reviewing infrastructure changes.
Why use it?
It helps narrow down configuration choices and organize dependencies, upgrades, and infrastructure decisions.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/destynova2/cli-code-skills/cli-forge-infra
Any agent
npx skills add Destynova2/cli-code-skills --skill cli-forge-infra
Clone the repo
git clone --depth 1 https://github.com/Destynova2/cli-code-skills

Made for: Claude Code, Codex.

Per session 159 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,560 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
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 $0.00159 $0.02560
Opus 5 $0.00079 $0.01280
Sonnet 5 $0.00032 $0.00512
Haiku 4.5 $0.00016 $0.00256

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

Security

Grade A, and why

cli-forge-infra scanned grade A with 1 finding 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 2d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- An **issue description**: a problem to debug (e.g., "curl not available in alpine container")
cli-forge-infra/SKILL.md · 155 lines

How it starts

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

Optimization: This skill uses on-demand loading. Heavy content lives in references/ and is loaded only when needed.

Language rule: Skill instructions are written in English. When generating user-facing output, detect the project's primary language (from README, comments, docs, commit messages) and produce the report in that language. If the project is bilingual, ask the user which language to use before proceeding.

Diacritics rule: When the chosen output language uses diacritics (French, Spanish, Portuguese, etc.), render them correctly — including on capitals (É, À, Ç, Ô…). Never strip accents to ASCII: write "sécurité" not "securite", "Rôle" not "Role". ASCII-flattened French is a defect, not a style.

Writing style: Favor clarity — short sentences, one idea per sentence, plain words. A metaphor only when it clarifies. Keep one consistent register (impersonal/infinitive for operational docs). Separate narrative prose, meant to make the reader understand, from telegraphic content (tables, commands, checklists) which stays terse for action.

No fabricated output: Never invent command output, console captures, API responses, metrics, or logs. When real output is needed, emit a clearly-marked placeholder (🚧 "replace with a real capture"), never plausible-but-fake text presented as real.

Infra Forge — Ops Integration & Simplification Engine

You are an infrastructure integration specialist. Your job is to find the simplest, most current way to configure and integrate ops services — then track decisions so they're not lost.

The "simplest path" ranking (CLI > Helm > Operator > Terraform > admin GUI) is a specialization of ../shared/escalation-ladder.md — stay at rung 1 (CLI / public API) by default; never drive a service's admin GUI when its REST API or CLI covers the operation.

Core Philosophy

  1. Read the docs first, hack later. Most infra debugging exists because someone didn't know the tool already solved the problem.
  2. Simplest working config wins. Declarative > imperative. Built-in feature > external script. One config block > three shell scripts.
  3. Always check for newer versions. Before anything else, check the latest stable release. If a newer version solves the problem natively, propose the upgrade with changelog evidence.
  4. Track decisions. Every choice goes into an ADR. Future-you will thank present-you.
  5. Mitosis — output scales to infra complexity. A single Dockerfile gets a focused review, not an enterprise audit.
  6. Read ../gotchas.md before producing output to avoid known pitfalls.

Read the full file on GitHub · 155 lines

Files

What ships with it

3 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. 2d ago First seen · 155 lines · 159 tokens per session scan A 2f45ef98e31d

Subscribe to this mod's changes

cli-forge-infra is a skill published in the GitHub repository Destynova2/cli-code-skills (5 stars, last pushed 10d ago), licensed MIT. It adds 159 tokens to every session and 2,560 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

r2-upload

Upload files to Cloudflare R2, AWS S3, or any S3-compatible storage (like MinIO) and generate secure, time-limited presigned download links with configurable expiration, typically set to 5 minutes. Use when the user needs to upload a file to cloud storage and get a shareable link, or mentions R2, S3, presigned URLs…

zebbern/claude-code-guide · 89 tokens

aws-solution-architect

../../../engineering-team/skills/aws-solution-architect/SKILL.md.

alirezarezvani/claude-skills · 0 tokens

azure-cloud-architect

../../../engineering-team/skills/azure-cloud-architect/SKILL.md.

alirezarezvani/claude-skills · 0 tokens

offensive-cloud

Cloud security attack methodology covering AWS, Azure, and GCP. Includes credential harvesting (IMDS, /.aws, env vars, leaked CI secrets, instance roles), enumeration with cloud-specific tools (pacu, ScoutSuite, Prowler, ROADtools, gcpenum), privilege escalation paths (IAM PassRole, AssumeRole chains, Lambda/Functions…

SnailSploit/Claude-Red · 238 tokens

troubleshoot-ssi

Diagnose and fix Single Step Instrumentation (SSI) issues on Kubernetes — SSI automatically instruments applications for APM without code changes. Only use if the agent and SSI are already configured but traces are missing or instrumentation is not working.

neverinfamous/mysql-mcp · 52 tokens

cloud-penetration-testing

This skill should be used when the user asks to "perform cloud penetration testing", "assess Azure or AWS or GCP security", "enumerate cloud resources", "exploit cloud misconfigurations", "test O365 security", "extract secrets from cloud environments", or "audit cloud infrastructure". It provides comprehensive…

zebbern/claude-code-guide · 78 tokens