safe-destroy

Installation
SKILL.md

Safe Destructive Operations Skill

⚠️ MANDATORY SKILL - YOU MUST INVOKE THIS

Purpose

Prevent accidental data loss by requiring explicit confirmation before any destructive operation, showing what will be lost, and suggesting safer alternatives.

CRITICAL: You MUST invoke this skill before ANY destructive operation. NEVER run destructive commands directly.

🚫 NEVER DO THIS

  • ❌ Running git reset --hard directly
  • ❌ Running git clean -fd directly
  • ❌ Running rm -rf directly
  • ❌ Running ANY destructive command without invoking this skill first

If a destructive operation is needed, invoke this skill. Direct execution is FORBIDDEN.

Installs
12
GitHub Stars
5
First Seen
Jan 30, 2026
safe-destroy — meriley/claude-code-skills