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.
npx skills add k1lgor/virtual-company --skill 09-infra-architectgit clone --depth 1 https://github.com/k1lgor/virtual-companyWrote 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.
[](https://agentmods.dev/skills/k1lgor/virtual-company/09-infra-architect)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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
Bashto find latest resource providers or cloud best practices. - Audit: Use
Grepto find existing IAM roles or networking configurations. - Implementation: Use
Editto create modules or main manifest files. - Verification: Use
Bashto runterraform planand 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]
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.
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.
- 11d ago First seen · 318 lines · 34 tokens per session scan A 1a75d866d6d2
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.
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.
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".
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-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-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).
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.