disaster-recovery

disaster-recovery is a skill for Claude Code, Codex from Omar-Obando/qwen-orchestrator. It costs 57 tokens per session (2,657 once invoked), scanned A, original, MIT.

A guide to recovering systems after outages, failures, or disasters through backups, restoration steps, and failover plans. RTO is the target time to restore service; RPO is the amount of recent data the business can accept losing.

In plain words
What is it for?
Use it to design recovery plans, backup and restore procedures, failover systems, recovery runbooks, monitoring, alerts, and disaster-recovery tests.
Why use it?
It helps teams decide what to back up, how quickly systems must return, and how to test that recovery will work.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to design recovery plans, backup and restore procedures, failover systems, recovery runbooks, monitoring, alerts, and disaster-recovery tests.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/omar-obando/qwen-orchestrator/disaster-recovery
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Omar-Obando/qwen-orchestrator --skill disaster-recovery
Clone the repo
git clone --depth 1 https://github.com/Omar-Obando/qwen-orchestrator

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for disaster-recovery

README.md
[![agentmods](https://agentmods.dev/badge/skills/omar-obando/qwen-orchestrator/disaster-recovery/github.svg)](https://agentmods.dev/skills/omar-obando/qwen-orchestrator/disaster-recovery)
Your own site
<a href="https://agentmods.dev/skills/omar-obando/qwen-orchestrator/disaster-recovery"><img src="https://agentmods.dev/badge/skills/omar-obando/qwen-orchestrator/disaster-recovery/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for disaster-recovery

Your own site · 80×15
<a href="https://agentmods.dev/skills/omar-obando/qwen-orchestrator/disaster-recovery"><img src="https://agentmods.dev/badge/skills/omar-obando/qwen-orchestrator/disaster-recovery.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,657 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00057 $0.02657
Opus 5 $0.00028 $0.01328
Sonnet 5 $0.00011 $0.00531
Haiku 4.5 $0.00006 $0.00266

Measured 12d ago against content hash 8de3b25683af, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

disaster-recovery scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/disaster-recovery/SKILL.md · 331 lines

How it starts

The opening of the file, as written. The whole thing — 331 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Disaster Recovery Skill — DevOps Engineer

Overview

This skill provides comprehensive guidance for designing and implementing disaster recovery plans. It covers backup strategies, restore procedures, failover systems, RTO/RPO targets, DR testing, and disaster recovery best practices following CISSP and CDRP certifications.

When to Use

Use this skill when:

  • Designing disaster recovery plans
  • Implementing backup strategies
  • Creating restore procedures
  • Setting up failover systems
  • Defining RTO and RPO targets
  • Testing disaster recovery plans
  • Implementing backup automation
  • Creating DR documentation
  • Setting up DR monitoring
  • Implementing backup encryption
  • Creating backup retention policies
  • Setting up DR testing schedules
  • Implementing DR failover procedures
  • Creating DR runbooks
  • Setting up DR alerting
  • Implementing backup verification
  • Creating DR training materials
  • Implementing DR compliance
  • Setting up DR governance
  • Creating DR cost models
  • Implementing DR optimization
  • Setting up DR escalation procedures
  • Implementing DR communication plans

Do NOT use this skill when:

  • Writing application business logic (use domain-driven skill)
  • Designing database schemas (use database-design skill)
  • Writing API endpoint specifications (use api-design skill)
  • Performing security audits (use security-auditor skill)
  • Writing SQL queries (use sql-best-practices skill)
  • Designing multi-page website layouts (use design-system skill)
  • Analyzing deployment configurations (use deployment skill)
  • Writing documentation (use documentation-best-practices skill)

Disaster Recovery Planning

DR Planning Framework

┌─────────────────────────────────────────────────────────────┐
│              DR Planning Framework                          │
├─────────────────────────────────────────────────────────────┤
│  1. Business Impact Analysis (BIA)                          │
│     - Identify critical systems                             │
│     - Determine RTO and RPO                                 │
│     - Assess financial impact                               │
│                                                              │
│  2. Risk Assessment                                         │
│     - Identify threats                                      │
│     - Assess vulnerabilities                                │
│     - Determine risk level                                  │
│                                                              │
│  3. Strategy Development                                    │
│     - Choose DR strategy                                    │
│     - Select recovery sites                                 │
│     - Define backup strategy                                │
│                                                              │
│  4. Plan Development                                        │
│     - Create DR procedures                                  │
│     - Document roles and responsibilities                   │
│     - Develop communication plan                            │
│                                                              │
│  5. Plan Testing and Maintenance                            │
│     - Conduct DR tests                                      │
│     - Review and update plan                                │
│     - Train personnel                                       │
└─────────────────────────────────────────────────────────────┘

Read the full file on GitHub · 331 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 331 lines · 57 tokens per session scan A 8de3b25683af

Subscribe to this mod's changes

disaster-recovery is a skill published in the GitHub repository Omar-Obando/qwen-orchestrator (49 stars, last pushed 2mo ago), licensed MIT. It adds 57 tokens to every session and 2,657 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.