This handles the repetitive but critical work of wiring Spring Boot to AWS RDS with production-grade patterns. It sets up HikariCP connection pooling with sensible defaults, configures SSL/TLS for encrypted connections, and includes read/write splitting for Aurora clusters. The real value is in the opinionated configurations that respect RDS connection limits and the included Flyway migration setup. Use it when you're tired of copying datasource configs between projects or need to quickly set up IAM database authentication and Secrets Manager integration. The health check endpoint is handy for debugging connectivity issues before migrations run.
npx skills add https://github.com/giuseppe-trisciuoglio/developer-kit --skill aws-rds-spring-boot-integration