jeremylongshore

backup-strategy-implementor

@jeremylongshore/backup-strategy-implementor
jeremylongshore
1,004
122 forks
Updated 1/18/2026
View on GitHub

implementing-backup-strategies: This skill implements backup strategies for databases and applications. It generates configuration files and setup code to ensure data protection and disaster recovery. Use this skill when the user requests to "implement backup strategy", "configure backups", "setup data recovery", or needs help with "backup automation". The skill provides production-ready configurations, best practices, and multi-platform support for database and application backups. It focuses on security and scalability.

Installation

$skills install @jeremylongshore/backup-strategy-implementor
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Pathbackups/skills-batch-20251204-000554/plugins/devops/backup-strategy-implementor/skills/backup-strategy-implementor/SKILL.md
Branchmain
Scoped Name@jeremylongshore/backup-strategy-implementor

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill Instructions


name: implementing-backup-strategies description: | This skill implements backup strategies for databases and applications. It generates configuration files and setup code to ensure data protection and disaster recovery. Use this skill when the user requests to "implement backup strategy", "configure backups", "setup data recovery", or needs help with "backup automation". The skill provides production-ready configurations, best practices, and multi-platform support for database and application backups. It focuses on security and scalability. allowed-tools: Read, Write, Edit, Grep, Glob, Bash version: 1.0.0

Overview

This skill empowers Claude to generate and implement robust backup strategies for databases and applications. It provides ready-to-use configurations and setup scripts, streamlining the process of data protection and disaster recovery.

How It Works

  1. Analyzing Requirements: The skill analyzes the user's specific requirements, including database type, application architecture, and desired backup frequency.
  2. Generating Configuration: Based on the requirements, the skill generates optimized configuration files for the chosen backup solution.
  3. Creating Setup Code: The skill creates setup code (e.g., scripts, commands) to automate the backup process and ensure its consistency.

When to Use This Skill

This skill activates when you need to:

  • Implement a new backup strategy for a database or application.
  • Automate existing backup processes.
  • Configure backups for disaster recovery purposes.

Examples

Example 1: Setting up daily backups for a PostgreSQL database.

User request: "Implement daily backups for my PostgreSQL database named 'users_db' to an AWS S3 bucket."

The skill will:

  1. Generate a pg_dump script configured to backup the 'users_db' database and upload it to the specified S3 bucket.
  2. Provide instructions for scheduling the script to run daily using cron.

Example 2: Configuring application-level backups for a Dockerized application.

User request: "Configure application-level backups for my Dockerized application. I want to backup the application's data directory every hour."

The skill will:

  1. Generate a Docker Compose configuration that includes a volume for the application's data directory.
  2. Create a backup script to copy the volume's contents to a backup location.
  3. Provide instructions for scheduling the backup script using a Docker container and cron.

Best Practices

  • Security: Always encrypt backup data, both in transit and at rest.
  • Retention: Implement a well-defined backup retention policy to manage storage costs and meet compliance requirements.
  • Testing: Regularly test backup and restore procedures to ensure their effectiveness.

Integration

This skill can be integrated with other tools and plugins, such as infrastructure-as-code tools (e.g., Terraform, CloudFormation) to automate the deployment and configuration of backup infrastructure. It can also work with monitoring tools to provide alerts on backup failures.

More by jeremylongshore

View all
oauth-callback-handler
1,004

Oauth Callback Handler - Auto-activating skill for API Integration. Triggers on: oauth callback handler, oauth callback handler Part of the API Integration skill category.

rabbitmq-queue-setup
1,004

Rabbitmq Queue Setup - Auto-activating skill for Backend Development. Triggers on: rabbitmq queue setup, rabbitmq queue setup Part of the Backend Development skill category.

model-evaluation-suite
1,004

evaluating-machine-learning-models: This skill allows Claude to evaluate machine learning models using a comprehensive suite of metrics. It should be used when the user requests model performance analysis, validation, or testing. Claude can use this skill to assess model accuracy, precision, recall, F1-score, and other relevant metrics. Trigger this skill when the user mentions "evaluate model", "model performance", "testing metrics", "validation results", or requests a comprehensive "model evaluation".

neural-network-builder
1,004

building-neural-networks: This skill allows Claude to construct and configure neural network architectures using the neural-network-builder plugin. It should be used when the user requests the creation of a new neural network, modification of an existing one, or assistance with defining the layers, parameters, and training process. The skill is triggered by requests involving terms like "build a neural network," "define network architecture," "configure layers," or specific mentions of neural network types (e.g., "CNN," "RNN," "transformer").