This handles the full AWS infrastructure stack for small teams who need EC2, VPC, load balancers, and DNS without becoming AWS experts. It covers the practical stuff like security group rules, health check configs, and ACM certificate setup with specific recommendations (like t3.medium for dev, gp3 volumes, multi-AZ subnets). The security group examples are actually useful since they show exact port configurations between your ALB, app servers, and databases. It assumes you're running a typical web app setup and gives you the 80% solution rather than every possible AWS configuration. Pairs with database and deployment skills, which makes sense since infrastructure is rarely the end goal.
npx skills add https://github.com/shipshitdev/library --skill aws-infrastructure