From database-backup-automator
Generates backup scripts, cron schedules, and restore procedures for PostgreSQL, MySQL, MongoDB, and SQLite with compression and encryption.
How this skill is triggered — by the user, by Claude, or both
Slash command
/database-backup-automator:database-backup-automatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
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 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.
npx claudepluginhub danielmiessler/claude-code-plugins-plus --plugin database-backup-automatorCreates, edits, and verifies skills using a test-driven development approach with pressure scenarios and subagents.