Process use when you need to automate database backup processes with scheduling and encryption. This skill creates backup scripts for PostgreSQL, MySQL, MongoDB, and SQLite with compression. Trigger with phrases like "automate database backups", "schedule database dumps", "create backup scripts", or "implement disaster recovery for database".
Creates automated, encrypted database backup scripts with scheduling for PostgreSQL, MySQL, MongoDB, and SQLite. Triggers on phrases like "automate database backups" or "schedule database dumps" to generate scripts with compression, retention policies, and restore procedures.
/plugin marketplace add jeremylongshore/claude-code-plugins-plus-skills/plugin install database-cache-layer@claude-code-plugins-plusThis skill is limited to using the following tools:
assets/README.mdreferences/README.mdscripts/README.mdscripts/backup-monitoring.shscripts/backup_scheduler.pyscripts/backup_script_generator.pyscripts/backup_validator.pyscripts/restore_script_generator.pyThis skill provides automated assistance for database backup automator tasks.
Before using this skill, ensure:
This skill produces:
Backup Scripts: Shell scripts for database dumps with compression and encryption
Cron Configurations: Crontab entries for automated backup scheduling
Retention Scripts: Automated cleanup scripts implementing retention policies
Restore Procedures: Step-by-step documentation and scripts for database restoration
Monitoring Configuration: Log file locations and success/failure notification setup
Backup Failures:
Insufficient Disk Space:
Encryption Errors:
Schedule Conflicts:
Backup Script Templates:
{baseDir}/templates/backup-scripts/postgresql-backup.sh{baseDir}/templates/backup-scripts/mysql-backup.sh{baseDir}/templates/backup-scripts/mongodb-backup.sh{baseDir}/templates/backup-scripts/sqlite-backup.shRestore Procedures: {baseDir}/docs/restore-procedures/
Retention Policy Templates: {baseDir}/templates/retention-policies.yaml
Cron Job Examples: {baseDir}/examples/crontab-entries.txt
Monitoring Scripts: {baseDir}/scripts/backup-monitoring.sh
This skill provides automated assistance for the described functionality.
Example usage patterns will be demonstrated in context.
This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.