save-project

Create timestamped zip archives of Hypervibe projects with git history and database dumps.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node, vercel, wrangler, git, python, and includes scripts (resource) components.

What problem does it solve?

This skill eliminates the risk of data loss during major project changes by creating a comprehensive, point-in-time snapshot of your entire Hypervibe environment.

Core Features & Use Cases

  • Full-Stack Archiving: Captures code, git history, database dumps, environment variables, and cloud storage content in one zip file.
  • Safety Net: Provides a reliable recovery point before performing risky operations like project deletion or major refactoring.
  • Use Case: Before migrating your database or deleting an old project, use this skill to generate a complete, timestamped archive that includes your Vercel configs, Stripe webhook metadata, and R2 storage buckets.

Quick Start

Use the save-project skill to create a full backup of the current project and save it to my Dropbox folder.

Frequently Asked Questions about save-project

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

FAQPage Schema
How do I create a complete backup of my Hypervibe project before a major refactor?

To create a Hypervibe project backup, you can generate a comprehensive, timestamped zip archive that captures your git history, database dumps, environment variables, and cloud storage assets. This provides a reliable recovery point before risky operations.

Do I need Vercel CLI and Wrangler CLI to archive environment variables and database dumps?

Yes, archiving environment variables and database dumps requires Vercel CLI and Wrangler CLI. These dependencies perform the environment-specific data extraction and configuration bundling needed for a complete project snapshot.

What is included in a full-stack project snapshot for deployment recovery?

A full-stack project snapshot includes your source code, git history, database dumps, environment variables, and cloud storage content. It bundles Vercel configurations, Stripe webhook metadata, and R2 storage buckets into one timestamped zip archive.

When should I generate a timestamped zip archive of my project environment?

You should generate a timestamped zip archive before destructive operations or major refactors, such as migrating your database or deleting an old project. This establishes a safe recovery point to prevent irreversible data loss.

Can I use Node.js scripts to capture git history and R2 storage buckets for archiving?

Yes, you can use Node.js scripts to capture git history and R2 storage buckets for archiving. The process relies on Node.js, alongside Vercel CLI and Wrangler CLI, to extract and bundle environment-specific data into a zip file.