Add automated Neon database backups to the current project. Registers the project as a snapshot target of the unified shared Cloudflare Worker "hypervibe-jobs" (one Worker per account for ALL background jobs, reused across projects) that creates point-in-time Neon branch snapshots every 2 weeks. Retention - rolling (2 latest) + aging checkpoints every 3 months (kept up to 9 months). Uses only 1 Cloudflare cron slot regardless of how many databases are backed up. Auto-invoked silently at the end of /add-db when --quiet flag is passed; can also be called standalone.
$npx -y skills add flavien-ia/hypervibe-harness --skill add-backup-dbInstalls into the current project.
Run `npx skills use "https://github.com/flavien-ia/hypervibe-harness" --skill "flavien-ia/hypervibe-harness/add-backup-db"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/flavien-ia/hypervibe-harness" that are relevant to the current task. Run `npx skills add "https://github.com/flavien-ia/hypervibe-harness"` and select the relevant skills, then follow their instructions.