Helps you set up AWS SDK for Java 2.x clients the right way: explicit timeouts, production-safe credential resolution, and HTTP tuning that won't surprise you in prod. The skill walks through sync versus async client choice, wiring Spring Boot beans, and verifying your auth actually works before you ship. It's opinionated about reusing clients and failing fast on startup, which is good because most AWS integration bugs come from vague defaults and lazy initialization. If you're debugging region resolution or wondering why your S3 client hangs under load, start here. The examples are concrete enough to copy and the constraints section actually warns you about the sharp edges.
npx skills add https://github.com/giuseppe-trisciuoglio/developer-kit --skill aws-sdk-java-v2-core