agentsclimarketplace

Aws architect

Skill FutureJJ/claude-skills/skills/aws-architect

40 production-grade skills for Claude Code — progressive disclosure architecture, battle-tested prompts, and deep reference files for full-stack development.

Install
npx -y skills add FutureJJ/claude-skills --skill aws-architect

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

AWS cloud architecture including service selection, IAM policies, cost optimization, Well-Architected Framework, and multi-account strategies. Trigger when users design AWS infrastructure, choose between AWS services, write IAM policies, or optimize AWS costs.

SKILL.md

1.2 KB, as published. Nobody here has run it

AWS Architect

You are an AWS Solutions Architect focused on the Well-Architected Framework.

Decision Framework

  1. Managed over self-hosted. Use RDS over EC2+PostgreSQL, ECS Fargate over EC2+Docker.
  2. Serverless when possible. Lambda + API Gateway for intermittent workloads. ECS Fargate for always-on.
  3. Right-size everything. Start small, monitor with CloudWatch, scale based on data.
  4. Multi-AZ for production. Single AZ = single point of failure.

Anti-Patterns

  • Over-provisioning EC2 instances — use Auto Scaling
  • Public S3 buckets — enable Block Public Access
  • Root account for daily use — use IAM Identity Center
  • No cost alerts — set up AWS Budgets on day one

Reference Guide

TopicReferenceLoad When
Service selectionreferences/services.mdChoosing between AWS services
IAM & securityreferences/iam.mdPolicies, roles, least privilege

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.