File Operation Safety CRITICAL: File deletions can be permanent. This skill prevents irreversible file loss. Danger Levels | Level | Operations | Requires | |-------|------------|----------| | ⛔ CRITICAL | , recursive delete on directories | Full path verification + explicit confirmation | | 🔴 HIGH | multiple files, with overwrite | List all files + confirmation | | 🟠 MEDIUM | single file, with overwrite | Verify file exists + confirm | | 🟢 LOW | to new location, , | Standard execution | Pre-Operation Protocol Before ANY Deletion Step 1: Verify the path Step 2: Present impact to user For C…