What problem does it solve? GCP projects accumulate hidden costs from orphaned disks, over-provisioned VMs, and missing discount commitments. This Skill provides a CLI-first playbook to identify and eliminate that waste using gcloud commands. ## Core Features & Use Cases - Orphaned Resource Cleanup: Find and delete detached persistent disks and stopped Cloud Workstations that still incur storage fees. - VM Rightsizing & Migration: Migrate Intel N2/E2 instances to AMD N2D machine types for roughly 25% savings, including the disk-preserving delete-and-recreate workflow. - Discounts & Guardrails: Purchase Committed Use Discounts, create budget alerts with threshold rules, and configure storage lifecycle policies. - Use Case: A startup's GCP bill keeps growing. Run the optimization sequence to delete orphaned disks, migrate an n2-standard-4 VM to n2d-standard-4 saving about €17/month, and set a budget alert at 50%, 90%, and 100% thresholds. ## Quick Start Analyze my GCP project for cost-saving opportunities and list orphaned disks, oversized VMs, and eligible committed use discounts.