What problem does it solve? Managing Aurora PostgreSQL clusters involves complex decisions around provisioning, serverless ACU sizing, storage types, commitment pricing, and version upgrades, and mistakes can be costly or irreversible. This Skill routes each request to the right sub-skill, enforces safety guardrails on mutations, and runs deterministic pricing scripts instead of hand-calculating costs. ## Core Features & Use Cases - Cluster Creation with Express-First Routing: Provisions Aurora PostgreSQL via the single-API-call express configuration by default, falling back to full configuration only when VPC, custom KMS, or pinned engine versions are required. - Cost and Sizing Analysis: Bundled scripts compute Aurora serverless ACU sizing, I/O-Optimized breakeven points, and Reserved Instance vs Database Savings Plan comparisons with live AWS pricing or static fallbacks. - Safety Guardrails: Three-tier mutation policy confirms low-risk changes, demands risk briefings for high-impact changes, and blocks irreversible operations like cluster deletion with constructive alternatives. - Use Case: A user asks whether to switch their db.r7g.2xlarge cluster to Aurora serverless. The Skill loads the serverless-advisory reference, runs the ACU calculator with the user's CPU metrics, and returns a cost comparison table with a recommendation label. ## Quick Start Ask the assistant to create an Aurora PostgreSQL cluster or to estimate Aurora serverless ACU sizing and monthly cost for your current instance type and workload.