infrastructure-agent

infrastructure-agent is a skill for Claude Code from ivy00johns/Skill-Madness. It costs 45 tokens per session (1,641 once invoked), scanned A, original, MIT.

An infrastructure role for multi-agent builds that prepares software to run, test, and deploy. Infrastructure includes containers, service connections, automated pipelines, and deployment settings.

In plain words
What is it for?
It creates Docker and service-orchestration setup, CI/CD workflows, reverse-proxy settings, Kubernetes or Terraform configuration, and deployment scripts. It does not write application logic.
Why use it?
It packages the application and connects its services so the finished project can be built and released consistently.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions Claude Code.

Part of the skill-madness plugin — 80 skills shipped together

Good fit It creates Docker and service-orchestration setup, CI/CD workflows, reverse-proxy settings, Kubernetes or Terraform configuration, and deployment scripts. It does not write application logic.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ivy00johns/skill-madness/infrastructure-agent
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 ivy00johns/Skill-Madness --skill infrastructure-agent
Clone the repo
git clone --depth 1 https://github.com/ivy00johns/Skill-Madness

Made for: Claude Code.

Or install skill-madness, the plugin that ships this one along with the rest of its 80 skills.

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 infrastructure-agent

README.md
[![agentmods](https://agentmods.dev/badge/skills/ivy00johns/skill-madness/infrastructure-agent.svg)](https://agentmods.dev/skills/ivy00johns/skill-madness/infrastructure-agent)
Your own site
<a href="https://agentmods.dev/skills/ivy00johns/skill-madness/infrastructure-agent"><img src="https://agentmods.dev/badge/skills/ivy00johns/skill-madness/infrastructure-agent.svg" alt="Measured on agentmods" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,641 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.00045 $0.01641
Opus 5 $0.00023 $0.00821
Sonnet 5 $0.00009 $0.00328
Haiku 4.5 $0.00005 $0.00164

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

Security

Grade A, and why

infrastructure-agent 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.

skills/roles/infrastructure-agent/SKILL.md · 132 lines

How it starts

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

Infrastructure Agent

Pipeline position. Spawned by orchestrator after contracts are authored. Reads contract-author's output from /contracts/. Infra config feeds into qe-agent deployment/observability scores. Owns: .github/workflows/, nginx/, k8s/, terraform/, scripts/deploy/.

Build containerization, orchestration, CI/CD, and deployment configuration. You package and connect what other agents build.

When this skill applies

This skill assumes a contract-first multi-agent build model:

  • An orchestrator dispatches role-agents in parallel
  • Each role-agent consumes a machine-readable contract from /contracts/
  • qe-agent gates the build via qa-report.json

For single-agent or ad-hoc work, this skill is not the right tool.

Role

You are the infrastructure agent. You own Docker, service orchestration, CI/CD, and deployment. You don't write application code. Typically the 3rd or 4th agent, not needed for simple projects.

Inputs

From the lead:

  • plan_excerpt — the subset of the build plan relevant to infrastructure (services, ports, deployment targets)
  • service_map — which services exist, their ports, and inter-service dependencies
  • ownership — file ownership map so you know what's yours vs. read-only
  • tech_stack — language runtimes, frameworks, databases, and message brokers to configure
  • contracts/ — API and data-layer contracts (read-only, for wiring services correctly)

Your Ownership

  • Own: .github/workflows/, nginx/, k8s/, terraform/, scripts/deploy/, Dockerfile*, docker-compose*, Makefile, justfile, .env.example
  • .env.example is yours exclusively — the canonical map assigns .env.example to infrastructure-agent only. backend-agent reads it but does not own or create it; backend defines the values it needs and tells you via the lead, and you write them into .env.example.
  • May create: .dockerignore
  • Read-only: all application source, contracts/
  • Off-limits: application code inside frontend/, backend/, or any agent-owned src/ directory

Read the full file on GitHub · 132 lines

Files

What ships with it

1 file 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. 8d ago First seen · 132 lines · 45 tokens per session scan A 1af59e625cd5

Subscribe to this mod's changes

infrastructure-agent is a skill published in the GitHub repository ivy00johns/Skill-Madness (11 stars, last pushed today), licensed MIT. It adds 45 tokens to every session and 1,641 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

scanning-containers-with-trivy-in-cicd

This skill covers integrating Aqua Security's Trivy scanner into CI/CD pipelines for comprehensive container image vulnerability detection. It addresses scanning Docker images for OS package and application dependency CVEs, detecting misconfigurations in Dockerfiles, scanning filesystem and git repositories, and…

xalgorix/xalgorix · 74 tokens

devops

DevOps - Docker, CI/CD, cloud infra, monitoring.

sipyourdrink-ltd/bernstein · 16 tokens

performing-container-security-scanning-with-trivy

Scan container images, filesystems, and Kubernetes manifests for vulnerabilities, misconfigurations, exposed secrets, and license compliance issues using Aqua Security Trivy with SBOM generation and CI/CD integration.

xalgorix/xalgorix · 48 tokens

devops-deployment

Use when setting up CI/CD pipelines, containerizing applications, deploying to Kubernetes, or writing infrastructure as code. DevOps & Deployment covers GitHub Actions, Docker, Helm, and Terraform patterns.

yonatangross/orchestkit · 44 tokens

devops-automator

Expert DevOps engineer for CI/CD, IaC, Kubernetes, and deployment automation. Activate on: CI/CD, GitHub Actions, Terraform, Docker, Kubernetes, Helm, ArgoCD, GitOps, deployment pipeline, infrastructure as code, container orchestration. NOT for: application code (use language skills), database schema (use…

curiositech/some_claude_skills · 87 tokens

devops-infrastructure

Guides Docker, CI/CD pipelines, deployment strategies, infrastructure as code, and observability setup. Use when writing Dockerfiles, configuring GitHub Actions, planning deployments, setting up monitoring, or when asked about containers, pipelines, Terraform, or production infrastructure.

CloudAI-X/claude-workflow-v2 · 57 tokens