> 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.
curl "https://skillshub.wtf/jeremylongshore/claude-code-plugins-plus-skills/backup-strategy-implementor?format=md"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
- Analyzing Requirements: The skill analyzes the user's specific requirements, including database type, application architecture, and desired backup frequency.
- Generating Configuration: Based on the requirements, the skill generates optimized configuration files for the chosen backup solution.
- 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:
- Generate a
pg_dumpscript configured to backup the 'users_db' database and upload it to the specified S3 bucket. - 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:
- Generate a Docker Compose configuration that includes a volume for the application's data directory.
- Create a backup script to copy the volume's contents to a backup location.
- 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.
> related_skills --same-repo
> agent-context-loader
PROACTIVE AUTO-LOADING: Automatically detects and loads AGENTS.md files from the current working directory when starting a session or changing directories. This skill ensures agent-specific instructions are incorporated into Claude Code's context alongside CLAUDE.md, enabling specialized agent behaviors. Triggers automatically when Claude detects it's working in a directory, when starting a new session, or when explicitly requested to "load agent context" or "check for AGENTS.md file".
> Google Cloud Agent SDK Master
Automatic activation for ALL Google Cloud Agent Development Kit (ADK) and Agent Starter Pack operations - multi-agent systems, containerized deployment, RAG agents, and production orchestration. **TRIGGER PHRASES:** - "adk", "agent development kit", "agent starter pack", "multi-agent", "build agent" - "cloud run agent", "gke deployment", "agent engine", "containerized agent" - "rag agent", "react agent", "agent orchestration", "agent templates" **AUTO-INVOKES FOR:** - Agent creation and scaffold
> Vertex AI Media Master
Automatic activation for ALL Google Vertex AI multimodal operations - video processing, audio generation, image creation, and marketing campaigns. **TRIGGER PHRASES:** - "vertex ai", "gemini multimodal", "process video", "generate audio", "create images", "marketing campaign" - "imagen", "video understanding", "multimodal", "content generation", "media assets" **AUTO-INVOKES FOR:** - Video processing and understanding (up to 6 hours) - Audio generation and transcription - Image generation with I
> yaml-master
PROACTIVE YAML INTELLIGENCE: Automatically activates when working with YAML files, configuration management, CI/CD pipelines, Kubernetes manifests, Docker Compose, or any YAML-based workflows. Provides intelligent validation, schema inference, linting, format conversion (JSON/TOML/XML), and structural transformations with deep understanding of YAML specifications and common anti-patterns.