Prevents destructive Git operations by requiring backup and confirmation. Blocks git reset --hard, git push --force on main, git clean -fd. Requires backup before git checkout, git reset, git rebase. Activate on any destructive git command.
$npx -y skills add svenja-dev/claude-code-skills --skill safe-git-guardInstalls into the current project.
Run `npx skills use "https://github.com/svenja-dev/claude-code-skills" --skill "svenja-dev/claude-code-skills/safe-git-guard"` 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/svenja-dev/claude-code-skills" that are relevant to the current task. Run `npx skills add "https://github.com/svenja-dev/claude-code-skills"` and select the relevant skills, then follow their instructions.