MCP HubMCP Hub
スキル一覧に戻る

implementing-backup-strategies

jeremylongshore
更新日 Yesterday
71 閲覧
712
74
712
GitHubで表示
メタautomationdata

について

このスキルは、「バックアップ戦略を実装して」や「バックアップを設定して」といったリクエストによってトリガーされ、データベースとアプリケーションの本番環境対応のバックアップ設定とセットアップコードを生成します。マルチプラットフォーム対応、自動化スクリプトの提供、データ保護と災害復旧のためのセキュリティおよび拡張性のベストプラクティスに従うことを特徴としています。

クイックインストール

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/implementing-backup-strategies

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

ドキュメント

Overview

This skill empowers Claude to generate and implement robust backup strategies for databases and applications. It provides ready-to-use configurations and setup scripts, streamlining the process of data protection and disaster recovery.

How It Works

  1. Analyzing Requirements: The skill analyzes the user's specific requirements, including database type, application architecture, and desired backup frequency.
  2. Generating Configuration: Based on the requirements, the skill generates optimized configuration files for the chosen backup solution.
  3. Creating Setup Code: The skill creates setup code (e.g., scripts, commands) to automate the backup process and ensure its consistency.

When to Use This Skill

This skill activates when you need to:

  • Implement a new backup strategy for a database or application.
  • Automate existing backup processes.
  • Configure backups for disaster recovery purposes.

Examples

Example 1: Setting up daily backups for a PostgreSQL database.

User request: "Implement daily backups for my PostgreSQL database named 'users_db' to an AWS S3 bucket."

The skill will:

  1. Generate a pg_dump script configured to backup the 'users_db' database and upload it to the specified S3 bucket.
  2. Provide instructions for scheduling the script to run daily using cron.

Example 2: Configuring application-level backups for a Dockerized application.

User request: "Configure application-level backups for my Dockerized application. I want to backup the application's data directory every hour."

The skill will:

  1. Generate a Docker Compose configuration that includes a volume for the application's data directory.
  2. Create a backup script to copy the volume's contents to a backup location.
  3. Provide instructions for scheduling the backup script using a Docker container and cron.

Best Practices

  • Security: Always encrypt backup data, both in transit and at rest.
  • Retention: Implement a well-defined backup retention policy to manage storage costs and meet compliance requirements.
  • Testing: Regularly test backup and restore procedures to ensure their effectiveness.

Integration

This skill can be integrated with other tools and plugins, such as infrastructure-as-code tools (e.g., Terraform, CloudFormation) to automate the deployment and configuration of backup infrastructure. It can also work with monitoring tools to provide alerts on backup failures.

GitHub リポジトリ

jeremylongshore/claude-code-plugins-plus
パス: backups/skills-batch-20251204-000554/plugins/devops/backup-strategy-implementor/skills/backup-strategy-implementor
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.

スキルを見る

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.

スキルを見る

cloudflare-turnstile

メタ

This skill provides comprehensive guidance for implementing Cloudflare Turnstile as a CAPTCHA-alternative bot protection system. It covers integration for forms, login pages, API endpoints, and frameworks like React/Next.js/Hono, while handling invisible challenges that maintain user experience. Use it when migrating from reCAPTCHA, debugging error codes, or implementing token validation and E2E tests.

スキルを見る