Handles AWS Aurora setup with a laser focus on the connection problem that kills most serverless database projects. The skill pushes you toward RDS Proxy for Lambda functions (connection pooling, IAM auth) or Data API if you want HTTP access without VPC complexity. Includes working TypeScript and Python examples for both approaches, plus CDK snippets for proxy configuration. The core principle is sound: never open raw Aurora connections from Lambda. If you're wrestling with "too many connections" errors or trying to figure out connection pooling for serverless, this covers the two viable patterns with actual code you can adapt.
npx skills add https://github.com/alinaqi/claude-bootstrap --skill aws-aurora