🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

dev-backup

by @vincsta

Create versioned snapshots of a workspace project during development to enable safe rollback before risky changes or upon user request.

Versionv1.0.1
πŸ’‘ Examples

Each project gets its own snapshot numbering. The project name is always the first argument.

# Backup any project
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
bash "$SCRIPT_DIR/dev-backup.sh"  --project-dir /path/to/your/project

Example: backup a "my-app" project

bash "$SCRIPT_DIR/dev-backup.sh" my-app --project-dir /home/user/projects/my-app

No --project-dir? Uses the current working directory

cd /home/user/projects/my-app bash "$SCRIPT_DIR/dev-backup.sh" my-app

View on ClawHub
TERMINAL
clawhub install dev-backup

πŸ§ͺ Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

πŸ” Can't find the right skill?

Search 60,000+ AI agent skills β€” free, no login needed.

Search Skills β†’