Back to Skills

Planning Disaster Recovery

jeremylongshore
Updated Yesterday
17 views
712
74
712
View on GitHub
Metaaidesign

About

This skill helps developers automate disaster recovery planning by generating production-ready configurations and setup code. It triggers when users mention DR plans, business continuity, or recovery strategies, and implements best practices across multi-platform environments. Use it to quickly create tailored DR solutions that reduce manual implementation effort.

Quick Install

Claude Code

Recommended
Plugin CommandRecommended
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus
Git CloneAlternative
git clone https://github.com/jeremylongshore/claude-code-plugins-plus.git ~/.claude/skills/Planning Disaster Recovery

Copy and paste this command in Claude Code to install this skill

Documentation

Overview

This skill empowers Claude to generate disaster recovery plans tailored to specific infrastructure and business needs. It automates the creation of configurations and setup code, significantly reducing the manual effort required for DR implementation.

How It Works

  1. Requirement Gathering: Claude identifies the user's specific disaster recovery requirements, including platform, recovery time objective (RTO), and recovery point objective (RPO).
  2. Configuration Generation: Based on the requirements, Claude generates production-ready configurations for the disaster recovery plan.
  3. Code Generation: Claude generates the necessary setup code to implement the disaster recovery plan.

When to Use This Skill

This skill activates when you need to:

  • Create a disaster recovery plan for a specific environment.
  • Generate configurations for disaster recovery infrastructure.
  • Automate the setup of disaster recovery procedures.

Examples

Example 1: Creating a DR Plan for AWS

User request: "Create a disaster recovery plan for my AWS environment with an RTO of 1 hour and an RPO of 15 minutes."

The skill will:

  1. Gather the AWS environment details, RTO, and RPO requirements.
  2. Generate a disaster recovery plan configuration using AWS services like S3 replication, EC2 snapshots, and Route 53 failover.

Example 2: Setting Up a Business Continuity Strategy

User request: "Help me set up a business continuity strategy using a multi-region deployment."

The skill will:

  1. Analyze the existing infrastructure and application architecture.
  2. Generate configurations for deploying the application across multiple regions, including database replication and load balancing.

Best Practices

  • Security: Always prioritize security when designing disaster recovery plans. Ensure that all data is encrypted and access is properly controlled.
  • Testing: Regularly test the disaster recovery plan to ensure it functions as expected and meets the required RTO and RPO.
  • Documentation: Maintain comprehensive documentation of the disaster recovery plan, including configuration details, procedures, and contact information.

Integration

This skill can be integrated with other DevOps tools and plugins to automate the entire disaster recovery process, including infrastructure provisioning, configuration management, and monitoring.

GitHub Repository

jeremylongshore/claude-code-plugins-plus
Path: backups/plugin-enhancements/plugin-backups/disaster-recovery-planner_20251020_063740/skills/skill-adapter
aiautomationclaude-codedevopsmarketplacemcp

Related Skills

sglang

Meta

SGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.

View skill

evaluating-llms-harness

Testing

This Claude Skill runs the lm-evaluation-harness to benchmark LLMs across 60+ standardized academic tasks like MMLU and GSM8K. It's designed for developers to compare model quality, track training progress, or report academic results. The tool supports various backends including HuggingFace and vLLM models.

View skill

content-collections

Meta

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

View skill

llamaguard

Other

LlamaGuard is Meta's 7-8B parameter model for moderating LLM inputs and outputs across six safety categories like violence and hate speech. It offers 94-95% accuracy and can be deployed using vLLM, Hugging Face, or Amazon SageMaker. Use this skill to easily integrate content filtering and safety guardrails into your AI applications.

View skill