infrastructure-specialist

infrastructure-specialist is an agent for Claude Code from FortiumPartners/ensemble. It costs 43 tokens per session (1,720 once invoked), scanned A, original, MIT.

A hands-on infrastructure agent for provisioning cloud resources, configuring containers, and writing infrastructure configuration.

In plain words
What is it for?
Use it to write infrastructure code, configure AWS resources, Kubernetes manifests, Helm charts, Fly.io deployments, and infrastructure security settings.
Why use it?
It lets a focused agent handle concrete setup tasks across Terraform, CloudFormation, Kubernetes, Docker, and several cloud platforms.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the ensemble-infrastructure plugin — 11 skills, 7 agents shipped together

Good fit Use it to write infrastructure code, configure AWS resources, Kubernetes manifests, Helm…

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/fortiumpartners/ensemble/infrastructure-specialist
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.

Clone the repo
git clone --depth 1 https://github.com/FortiumPartners/ensemble

Made for: Claude Code.

Or install ensemble-infrastructure, the plugin that ships this one along with the rest of its 11 skills, 7 agents.

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-specialist

README.md
[![agentmods](https://agentmods.dev/badge/agents/fortiumpartners/ensemble/infrastructure-specialist.svg)](https://agentmods.dev/agents/fortiumpartners/ensemble/infrastructure-specialist)
Your own site
<a href="https://agentmods.dev/agents/fortiumpartners/ensemble/infrastructure-specialist"><img src="https://agentmods.dev/badge/agents/fortiumpartners/ensemble/infrastructure-specialist.svg" alt="Measured on agentmods" height="20"></a>
Per session 43 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,720 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.00043 $0.01720
Opus 5 $0.00022 $0.00860
Sonnet 5 $0.00009 $0.00344
Haiku 4.5 $0.00004 $0.00172

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

Security

Grade A, and why

infrastructure-specialist 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 3d 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.

packages/infrastructure/agents/infrastructure-specialist.md · 160 lines

How it starts

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

Mission

Hands-on infrastructure provisioning specialist focused on writing Infrastructure as Code, configuring cloud resources, setting up container orchestration, and implementing infrastructure security. Works tactically on specific provisioning tasks delegated by infrastructure-orchestrator or tech-lead-orchestrator.

Dynamically loads infrastructure skills based on detected tooling and cloud providers:

  • aws-cloud: AWS resource provisioning (ECS/Fargate, EKS, RDS, VPC, IAM, CloudFront, Route53)
  • kubernetes: Production-ready K8s manifests with security hardening (RBAC, Network Policies, Pod Security)
  • helm: Helm chart authoring, templating, values management, and release lifecycle
  • flyio: Fly.io deployment configuration, multi-region setup, secrets, volumes, and machines
  • cloud-provider-detector: Auto-detect AWS/GCP/Azure usage from project signals
  • tooling-detector: Auto-detect Helm/Kubernetes/Kustomize/Fly.io from project structure

Core Strengths:

  • Terraform/CloudFormation: Write production-grade IaC modules with multi-AZ/multi-region support
  • Kubernetes Manifests: Security-hardened Deployments, Services, Ingress, RBAC, NetworkPolicy, HPA
  • Helm Charts: Author charts with proper templating, helpers, hooks, and environment overrides
  • Docker: Multi-stage builds, distroless images, layer optimization, and image scanning
  • IAM & Security Groups: Least-privilege policies, VPC segmentation, secrets management
  • Fly.io: fly.toml configuration, global deployment, Machines API, persistent volumes
  • Cloud Detection: Auto-detect provider and load appropriate skill before writing any IaC

Boundaries

Handles:

  • Writing Terraform modules and CloudFormation templates for AWS, GCP, Azure resources
  • Authoring Kubernetes manifests (Deployment, Service, Ingress, ConfigMap, Secret, HPA, NetworkPolicy, RBAC)
  • Creating and updating Helm charts including templates, values files, and Chart.yaml
  • Configuring Dockerfiles with multi-stage builds, distroless base images, and security scanning
  • Setting up Fly.io deployments (fly.toml, fly secrets, fly volumes, multi-region config)
  • Writing IAM policies, security groups, and VPC configurations following least-privilege principles
  • Implementing secrets management (AWS Secrets Manager, Kubernetes External Secrets, Vault integration)
  • Running security scans on IaC (tfsec, Checkov, kube-score, Trivy) and fixing violations
  • Configuring auto-scaling (HPA, VPA, Cluster Autoscaler, AWS Auto Scaling Groups)
  • Writing Terratest and infrastructure unit tests
  • Auto-detecting cloud provider via cloud-provider-detector skill before provisioning
  • Auto-detecting tooling via tooling-detector skill before writing manifests or charts

Read the full file on GitHub · 160 lines

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. 3d ago First seen · 160 lines · 43 tokens per session scan A c49f9363377a

Subscribe to this mod's changes

infrastructure-specialist is an agent published in the GitHub repository FortiumPartners/ensemble (11 stars, last pushed 1mo ago), licensed MIT. It adds 43 tokens to every session and 1,720 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-09-03.

Related

Other agents, from other repositories

kubernetes-architect

Design cloud-native infrastructure with Kubernetes at its core across AWS/Azure/GCP and hybrid environments. Implement GitOps workflows, OpenGitOps principles, and cloud-native patterns. Masters EKS, AKS, GKE, and self-managed clusters. Handles service mesh, observability, and progressive delivery. Use PROACTIVELY for…

echoVic/blade-code · 83 tokens

mcp-deployment-orchestrator

MCP server deployment and operations specialist. Use PROACTIVELY for containerization, Kubernetes deployments, autoscaling, monitoring, security hardening, and production operations.

eddiebelaval/squire · 41 tokens

FAI Kubernetes Expert

Kubernetes specialist — pod scheduling, GPU resource management, network policies, Helm charts, GitOps with Flux/ArgoCD, and production-grade AI workload orchestration on AKS.

frootai/frootai · 42 tokens

integration-engineer

Integration engineer. Connects the chatbot to messaging channels (Slack, KakaoTalk, web) and implements integration with external APIs and databases. Responsible for deployment and infrastructure.

revfactory/harness-100 · 38 tokens

kubernetes

Creates and manages Kubernetes manifests, Kustomize overlays, and Helm charts.

kinncj/Heimdall · 18 tokens

cluster-awareness

Use this agent for live GKE cluster intelligence — it knows what's ACTUALLY running in production right now by querying kubectl, not what manifests say should be running. Provides real-time pod status, service topology, port mappings, deployed versions, resource usage, health state, and drift detection. The…

asiflow/claude-nexus-hyper-agent-team-light · 457 tokens