> planning-disaster-recovery
This skill enables Claude to plan and implement disaster recovery (DR) procedures. It generates configurations and setup code based on specific requirements and infrastructure. Use this skill when the user requests assistance with disaster recovery planning, business continuity, or related DevOps tasks. Trigger this skill when the user mentions "disaster recovery", "DR plan", "business continuity", or requests help with setting up a recovery strategy. It provides production-ready configurations,
curl "https://skillshub.wtf/jeremylongshore/claude-code-plugins-plus-skills/disaster-recovery-planner?format=md"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
- Requirement Gathering: Claude identifies the user's specific disaster recovery requirements, including platform, recovery time objective (RTO), and recovery point objective (RPO).
- Configuration Generation: Based on the requirements, Claude generates production-ready configurations for the disaster recovery plan.
- 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:
- Gather the AWS environment details, RTO, and RPO requirements.
- 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:
- Analyze the existing infrastructure and application architecture.
- 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.
> 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.