Backup Code

Create a safety backup before potentially destructive actions. Use when running risky git commands (reset, rebase, clean, restore, checkout with overwrite, force push), applying large sweeping edits, mass refactors, broad search-and-replace, generator rewrites, or any operation that may be hard to undo. Produces a recoverable snapshot via backup branch, stash, or both, and verifies recovery commands.

jimmypaolini Updated

File contents

jimmypaolini/codebase/tree/main/.agents/skills/backup-code commit 0cf455283a

Frequently asked questions

npx skillmds@latest add jimmypaolini/backup-code