MCP HubMCP Hub
スキル一覧に戻る

managing-database-recovery

jeremylongshore
更新日 Yesterday
82 閲覧
712
74
712
GitHubで表示
メタaitestingautomationdata

について

このスキルは、災害復旧、ポイントインタイムリカバリ(PITR)、自動フェイルオーバー戦略を含むデータベース復旧操作を管理します。ユーザーがデータベースの復旧、バックアップ検証、またはマルチリージョン・フェイルオーバーに関する支援を要求した際に起動されます。このスキルは、database-recovery-managerプラグインを使用して、バックアップ検証と復旧テストを自動化します。

クイックインストール

Claude Code

推奨
プラグインコマンド推奨
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus
Git クローン代替
git clone https://github.com/jeremylongshore/claude-code-plugins-plus.git ~/.claude/skills/managing-database-recovery

このコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします

ドキュメント

Overview

This skill empowers Claude to orchestrate comprehensive database recovery strategies, including disaster recovery setup, point-in-time recovery implementation, and automated failover configuration. It leverages the database-recovery-manager plugin to ensure database resilience and minimize downtime.

How It Works

  1. Initiate Recovery Manager: The skill invokes the /recovery command to start the database-recovery-manager plugin.
  2. Analyze User Request: The plugin analyzes the user's request to determine the specific recovery task (e.g., disaster recovery setup, PITR configuration).
  3. Execute Recovery Steps: The plugin executes the necessary steps to implement the requested recovery strategy, including configuring backups, setting up replication, and automating failover procedures.

When to Use This Skill

This skill activates when you need to:

  • Implement a disaster recovery plan for a production database.
  • Configure point-in-time recovery (PITR) for a database.
  • Automate backup validation and recovery testing.

Examples

Example 1: Setting up Disaster Recovery

User request: "Set up disaster recovery for my production PostgreSQL database."

The skill will:

  1. Invoke the /recovery command.
  2. Configure a disaster recovery plan, including setting up replication to a secondary region and automating failover procedures.

Example 2: Implementing Point-in-Time Recovery

User request: "Implement point-in-time recovery for my MySQL database."

The skill will:

  1. Invoke the /recovery command.
  2. Configure point-in-time recovery, including setting up regular backups and enabling transaction log archiving.

Best Practices

  • Backup Frequency: Ensure backups are performed frequently enough to meet your recovery point objective (RPO).
  • Recovery Testing: Regularly test your recovery procedures to ensure they are effective and efficient.
  • Documentation: Document your recovery procedures thoroughly to ensure they can be followed by anyone on your team.

Integration

This skill can be integrated with other plugins for database management, monitoring, and alerting to provide a comprehensive database operations solution. For example, it could work with a monitoring plugin to automatically trigger failover in the event of a database outage.

GitHub リポジトリ

jeremylongshore/claude-code-plugins-plus
パス: backups/skills-batch-20251204-000554/plugins/database/database-recovery-manager/skills/database-recovery-manager
aiautomationclaude-codedevopsmarketplacemcp

関連スキル

content-collections

メタ

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.

スキルを見る

evaluating-llms-harness

テスト

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.

スキルを見る

sglang

メタ

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.

スキルを見る

polymarket

メタ

This skill enables developers to build applications with the Polymarket prediction markets platform, including API integration for trading and market data. It also provides real-time data streaming via WebSocket to monitor live trades and market activity. Use it for implementing trading strategies or creating tools that process live market updates.

スキルを見る