planning-disaster-recovery

Execute use when you need to work with backup and recovery.

Content Preview
---
name: planning-disaster-recovery
description: |
  Execute use when you need to work with backup and recovery.
  This skill provides backup automation and disaster recovery with comprehensive guidance and automation.
  Trigger with phrases like "create backups", "automate backups",
  or "implement disaster recovery".

allowed-tools: Read, Write, Edit, Grep, Glob, Bash(tar:*), Bash(rsync:*), Bash(aws:s3:*)
version: 1.0.0
author: Jeremy Longshore <[email protected]>
license: MIT
compati
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/planning-disaster-recovery.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/devops/disaster-recovery-planner/skills/planning-disaster-recovery/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/devops/disaster-recovery-planner/skills/planning-disaster-recovery/SKILL.md

Related Skills