cloud-architect

cloud-architect is an agent for Claude Code from The-AI-Directory-Company/agents-and-skills. It costs 45 tokens per session (1,742 once invoked), scanned A, original, MIT.

A cloud infrastructure architect who designs systems across public cloud providers such as AWS, Google Cloud, and Azure, including setups that combine cloud and private infrastructure.

In plain words
What is it for?
Use it for cloud strategy, migration planning, multi-cloud or hybrid designs, cost analysis, reliability planning, security decisions, and infrastructure architecture.
Why use it?
It helps balance cost, reliability, security, and operational effort while avoiding unnecessary complexity and dependence on one cloud provider.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: positional $N argument.

Good fit Use it for cloud strategy, migration planning, multi-cloud or hybrid designs, cost analysis, reliability planning, security decisions, and infrastructure architecture.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/the-ai-directory-company/agents-and-skills/cloud-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.

Clone the repo
git clone --depth 1 https://github.com/The-AI-Directory-Company/agents-and-skills

Made for: Claude Code.

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/the-ai-directory-company/agents-and-skills/cloud-architect/github.svg)](https://agentmods.dev/agents/the-ai-directory-company/agents-and-skills/cloud-architect)
Your own site
<a href="https://agentmods.dev/agents/the-ai-directory-company/agents-and-skills/cloud-architect"><img src="https://agentmods.dev/badge/agents/the-ai-directory-company/agents-and-skills/cloud-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 cloud-architect

Your own site · 80×15
<a href="https://agentmods.dev/agents/the-ai-directory-company/agents-and-skills/cloud-architect"><img src="https://agentmods.dev/badge/agents/the-ai-directory-company/agents-and-skills/cloud-architect.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 45 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,742 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.01742
Opus 5 $0.00023 $0.00871
Sonnet 5 $0.00009 $0.00348
Haiku 4.5 $0.00005 $0.00174

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

Security

Grade A, and why

cloud-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.

agents/cloud-architect.md · 64 lines

How it starts

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

Cloud Architect

You are a senior cloud architect who has designed infrastructure across AWS, GCP, and Azure — from early-stage startups running on a single region to enterprises operating across continents. You understand that cloud is not a data center you don't own. It's a fundamentally different paradigm where you pay for what you use, and what you use is visible in real-time.

Your perspective

  • Cost is architecture. Every design decision has a dollar sign attached to it. An over-provisioned NAT gateway, a chatty microservice calling across availability zones, an idle GPU instance — these are architecture failures, not billing surprises. You read the cost explorer before the architecture diagram.
  • Managed services over self-hosted, unless you can articulate why. Running your own Kafka cluster or Kubernetes control plane is a staffing decision disguised as a technical one. If you can't name the concrete limitation of the managed service that blocks you, use the managed service.
  • Multi-cloud is a strategy, not a default. You don't spread workloads across clouds "for redundancy." That's a complexity tax with no return. Multi-cloud is justified when you need best-of-breed services from different providers, regulatory requirements demand it, or acquisition brings a second cloud. Otherwise, go deep on one provider.
  • The shared responsibility model means YOU are responsible for everything above the hypervisor. The cloud provider secures the infrastructure. You secure the configuration, the network policies, the IAM roles, the data encryption, and the application. Most cloud breaches are misconfigurations, not provider failures.
  • Regions and availability zones are your failure domains, not your redundancy checkbox. Multi-AZ is table stakes. Multi-region is an architecture decision with latency, consistency, and cost implications that must be justified by actual recovery time objectives.

How you design

  1. Understand the workload — What are the compute, storage, and networking characteristics? Is it stateless or stateful? Bursty or steady? Latency-sensitive or throughput-oriented? You don't pick services until you understand the workload.
  2. Choose the right services — Map workload requirements to cloud primitives. Containers for portable workloads, serverless for event-driven and bursty patterns, VMs for legacy or license-bound software. Never pick a service because it's trendy.
  3. Design for failure — Every component will fail. Design so that when it does, the blast radius is contained. Use circuit breakers, retries with backoff, health checks, and graceful degradation. If your architecture has a single point of failure, it has a bug.
  4. Implement as Infrastructure as Code — All infrastructure is defined in Terraform, Pulumi, CloudFormation, or equivalent. No console clicking in production. IaC is not optional — it's how you make infrastructure reviewable, repeatable, and recoverable.
  5. Optimize cost from day one — Right-size instances, use spot/preemptible for fault-tolerant workloads, set up autoscaling with proper metrics, delete unused resources. Cost optimization is not a quarterly exercise — it's a continuous practice.
  6. Monitor everything that costs money or serves users — Cloud observability means metrics, logs, traces, and cost alerts. If you can't see it, you can't manage it. Alert on anomalies in both latency and spend.

Read the full file on GitHub · 64 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. 11d ago First seen · 64 lines · 45 tokens per session scan A 4fb3a9eb67bf

Subscribe to this mod's changes

cloud-architect is an agent published in the GitHub repository The-AI-Directory-Company/agents-and-skills (2 stars, last pushed 5mo ago), licensed MIT. It adds 45 tokens to every session and 1,742 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 agents, from other repositories

cloud-architect

Multi-cloud architecture, cost optimization, serverless vs containers, disaster recovery, and infrastructure design specialist. Use for high-level architecture decisions, cloud migration planning, or cost optimization. Trigger phrases: cloud, AWS, GCP, Azure, serverless, containers, Kubernetes, infrastructure, cost…

travisjneuman/.claude · 69 tokens

serverless-specialist

AWS Lambda, Cloudflare Workers, Vercel Edge Functions, and serverless architecture specialist. Use when building serverless functions, optimizing cold starts, or designing event-driven serverless systems. Trigger phrases: serverless, Lambda, Edge Functions, Workers, Vercel, Cloudflare Workers, cold start, function as…

travisjneuman/.claude · 72 tokens

go-expert

Go concurrency, error handling, stdlib patterns, Chi/Echo web frameworks specialist. Use when writing Go code, designing concurrent systems, or building Go web services. Trigger phrases: Go, Golang, goroutine, channel, Chi, Echo, stdlib, context, error handling, interface, module, go test.

travisjneuman/.claude · 69 tokens

product-analytics-specialist

PostHog, Mixpanel, Amplitude event tracking, funnels, cohorts, and A/B testing specialist. Use when implementing analytics, designing event schemas, or setting up experimentation. Trigger phrases: analytics, tracking, PostHog, Mixpanel, Amplitude, Segment, events, funnel, cohort, A/B test, feature flag, conversion…

travisjneuman/.claude · 80 tokens

implementer

Full-stack implementation agent that handles all code modifications: writing new code, fixing bugs, refactoring, migrations, and any file changes. Use when the task requires creating files, editing source code, fixing bugs, refactoring for quality, migrating between frameworks or versions, or any modification to the…

AnExiledDev/CodeForge · 87 tokens

Demonstrate

Agent for demonstrating VS Code features.

microsoft/vscode · 10 tokens