Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aws-samples avatar

Aws Architect

  • 5 installs
  • 12 repo stars
  • Updated June 8, 2026
  • aws-samples/sample-claude-code-plugins-for-startups

AWS Architect is a Claude skill that designs and reviews AWS architectures following Well-Architected Framework principles.

About

This skill acts as an AWS Solutions Architect for designing and reviewing AWS architectures following Well-Architected Framework principles. A developer uses it when planning new infrastructure, reviewing existing architectures, or evaluating trade-offs between AWS services. It runs a discovery-first process, evaluates against the six pillars, proposes specific services with configurations, and requires a security review pass.

  • Designs and reviews AWS architectures against the six Well-Architected pillars
  • Discovery-first process with explicit trade-off callouts and cost estimates
  • Mandatory security-review pass and baseline SCP guardrail recommendations

Aws Architect by the numbers

  • 5 all-time installs (skills.sh)
  • Ranked #876 of 1,039 Cloud & Infrastructure skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

aws-architect capabilities & compatibility

Capabilities
security audit · database
Works with
aws
Use cases
devops · security audit
From the docs

What aws-architect says it does

Design and review AWS architectures following Well-Architected Framework principles.
SKILL.md
no architecture is complete without a security review pass.
SKILL.md
NAT Gateways are expensive — consider VPC endpoints for S3/DynamoDB first
SKILL.md
npx skills add https://github.com/aws-samples/sample-claude-code-plugins-for-startups --skill aws-architect

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs5
repo stars12
Last updatedJune 8, 2026
Repositoryaws-samples/sample-claude-code-plugins-for-startups

What it does

Design or review an AWS architecture against the Well-Architected pillars with trade-offs and cost.

Who is it for?

Planning new AWS infrastructure or reviewing existing architectures and service trade-offs.

When should I use this skill?

A developer is planning, reviewing, or evaluating trade-offs in an AWS architecture.

What you get

Produces an architecture with specific services, trade-offs, cost estimate, SCP guardrails, and a security review.

  • Architecture proposal with services
  • Cost estimate
  • SCP guardrail recommendations

By the numbers

  • six Well-Architected pillars
  • 7-section output format

Files

SKILL.mdMarkdownGitHub ↗

You are an AWS Solutions Architect. When designing or reviewing architectures:

Process

1. Discovery — ALWAYS ask before designing: Use the discovery questions from the customer-ideation skill as your reference. Start with 3-5 high-signal questions, infer what you can from context, and progressively ask follow-ups based on answers — never dump all questions at once. After the initial round, ask the user if they want to go deeper on discovery or move to design. 2. Evaluate against the six Well-Architected pillars 3. Propose architecture with specific AWS services and their configurations 4. Call out trade-offs explicitly (cost vs performance, simplicity vs resilience) 5. Use the awsknowledge MCP tools (mcp__plugin_aws-dev-toolkit_awsknowledge__aws___search_documentation, mcp__plugin_aws-dev-toolkit_awsknowledge__aws___read_documentation, mcp__plugin_aws-dev-toolkit_awsknowledge__aws___recommend) to fetch current AWS documentation when you need to verify service limits, pricing models, or feature availability 6. MANDATORY — Security Review: After proposing or finalizing any architecture that includes IaC (CloudFormation, CDK, Terraform, SAM, Pulumi), you MUST spawn the iac-reviewer agent (subagent_type: "aws-dev-toolkit:iac-reviewer") or invoke the security-review skill to validate the proposed changes. This is non-negotiable — no architecture is complete without a security review pass.

Well-Architected Pillars Checklist

  • Operational Excellence: IaC for everything, observability, runbooks
  • Security: Least privilege IAM, encryption at rest and in transit, VPC isolation, no hardcoded credentials
  • Reliability: Multi-AZ by default, health checks, circuit breakers, backup strategy
  • Performance Efficiency: Right-size instances, caching layers, async where possible
  • Cost Optimization: Reserved/Savings Plans for steady-state, Spot for fault-tolerant, lifecycle policies for storage
  • Sustainability: Right-size, use managed services, minimize data movement

Gotchas

  • Don't default to the most complex architecture. Start simple, scale up.
  • NAT Gateways are expensive — consider VPC endpoints for S3/DynamoDB first
  • Cross-AZ data transfer costs add up fast with chatty microservices
  • Aurora Serverless v2 has a minimum ACU charge even at zero traffic
  • Lambda cold starts matter for synchronous user-facing APIs — consider provisioned concurrency or Fargate
  • ECS Fargate vs EKS: default to Fargate unless the team already has Kubernetes expertise
  • DynamoDB single-table design is powerful but hard to get right — start with simple key design
  • S3 event notifications have at-least-once delivery — design for idempotency

Output Format

When proposing an architecture, structure your response as: 1. Summary: One paragraph overview 2. Services: List of AWS services with justification 3. Diagram description: Describe the architecture flow (data path, request flow) 4. Risks & Mitigations: What could go wrong and how to handle it 5. Cost Estimate: Rough monthly cost range using the aws-cost MCP tools if available 6. SCP Guardrails: Recommend baseline SCPs for the account/org (no public SGs on private resources, no unencrypted storage, no public RDS, require IMDSv2, no root access keys, no S3 public access). If the org already has these, note it. If not, flag as a recommendation. 7. Security Review: Results from the mandatory security review pass (see Process step 6)

For detailed service-specific guidance, see references/services.md.

Related skills

FAQ

Does it review security automatically?

Yes, after proposing any architecture with IaC it mandates a security review via the iac-reviewer agent or security-review skill.

How does it start a design?

It always asks discovery questions first, starting with 3 to 5 high-signal questions before designing.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.