add-backup-db

Automate Neon database snapshot creation and retention via Cloudflare Worker.

34|6|Updated Jun 30, 2026
One-click install
npx skills add https://github.com/flavien-ia/hypervibe-harness --skill add-backup-db
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-backup-db
Source: https://github.com/flavien-ia/hypervibe-harness/tree/main/skills/add-backup-db
Command: npx skills add https://github.com/flavien-ia/hypervibe-harness --skill add-backup-db

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill solves the complexity of managing database backups across multiple projects by centralizing them into a single, automated, and version-controlled Cloudflare Worker.

Core Features & Use Cases

  • Unified Scheduling: Uses a single Cloudflare cron slot to manage backups for all your projects, saving resources.
  • Intelligent Retention: Maintains a mix of rolling and aging backups to ensure you have both recent snapshots and long-term checkpoints.
  • Use Case: If you have multiple T3 web applications, this skill ensures all their Neon databases are backed up every two weeks without requiring individual cron configurations for each project.

Quick Start

Run the add-backup-db command in your project terminal to register your database for automatic snapshots.

Frequently Asked Questions about add-backup-db

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Neon database backups across multiple projects?

You can automate Neon database backups by using a centralized Cloudflare Worker to manage snapshot creation and retention for multiple projects, ensuring consistent backup policies without individual cron configurations.

Can I use a single Cloudflare Worker cron slot to manage all my database snapshots?

Yes, you can use a single Cloudflare Worker cron slot to schedule and manage database snapshots for all your projects, which saves resources and centralizes version-controlled backup policies.

Do I need Node.js and Wrangler CLI to schedule Neon database snapshots?

Yes, you need Node.js, Wrangler CLI, and valid Neon API credentials to execute snapshot triggers and update the backup registry within the Cloudflare Worker infrastructure.

What is the best way to manage database backup retention for multiple T3 web applications?

The best way to manage backup retention is by applying an intelligent mix of rolling and aging backups, ensuring you maintain both recent snapshots and long-term checkpoints across your T3 applications.

How does centralized backup scheduling handle version control for cloud databases?

Centralized backup scheduling handles version control by registering your databases through a unified command, routing all snapshot triggers and registry updates through a single automated Cloudflare Worker.

Are there limitations to using a unified Cloudflare Worker for Neon snapshots?

The main limitation is the prerequisite environment; you must have Node.js, Wrangler CLI, and valid Neon API credentials properly configured to execute the centralized backup triggers successfully.