This is your go-to when you're building anything serious on AWS. It covers the essentials like S3 for storage, Lambda for serverless, DynamoDB and RDS for databases, plus IAM security and CloudFormation for infrastructure as code. The skill uses AWS SDK v3 with its modular command pattern, so you get proper tree-shaking and TypeScript support. It's built around real patterns like multi-region architecture, event-driven systems, and proper credential management through the SDK's credential chain. Good for everything from simple S3 uploads to complex enterprise deployments. The documentation walks through IAM policies, storage classes, and the least privilege principle, which honestly saves you from shooting yourself in the foot with permissions.
npx skills add https://github.com/manutej/luxor-claude-marketplace --skill aws-cloud-services