This handles backup automation and disaster recovery planning for databases and infrastructure. You get example scripts for PostgreSQL backups with retention policies, cross-region failover configs, and recovery procedure templates. It's pitched at the operational level: setting up cron jobs, defining RTOs, testing restores. The reference guides cover database backups, DR plan templates, and failover setups. Honestly, the real value is in forcing you to document and test your recovery procedures, because most teams only discover their backups don't work when they desperately need them. The examples lean Kubernetes-native but the principles apply anywhere you need to not lose data.
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill backup-disaster-recovery