This handles the full Aurora cluster setup sequence: creating the cluster, provisioning instances, and wiring up Secrets Manager for password management. You'd reach for this when spinning up a new Aurora MySQL or PostgreSQL database and want the proper orchestration handled for you, since AWS requires the cluster before instances and everything has specific status checks. The main thing to know is that Aurora provisioning is legitimately slow, so expect 10-20 minutes of waiting even when everything works correctly. It includes retry logic and status monitoring, which saves you from writing that yourself.
npx skills add https://github.com/aws/agent-toolkit-for-aws --skill creating-amazon-aurora-db-cluster-with-instances