git-safety

Installation
SKILL.md

Git Safety Skill

Apply rigorous git safety protocols to prevent data loss and conflicts in collaborative development environments, particularly when multiple agents or developers work concurrently.

Core Safety Principles

File Management Rules

Deleting Files:

  • ⚠️ STOP before deleting any file to resolve type/lint failures - Ask the user first
  • Only remove obsolete files when changes make them genuinely irrelevant
  • Only revert your own work or changes explicitly requested by the user
  • Coordinate with teammates before removing in-progress edits
  • Never assume a file is safe to delete without confirmation

File Modifications:

  • Always verify file ownership and recent changes before modifying
  • Check git log <file> to see who last edited
  • Communicate before making sweeping changes to shared files
Related skills
Installs
9
Repository
yzlin/supaviber
GitHub Stars
1
First Seen
Jan 23, 2026