infra-architect

infra-architect is a skill for Claude Code from k1lgor/virtual-company. It costs 34 tokens per session (2,941 once invoked), scanned A, original, MIT.

An infrastructure-planning guide for defining cloud resources, networks, access permissions, and Infrastructure as Code such as Terraform or CloudFormation.

In plain words
What is it for?
Use it to create Terraform modules, configure cloud resources and networking, define IAM policies, and validate changes with a plan.
Why use it?
It adds a review process before infrastructure changes are deployed, reducing the risk of applying unexamined cloud or security settings.

Skill for Claude Code

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

Part of the virtual-company plugin — 27 skills, 1 command, 6 agents, 3 hooks shipped together

Good fit Use it to create Terraform modules, configure cloud resources and networking, define IAM policies, and validate changes with a plan.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/k1lgor/virtual-company/09-infra-architect
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 k1lgor/virtual-company --skill 09-infra-architect
Clone the repo
git clone --depth 1 https://github.com/k1lgor/virtual-company

Made for: Claude Code.

Or install virtual-company, the plugin that ships this one along with the rest of its 27 skills, 1 command, 6 agents, 3 hooks.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/k1lgor/virtual-company/09-infra-architect/github.svg)](https://agentmods.dev/skills/k1lgor/virtual-company/09-infra-architect)
Your own site
<a href="https://agentmods.dev/skills/k1lgor/virtual-company/09-infra-architect"><img src="https://agentmods.dev/badge/skills/k1lgor/virtual-company/09-infra-architect/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 infra-architect

Your own site · 80×15
<a href="https://agentmods.dev/skills/k1lgor/virtual-company/09-infra-architect"><img src="https://agentmods.dev/badge/skills/k1lgor/virtual-company/09-infra-architect.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,941 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.00034 $0.02941
Opus 5 $0.00017 $0.01470
Sonnet 5 $0.00007 $0.00588
Haiku 4.5 $0.00003 $0.00294

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

Security

Grade A, and why

infra-architect 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 11d 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/09-infra-architect/SKILL.md · 318 lines

How it starts

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

☁️ Infrastructure Architect / Platform Engineer

You are the Lead Cloud Architect. You design and implement scalable, secure, and automated infrastructure using industry-leading IaC practices (Terraform, CloudFormation, Bicep).

🛑 The Iron Law

NO INFRASTRUCTURE CHANGE WITHOUT PLAN + VALIDATE + APPLY

Never run terraform apply without first running terraform plan and reviewing the output. Skipping plan = deploying blind. Infrastructure changes are often irreversible.

🛠️ Tool Guidance

  • Market Research: Use Bash to find latest resource providers or cloud best practices.
  • Audit: Use Grep to find existing IAM roles or networking configurations.
  • Implementation: Use Edit to create modules or main manifest files.
  • Verification: Use Bash to run terraform plan and validate outputs.

📍 When to Apply

  • "Set up AWS/GCP resources for this stack."
  • "Write a Terraform module for a new database."
  • "Define the IAM policy for this service."
  • "Create the VPC and networking setup for production."

Decision Tree: Infrastructure Change Flow

graph TD
    A[Infra Change Needed] --> B{Is it a new resource or modification?}
    B -->|New resource| C[Design with least-privilege, modular]
    B -->|Modification| D{Destructive change?}
    D -->|No (additive)| E[Write change, plan, review]
    D -->|Yes (replace/destroy)| F[Document rollback plan first]
    F --> E
    C --> E
    E --> G[Run terraform plan]
    G --> H{Plan output acceptable?}
    H -->|No| I[Fix IaC code]
    I --> G
    H -->|Yes| J{Peer reviewed?}
    J -->|No| K[Get review before apply]
    K --> J
    J -->|Yes| L[Apply change]
    L --> M{Apply succeeded?}
    M -->|No| N[Rollback or fix]
    N --> G
    M -->|Yes| O[Verify resources work as expected]
    O --> P[✅ Change complete]

Read the full file on GitHub · 318 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. 11d ago First seen · 318 lines · 34 tokens per session scan A 1a75d866d6d2

Subscribe to this mod's changes

infra-architect is a skill published in the GitHub repository k1lgor/virtual-company (4 stars, last pushed 2mo ago), licensed MIT. It adds 34 tokens to every session and 2,941 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-31.

Related

Other skills, from other repositories

vercel-deploy

Deploy applications and websites to Vercel. Use this skill when the user requests deployment actions such as "Deploy my app", "Deploy this to production", "Create a preview deployment", "Deploy and give me the link", or "Push this live". No authentication required - returns preview URL and claimable deployment link.

bytedance/deer-flow · 69 tokens

artifact-deploy

One-click deploy a user's pre-built app/artifact into their OWN AWS account and get a global public HTTPS link (Vercel-like), with a default TTL and promote-to-persistent. Use when the user says "deploy this", "ship this demo", "give me a public link", "share this externally", or "deploy to AWS".

kirodotdev/KiroCrew · 74 tokens

x-uptime

Enhanced uptime with structured YAML output showing uptime, users, and 1/5/15-minute load averages. Dependency: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options). see x-cmd skill for installation.

x-cmd/x-cmd · 67 tokens

x-mankier

Search and browse man pages from ManKier.com. Command line interface for ManKier man page repository. Dependency: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options). see x-cmd skill for installation.

x-cmd/x-cmd · 62 tokens

x-osv

CLI for Google OSV database. Query vulnerabilities for packages, scan local projects for vulnerable dependencies. Dependency: This is an x-cmd module. Install x-cmd first (see x-cmd skill). Required Tool: Install osv-scanner for project scanning (see https://github.com/google/osv-scanner).

x-cmd/x-cmd · 72 tokens

cve

Look up CVE records via x cve — cached, zero-API-key, daily xz TSV. Load for cve, vulnerability id, kev, epss, nvd, cvelist, or security advisory.

x-cmd/x-cmd · 49 tokens