This handles the full EC2 launch flow with opinionated defaults so you don't have to remember every security checkbox. It walks through AMI selection, instance sizing with burstable types, IAM roles with least privilege, hardened security groups, encrypted gp3 volumes, and tagging for cost tracking. The workflow includes network validation and post-launch verification steps. Honestly most useful if you're spinning up instances regularly and want guardrails against common mistakes like overly permissive security groups or unencrypted volumes. If you already have your own launch templates or infrastructure as code setup, you probably don't need this, but it's solid for ad hoc launches or teaching junior engineers the right way.
npx skills add https://github.com/aws/agent-toolkit-for-aws --skill launching-ec2-instance-with-best-practices