github.com/jeremylongshore/claude-code-plugins-plus-skills
This skill automates database backups using the database-backup-automator plugin. It creates scripts for scheduled backups, compression, encryption, and restore procedures across PostgreSQL, MySQL, MongoDB, and SQLite. Use this when the user requests database backup automation, disaster recovery planning, setting up backup schedules, or creating restore procedures. The skill is triggered by phrases like "create database backup", "automate database backups", "setup backup schedule", or "generate restore procedure".
Review Score
17%
Validation Score
12/16
Implementation Score
0%
Activation Score
0%
This skill streamlines the creation of database backup solutions. It generates scripts, configures schedules, and provides comprehensive restore procedures, ensuring data safety and efficient recovery.
This skill activates when you need to:
User request: "Create daily backups for my PostgreSQL database."
The skill will:
pg_dump script with compression and encryption.User request: "Automate weekly backups for my MongoDB database."
The skill will:
mongodump script with compression and encryption.This skill can integrate with cloud storage plugins (S3, GCS, Azure) for offsite backup storage and monitoring plugins for backup success/failure alerts.