This is your go-to when you're working with AWS CDK in TypeScript or Python. It knows the sharp edges that actually matter: construct ID changes cause resource replacement, removing cross-stack references creates deployment deadlocks, and S3 buckets need both removalPolicy and autoDeleteObjects to actually delete. The troubleshooting guide maps CDK errors to their real CloudFormation causes, which saves hours of confusion. It covers the full workflow from bootstrapping through cdk-nag compliance checks, drift detection, importing existing resources, and safe refactoring. Honestly, the critical warnings section alone is worth having this loaded if you deploy CDK stacks to production.
npx skills add https://github.com/aws/agent-toolkit-for-aws --skill aws-cdk