Solid foundation for building AWS infrastructure with CDK in TypeScript. Walks you through the full loop: init, stack modeling, synth, diff review, deploy, and testing with fine-grained assertions. The construct level breakdown (L1/L2/L3) is practical, and the delivery checklist actually maps to what breaks in real projects like unresolved references, risky diffs, and bootstrap issues. Examples cover serverless APIs with DynamoDB and Lambda, cross-stack VPC wiring, and environment-aware deployments. The emphasis on reviewing diffs before deploy and using grant helpers over handwritten IAM is the right default. Treats cdk synth and cdk diff as mandatory checkpoints, which they should be.
npx skills add https://github.com/giuseppe-trisciuoglio/developer-kit --skill aws-cdk